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

Side by Side Diff: DEPS

Issue 1405243004: Merge to XFA: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
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 deps = { 1 deps = {
2 "build/gyp": 2 "build/gyp":
3 "https://chromium.googlesource.com/external/gyp", 3 "https://chromium.googlesource.com/external/gyp",
4 4
5 "buildtools": 5 "buildtools":
6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 6 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
7 7
8 "testing/corpus": 8 "testing/corpus":
9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d", 9 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d",
10 10
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 23
24 deps_os = { 24 deps_os = {
25 "win": { 25 "win": {
26 "v8/third_party/cygwin": 26 "v8/third_party/cygwin":
27 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df", 27 "https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf 3a10ff1007a97c0b7de6df",
28 }, 28 },
29 } 29 }
30 30
31 include_rules = [ 31 include_rules = [
32 '+public',
33 '+testing', 32 '+testing',
34 '+third_party/base', 33 '+third_party/base',
35 '+v8',
36 ] 34 ]
37 35
38 hooks = [ 36 hooks = [
39 { 37 {
40 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 38 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
41 'name': 'gyp', 39 'name': 'gyp',
42 'pattern': '.', 40 'pattern': '.',
43 'action': ['python', 'build/gyp_pdfium'], 41 'action': ['python', 'build/gyp_pdfium'],
44 }, 42 },
45 # Pull clang-format binaries using checked-in hashes. 43 # Pull clang-format binaries using checked-in hashes.
(...skipping 24 matching lines...) Expand all
70 'pattern': '.', 68 'pattern': '.',
71 'action': [ 'download_from_google_storage', 69 'action': [ 'download_from_google_storage',
72 '--no_resume', 70 '--no_resume',
73 '--platform=linux*', 71 '--platform=linux*',
74 '--no_auth', 72 '--no_auth',
75 '--bucket', 'chromium-clang-format', 73 '--bucket', 'chromium-clang-format',
76 '-s', 'buildtools/linux64/clang-format.sha1', 74 '-s', 'buildtools/linux64/clang-format.sha1',
77 ], 75 ],
78 }, 76 },
79 ] 77 ]
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