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

Side by Side Diff: chrome/browser/DEPS

Issue 10248005: Don't make checkdeps ignore includes to directories that are brought in via deps. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove file from other cl Created 8 years, 8 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 | « chrome/app/DEPS ('k') | chrome/browser/chromeos/DEPS » ('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 "+breakpad",
2 "+chrome/app", 3 "+chrome/app",
3 "+chrome/app/locales", 4 "+chrome/app/locales",
4 "+chrome/installer", 5 "+chrome/installer",
5 "+chrome/personalization", 6 "+chrome/personalization",
6 "+chrome/profile_import", 7 "+chrome/profile_import",
7 "+chrome/tools/profiles", # For history unit tests. 8 "+chrome/tools/profiles", # For history unit tests.
8 "+chrome/views", 9 "+chrome/views",
9 "+chromeos", 10 "+chromeos",
10 "+content/plugin/plugin_interpose_util_mac.h", 11 "+content/plugin/plugin_interpose_util_mac.h",
11 "+content/public/browser", 12 "+content/public/browser",
(...skipping 21 matching lines...) Expand all
33 34
34 "-content/browser", 35 "-content/browser",
35 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 36 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
36 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
37 "+content/browser/geolocation/wifi_data_provider_common.h", 38 "+content/browser/geolocation/wifi_data_provider_common.h",
38 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 39 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
39 40
40 "-content/common", 41 "-content/common",
41 42
42 # Other libraries. 43 # Other libraries.
43 "+chrome/third_party/hunspell",
44 "+chrome/third_party/mozilla_security_manager", 44 "+chrome/third_party/mozilla_security_manager",
45 "+libxml", # For search engine definition parsing. 45 "+libxml", # For search engine definition parsing.
46 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 46 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
47 "+third_party/cld", 47 "+third_party/cld",
48 "+third_party/expat", 48 "+third_party/expat",
49 "+third_party/iaccessible2", 49 "+third_party/iaccessible2",
50 "+third_party/icu",
50 "+third_party/isimpledom", 51 "+third_party/isimpledom",
52 "+third_party/leveldatabase",
51 "+third_party/libevent", # For the remote V8 debugging server 53 "+third_party/libevent", # For the remote V8 debugging server
52 "+third_party/libjingle", 54 "+third_party/libjingle",
53 "+third_party/protobuf/src/google/protobuf", 55 "+third_party/protobuf/src/google/protobuf",
54 "+third_party/sqlite", 56 "+third_party/sqlite",
55 "+third_party/undoview", 57 "+third_party/undoview",
56 58
57 # FIXME: these should probably not be here, we need to find a better 59 # FIXME: these should probably not be here, we need to find a better
58 # structure for these includes. 60 # structure for these includes.
59 "+chrome/renderer", 61 "+chrome/renderer",
60 ] 62 ]
OLDNEW
« no previous file with comments | « chrome/app/DEPS ('k') | chrome/browser/chromeos/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698