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

Side by Side Diff: chrome/browser/DEPS

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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
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/public/browser", 7 "+content/public/browser",
8 "+device",
8 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 9 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
9 "+google_apis", 10 "+google_apis",
10 "+google_update", 11 "+google_update",
11 "+grit", # For generated headers 12 "+grit", # For generated headers
12 "+installer_util_strings", # For generated headers 13 "+installer_util_strings", # For generated headers
13 "+media/base", # For media switches 14 "+media/base", # For media switches
14 "+policy", # For generated headers and source 15 "+policy", # For generated headers and source
15 "+ppapi/c", # For various types. 16 "+ppapi/c", # For various types.
16 "+ppapi/host", 17 "+ppapi/host",
17 "+ppapi/proxy", 18 "+ppapi/proxy",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "+third_party/libjingle", 93 "+third_party/libjingle",
93 "+third_party/protobuf/src/google/protobuf", 94 "+third_party/protobuf/src/google/protobuf",
94 "+third_party/re2", 95 "+third_party/re2",
95 "+third_party/sqlite", 96 "+third_party/sqlite",
96 "+third_party/undoview", 97 "+third_party/undoview",
97 98
98 # FIXME: this is used by a browser_test. We need to find a better structure 99 # FIXME: this is used by a browser_test. We need to find a better structure
99 # for this include. 100 # for this include.
100 "!chrome/renderer/visitedlink_slave.h", 101 "!chrome/renderer/visitedlink_slave.h",
101 ] 102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698