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

Side by Side Diff: content/DEPS

Issue 18161007: Replace angle_path gyp variable with regular path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d3d11
Patch Set: rebase Created 7 years, 5 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 | « build/all.gyp ('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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # implementations that are strongly tied to Google servers, i.e. we 53 # implementations that are strongly tied to Google servers, i.e. we
54 # don't expect alternate implementations to be provided by the 54 # don't expect alternate implementations to be provided by the
55 # embedder. 55 # embedder.
56 "-google_apis", 56 "-google_apis",
57 57
58 # Don't allow inclusion of these other libs we shouldn't be calling directly. 58 # Don't allow inclusion of these other libs we shouldn't be calling directly.
59 "-v8", 59 "-v8",
60 "-tools", 60 "-tools",
61 61
62 # Allow inclusion of third-party code: 62 # Allow inclusion of third-party code:
63 "+third_party/angle",
64 "+third_party/angle_dx11", 63 "+third_party/angle_dx11",
65 "+third_party/flac", 64 "+third_party/flac",
66 "+third_party/gpsd", 65 "+third_party/gpsd",
67 "+third_party/libjingle", 66 "+third_party/libjingle",
68 "+third_party/mozilla", 67 "+third_party/mozilla",
69 "+third_party/npapi/bindings", 68 "+third_party/npapi/bindings",
70 "+third_party/skia", 69 "+third_party/skia",
71 "+third_party/sqlite", 70 "+third_party/sqlite",
72 "+third_party/tcmalloc", 71 "+third_party/tcmalloc",
73 "+third_party/khronos", 72 "+third_party/khronos",
(...skipping 23 matching lines...) Expand all
97 # Content shouldn't depend on views. While we technically don't need this 96 # Content shouldn't depend on views. While we technically don't need this
98 # line, since the top level DEPS doesn't allow it, we add it to make this 97 # line, since the top level DEPS doesn't allow it, we add it to make this
99 # explicit. 98 # explicit.
100 "-ui/views", 99 "-ui/views",
101 100
102 "+webkit", 101 "+webkit",
103 102
104 # For generated JNI includes. 103 # For generated JNI includes.
105 "+jni", 104 "+jni",
106 ] 105 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698