HomeSort by relevance Sort by last modified time
    Searched refs:DEPS (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/chromium_org/third_party/icu/source/tools/icupkg/
Makefile.in 24 CLEANFILES = *~ $(DEPS) $(MAN_FILES)
37 DEPS = $(OBJECTS:.o=.d)
91 -include $(DEPS)
94 -include $(DEPS)
  /external/chromium_org/third_party/icu/source/tools/makeconv/
Makefile.in 24 CLEANFILES = *~ $(DEPS) $(MAN_FILES)
37 DEPS = $(OBJECTS:.o=.d)
91 -include $(DEPS)
94 -include $(DEPS)
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
Makefile.in 24 CLEANFILES = *~ $(DEPS) $(MAN_FILES)
42 DEPS = $(OBJECTS:.o=.d)
96 -include $(DEPS)
99 -include $(DEPS)
  /external/icu4c/samples/layout/
Makefile.in 20 CLEANFILES = *~ $(DEPS)
36 DEPS = $(OBJECTS:.o=.d)
102 -include $(DEPS)
105 -include $(DEPS)
  /external/icu4c/test/letest/
Makefile.in 20 CLEANFILES = *~ $(DEPS)
45 DEPS = $(OBJECTS:.o=.d)
94 -include $(DEPS)
98 -include $(DEPS)
  /external/icu4c/tools/genrb/
Makefile.in 27 CLEANFILES = *~ $(MAN_FILES) $(DEPS) $(DERB_DEPS)
40 DEPS = $(OBJECTS:.o=.d)
103 -include $(DEPS)
107 -include $(DEPS)
  /external/icu4c/tools/icuinfo/
Makefile.in 18 CLEANFILES = *~ $(DEPS) $(PLUGIN_OBJECTS) $(PLUGINFILE) $(PLUGIN)
30 DEPS = $(OBJECTS:.o=.d)
100 -include $(DEPS)
103 -include $(DEPS)
  /external/icu4c/tools/makeconv/
Makefile.in 24 CLEANFILES = *~ $(DEPS) $(MAN_FILES)
34 DEPS = $(OBJECTS:.o=.d)
88 -include $(DEPS)
91 -include $(DEPS)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
deps.py 37 class DEPS(object):
checkout.py 33 from webkitpy.common.checkout.deps import DEPS
  /external/chromium_org/v8/tools/
v8-rolls.sh 53 git show $1:DEPS | grep -n $DEPS_STRING | cut -d":" -f1
57 git blame -L$(v8_line $1),+1 $1 DEPS | grep $DEPS_STRING
push-to-trunk.sh 354 # Assert that the DEPS file is there.
355 [[ -w "DEPS" ]] || die "DEPS file not present or not writable; \
372 # Patch DEPS file.
374 -i DEPS
  /external/chromium_org/tools/
safely-roll-blink.py 38 die_with_error('Failed to update the DEPS file')
90 old_rev = int(process_deps(os.path.join(root_dir, 'DEPS'), new_rev,
109 subprocess2.check_output(['git', 'commit', '-m', commit_msg, 'DEPS'])
bisect-builds.py 30 # DEPS file URL.
31 DEPS_FILE= 'http://src.chromium.org/viewvc/chrome/trunk/src/DEPS?revision=%d'
579 """Returns the blink revision that was in chromium's DEPS file at
  /external/icu4c/extra/uconv/
Makefile.in 40 CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
76 DEPS = $(OBJECTS:.o=.d)
114 $(RMV) Makefile $(DEPS)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver_unittest.py 103 expected_stderr = 'MOCK run_command: [\'svn\', \'cat\', \'http://src.chromium.org/chrome/trunk/src/DEPS\'], cwd=None, input=None\n'
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 808 task_set $TASK deps ""
842 task_get $1 deps
891 local DEPS="`task_get_deps $TASK`"
895 echo "> $DEPS"
963 local DEPS="`task_get_deps $TASK`"
966 #echo ">> $TASK: $DEPS"
973 for DEP in $DEPS; do
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 106 # $4 = List of deps
123 # $4 = List of DEPS
host_vc.mk 92 # $4 = List of deps
109 # $4 = List of DEPS
nacl_gcc.mk 172 # file is part of LIB_RULE, so users of the DEPS system are currently required to
178 # $4 = List of DEPS
277 # $4 = List of DEPS
308 # $4 = List of DEPS
nacl_llvm.mk 93 # $4 = List of deps
124 # $4 = List of DEPS
  /external/v8/tools/
push-to-trunk.sh 335 # Assert that the DEPS file is there.
336 [[ -w "DEPS" ]] || die "DEPS file not present or not writable; \
353 # Patch DEPS file.
355 -i DEPS
  /external/chromium_org/
PRESUBMIT.py 332 """Make sure .DEPS.git is never modified manually."""
333 if any(f.LocalPath().endswith('.DEPS.git') for f in
336 'Never commit changes to .DEPS.git. This file is maintained by an\n'
337 'automated system based on what\'s in DEPS and your changes will be\n'
478 '#include? See relevant DEPS file(s) for details and contacts.',
732 a set of DEPS entries that we should look up."""
746 results.add('%s/DEPS' % m.group(1))
751 """When a dependency prefixed with + is added to a DEPS file, we
759 if filename == 'DEPS':
773 '--tbr was specified, skipping OWNERS check for DEPS additions')
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 925 task_set $TASK deps ""
959 task_get $1 deps
1008 local DEPS="`task_get_deps $TASK`"
1012 echo "> $DEPS"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 925 task_set $TASK deps ""
959 task_get $1 deps
1008 local DEPS="`task_get_deps $TASK`"
1012 echo "> $DEPS"
    [all...]

Completed in 1059 milliseconds

1 2 34 5