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

Side by Side Diff: chrome/browser/DEPS

Issue 9371010: Make google_update.gyp write shared files to SHARED_INTERMEDIATE_DIR (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS Created 8 years, 10 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 | « no previous file | chrome/browser/first_run/first_run_win.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 include_rules = [ 1 include_rules = [
2 "+chrome/app", 2 "+chrome/app",
3 "+chrome/app/locales", 3 "+chrome/app/locales",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/personalization", 5 "+chrome/personalization",
6 "+chrome/profile_import", 6 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+content/plugin/plugin_interpose_util_mac.h", 9 "+content/plugin/plugin_interpose_util_mac.h",
10 "+content/public/browser", 10 "+content/public/browser",
11 "+google_update",
11 "+grit", # For generated headers 12 "+grit", # For generated headers
12 "+media/audio", # For audio input for speech input feature. 13 "+media/audio", # For audio input for speech input feature.
13 "+policy", # For generated headers and source 14 "+policy", # For generated headers and source
14 "+ppapi/c", # For various types. 15 "+ppapi/c", # For various types.
15 "+ppapi/proxy", 16 "+ppapi/proxy",
16 "+rlz", 17 "+rlz",
17 "+sandbox/linux", 18 "+sandbox/linux",
18 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. 19 "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox.
19 "+skia/ext", 20 "+skia/ext",
20 "+skia/include", 21 "+skia/include",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "+third_party/libjingle", 136 "+third_party/libjingle",
136 "+third_party/protobuf/src/google/protobuf", 137 "+third_party/protobuf/src/google/protobuf",
137 "+third_party/sqlite", 138 "+third_party/sqlite",
138 "+third_party/undoview", 139 "+third_party/undoview",
139 "+v8/include", # Browser uses V8 to get the version and run the debugger. 140 "+v8/include", # Browser uses V8 to get the version and run the debugger.
140 141
141 # FIXME: these should probably not be here, we need to find a better 142 # FIXME: these should probably not be here, we need to find a better
142 # structure for these includes. 143 # structure for these includes.
143 "+chrome/renderer", 144 "+chrome/renderer",
144 ] 145 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/first_run/first_run_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698