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

Side by Side Diff: chrome/browser/DEPS

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add findbugs suppression for compatibility code. Created 8 years, 1 month 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+breakpad", 2 "+breakpad",
3 "+chrome/app", 3 "+chrome/app",
4 "+chrome/installer", 4 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 5 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 6 "+chromeos",
7 "+content/components",
7 "+content/public/browser", 8 "+content/public/browser",
8 "+device", 9 "+device",
9 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 10 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
10 "+google_apis", 11 "+google_apis",
11 "+google_update", 12 "+google_update",
12 "+grit", # For generated headers 13 "+grit", # For generated headers
13 "+installer_util_strings", # For generated headers 14 "+installer_util_strings", # For generated headers
14 "+media/base", # For media switches 15 "+media/base", # For media switches
15 "+policy", # For generated headers and source 16 "+policy", # For generated headers and source
16 "+ppapi/c", # For various types. 17 "+ppapi/c", # For various types.
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "+third_party/libjingle", 94 "+third_party/libjingle",
94 "+third_party/protobuf/src/google/protobuf", 95 "+third_party/protobuf/src/google/protobuf",
95 "+third_party/re2", 96 "+third_party/re2",
96 "+third_party/sqlite", 97 "+third_party/sqlite",
97 "+third_party/undoview", 98 "+third_party/undoview",
98 99
99 # FIXME: this is used by a browser_test. We need to find a better structure 100 # FIXME: this is used by a browser_test. We need to find a better structure
100 # for this include. 101 # for this include.
101 "!chrome/renderer/visitedlink_slave.h", 102 "!chrome/renderer/visitedlink_slave.h",
102 ] 103 ]
OLDNEW
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698