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

Side by Side Diff: content/DEPS

Issue 16737007: Make it possible to switch between two different versions of ANGLE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Do NOT add chrome or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/common", 7 "+content/common",
8 "+content/port/common", 8 "+content/port/common",
9 "+content/public/common", 9 "+content/public/common",
10 "+content/public/test", 10 "+content/public/test",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 # don't expect alternate implementations to be provided by the 45 # don't expect alternate implementations to be provided by the
46 # embedder. 46 # embedder.
47 "-google_apis", 47 "-google_apis",
48 48
49 # Don't allow inclusion of these other libs we shouldn't be calling directly. 49 # Don't allow inclusion of these other libs we shouldn't be calling directly.
50 "-v8", 50 "-v8",
51 "-tools", 51 "-tools",
52 52
53 # Allow inclusion of third-party code: 53 # Allow inclusion of third-party code:
54 "+third_party/angle", 54 "+third_party/angle",
55 "+third_party/angle_dx11",
Ken Russell (switch to Gerrit) 2013/06/11 23:47:03 It occurs to me you'll need to duplicate the ANGLE
55 "+third_party/flac", 56 "+third_party/flac",
56 "+third_party/gpsd", 57 "+third_party/gpsd",
57 "+third_party/libjingle", 58 "+third_party/libjingle",
58 "+third_party/mozilla", 59 "+third_party/mozilla",
59 "+third_party/npapi/bindings", 60 "+third_party/npapi/bindings",
60 "+third_party/skia", 61 "+third_party/skia",
61 "+third_party/sqlite", 62 "+third_party/sqlite",
62 "+third_party/tcmalloc", 63 "+third_party/tcmalloc",
63 "+third_party/khronos", 64 "+third_party/khronos",
64 "+third_party/webrtc", 65 "+third_party/webrtc",
(...skipping 24 matching lines...) Expand all
89 # explicit. 90 # explicit.
90 "-ui/views", 91 "-ui/views",
91 92
92 "+webkit", 93 "+webkit",
93 "-webkit/dom_storage", 94 "-webkit/dom_storage",
94 "+webkit/dom_storage/dom_storage_types.h", 95 "+webkit/dom_storage/dom_storage_types.h",
95 96
96 # For generated JNI includes. 97 # For generated JNI includes.
97 "+jni", 98 "+jni",
98 ] 99 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698