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

Unified Diff: DEPS

Issue 376573003: Pull necessary dependencies to be able to process mojo.gyp on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index f3dcfd5a47da6361f18abe4eec5a6d6f3ac64893..5dc3db7fa684de278a3d4362e894ee6ed6ce8283 100644
--- a/DEPS
+++ b/DEPS
@@ -353,44 +353,38 @@ deps_os = {
Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c767584240b4dade8b74e6f57b9bdab',
# Code that's not needed due to not building everything
- 'src/build/util/support': None,
- 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': None,
- 'src/chrome/test/data/perf/canvas_bench': None,
- 'src/chrome/test/data/perf/frame_rate/content': None,
- 'src/media/cdm/ppapi/api': None,
- 'src/native_client': None,
- 'src/native_client/src/third_party/ppapi': None,
- 'src/third_party/bidichecker': None,
- 'src/third_party/brotli/src': None,
- 'src/third_party/cld_2/src': None,
- 'src/third_party/ffmpeg': None,
- 'src/third_party/hunspell_dictionaries': None,
- 'src/third_party/hunspell': None,
- 'src/third_party/libc++/trunk': None,
- 'src/third_party/libc++abi/trunk': None,
- 'src/third_party/libexif/sources': None,
- 'src/third_party/libjpeg_turbo': None,
- 'src/third_party/libsrtp': None,
- 'src/third_party/mesa/src': None,
- 'src/third_party/opus/src': None,
- 'src/third_party/openmax_dl': None,
- 'src/third_party/ots': None,
- 'src/third_party/pymox/src': None,
- 'src/third_party/safe_browsing/testing': None,
- 'src/third_party/scons-2.0.1': None,
- 'src/third_party/sfntly/cpp/src': None,
- 'src/third_party/speex': None,
- 'src/third_party/swig/Lib': None,
- 'src/third_party/usrsctp/usrsctplib': None,
- 'src/third_party/v8-i18n': None,
- 'src/third_party/webdriver/pylib': None,
- 'src/third_party/webgl': None,
- 'src/third_party/webpagereplay': None,
- 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None,
- 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None,
- 'src/third_party/yasm/source/patched-yasm': None,
- 'src/tools/page_cycler/acid3': None,
- 'src/v8': None,
+ "src/build/util/support": None,
+ "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
+ "src/chrome/test/data/perf/canvas_bench": None,
+ "src/chrome/test/data/perf/frame_rate/content": None,
+ "src/media/cdm/ppapi/api": None,
+ "src/native_client": None,
+ "src/native_client/src/third_party/ppapi": None,
+ "src/third_party/bidichecker": None,
+ "src/third_party/brotli/src": None,
+ "src/third_party/cld_2/src": None,
+ "src/third_party/hunspell_dictionaries": None,
+ "src/third_party/hunspell": None,
+ "src/third_party/libc++/trunk": None,
+ "src/third_party/libc++abi/trunk": None,
+ "src/third_party/libexif/sources": None,
+ "src/third_party/libsrtp": None,
+ "src/third_party/opus/src": None,
+ "src/third_party/openmax_dl": None,
+ "src/third_party/pymox/src": None,
+ "src/third_party/safe_browsing/testing": None,
+ "src/third_party/scons-2.0.1": None,
+ "src/third_party/sfntly/cpp/src": None,
+ "src/third_party/speex": None,
+ "src/third_party/swig/Lib": None,
+ "src/third_party/usrsctp/usrsctplib": None,
+ "src/third_party/v8-i18n": None,
+ "src/third_party/webdriver/pylib": None,
+ "src/third_party/webgl": None,
+ "src/third_party/webpagereplay": None,
+ "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None,
+ "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None,
+ "src/tools/page_cycler/acid3": None,
},
'mac': {
'src/chrome/tools/test/reference_build/chrome_mac':
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698