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

Side by Side Diff: chrome/browser/DEPS

Issue 556003: (Second attempt at http://codereview.chromium.org/553069/show)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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/geolocation/device_data_provider.h » ('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/plugin", # For Mac plugin interpose library. 6 "+chrome/plugin", # For Mac plugin interpose library.
7 "+chrome/tools/profiles", # For history unit tests. 7 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 8 "+chrome/views",
9 "+grit", # For generated headers 9 "+grit", # For generated headers
10 "+sandbox/src", 10 "+sandbox/src",
(...skipping 10 matching lines...) Expand all
21 "+media/base", 21 "+media/base",
22 "+third_party/sqlite", 22 "+third_party/sqlite",
23 "+third_party/libevent", # For the remote V8 debugging server 23 "+third_party/libevent", # For the remote V8 debugging server
24 "+third_party/cld", 24 "+third_party/cld",
25 "+v8/include", # Browser uses V8 to get the version and run the debugger. 25 "+v8/include", # Browser uses V8 to get the version and run the debugger.
26 26
27 # FIXME: this should probably not be here, we need to find a better 27 # FIXME: this should probably not be here, we need to find a better
28 # structure for these includes. 28 # structure for these includes.
29 "+chrome/renderer", 29 "+chrome/renderer",
30 ] 30 ]
31
32 # checkdeps needs to skip geolocation as it is unmodified gears code.
33 # TODO(joth): remove in next patch when this code is ported to chromium.
34 skip_child_includes = [
35 "geolocation"
36 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/geolocation/device_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698