Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: DEPS

Issue 1411493002: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 use_relative_paths = True 1 use_relative_paths = True
2 2
3 deps = { 3 deps = {
4 "build/gyp": 4 "build/gyp":
5 "https://chromium.googlesource.com/external/gyp", 5 "https://chromium.googlesource.com/external/gyp",
6 6
7 "buildtools": 7 "buildtools":
8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
9 9
10 "testing/corpus": 10 "testing/corpus":
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 25
26 deps_os = { 26 deps_os = {
27 "win": { 27 "win": {
28 "v8/third_party/cygwin": 28 "v8/third_party/cygwin":
29 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 29 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
30 }, 30 },
31 } 31 }
32 32
33 include_rules = [ 33 include_rules = [
34 '+public',
35 '+testing', 34 '+testing',
36 '+third_party/base', 35 '+third_party/base',
37 '+v8',
38 ] 36 ]
39 37
40 hooks = [ 38 hooks = [
41 { 39 {
42 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 40 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
43 'name': 'gyp', 41 'name': 'gyp',
44 'pattern': '.', 42 'pattern': '.',
45 'action': ['python', 'build/gyp_pdfium'], 43 'action': ['python', 'build/gyp_pdfium'],
46 }, 44 },
47 # Pull clang-format binaries using checked-in hashes. 45 # Pull clang-format binaries using checked-in hashes.
(...skipping 24 matching lines...) Expand all
72 'pattern': '.', 70 'pattern': '.',
73 'action': [ 'download_from_google_storage', 71 'action': [ 'download_from_google_storage',
74 '--no_resume', 72 '--no_resume',
75 '--platform=linux*', 73 '--platform=linux*',
76 '--no_auth', 74 '--no_auth',
77 '--bucket', 'chromium-clang-format', 75 '--bucket', 'chromium-clang-format',
78 '-s', 'buildtools/linux64/clang-format.sha1', 76 '-s', 'buildtools/linux64/clang-format.sha1',
79 ], 77 ],
80 }, 78 },
81 ] 79 ]
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698