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

Side by Side Diff: DEPS

Issue 469953002: Make Angle available for iOS (for Chromoting iOS client) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
10 # 10 #
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "/trunk/deps/third_party/class-dump@199203", 394 "/trunk/deps/third_party/class-dump@199203",
395 395
396 # Code that's not needed due to not building everything 396 # Code that's not needed due to not building everything
397 "src/build/util/support": None, 397 "src/build/util/support": None,
398 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, 398 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e,
399 "src/chrome/test/data/perf/canvas_bench": None, 399 "src/chrome/test/data/perf/canvas_bench": None,
400 "src/chrome/test/data/perf/frame_rate/content": None, 400 "src/chrome/test/data/perf/frame_rate/content": None,
401 "src/media/cdm/ppapi/api": None, 401 "src/media/cdm/ppapi/api": None,
402 "src/native_client": None, 402 "src/native_client": None,
403 "src/native_client/src/third_party/ppapi": None, 403 "src/native_client/src/third_party/ppapi": None,
404 "src/third_party/angle": None,
405 "src/third_party/bidichecker": None, 404 "src/third_party/bidichecker": None,
406 "src/third_party/brotli/src": None, 405 "src/third_party/brotli/src": None,
407 "src/third_party/cld_2/src": None, 406 "src/third_party/cld_2/src": None,
408 "src/third_party/ffmpeg": None, 407 "src/third_party/ffmpeg": None,
409 "src/third_party/hunspell_dictionaries": None, 408 "src/third_party/hunspell_dictionaries": None,
410 "src/third_party/hunspell": None, 409 "src/third_party/hunspell": None,
411 "src/third_party/libc++/trunk": None, 410 "src/third_party/libc++/trunk": None,
412 "src/third_party/libc++abi/trunk": None, 411 "src/third_party/libc++abi/trunk": None,
413 "src/third_party/libexif/sources": None, 412 "src/third_party/libexif/sources": None,
414 "src/third_party/libjpeg_turbo": None, 413 "src/third_party/libjpeg_turbo": None,
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "src/third_party/apache-win32", 803 "src/third_party/apache-win32",
805 ], 804 ],
806 }, 805 },
807 { 806 {
808 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 807 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
809 "name": "gyp", 808 "name": "gyp",
810 "pattern": ".", 809 "pattern": ".",
811 "action": ["python", "src/build/gyp_chromium"], 810 "action": ["python", "src/build/gyp_chromium"],
812 }, 811 },
813 ] 812 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698