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

Side by Side Diff: chrome/browser/DEPS

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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
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 "+components/visitedlink/browser",
7 "+components/web_contents_delegate_android", 8 "+components/web_contents_delegate_android",
8 # TODO(boliu): Remove when content/components is moved to components. 9 # TODO(boliu): Remove when content/components is moved to components.
9 "+content/components", 10 "+content/components",
10 "+content/public/browser", 11 "+content/public/browser",
11 "+device/bluetooth", 12 "+device/bluetooth",
12 "+device/media_transfer_protocol", 13 "+device/media_transfer_protocol",
13 "+extensions/common", 14 "+extensions/common",
14 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 15 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
15 "+google_apis", 16 "+google_apis",
16 "+google_update", 17 "+google_update",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "+third_party/iaccessible2", 95 "+third_party/iaccessible2",
95 "+third_party/icu", 96 "+third_party/icu",
96 "+third_party/isimpledom", 97 "+third_party/isimpledom",
97 "+third_party/leveldatabase", 98 "+third_party/leveldatabase",
98 "+third_party/libevent", # For the remote V8 debugging server 99 "+third_party/libevent", # For the remote V8 debugging server
99 "+third_party/libjingle", 100 "+third_party/libjingle",
100 "+third_party/protobuf/src/google/protobuf", 101 "+third_party/protobuf/src/google/protobuf",
101 "+third_party/re2", 102 "+third_party/re2",
102 "+third_party/sqlite", 103 "+third_party/sqlite",
103 "+third_party/undoview", 104 "+third_party/undoview",
104
105 # FIXME: this is used by a browser_test. We need to find a better structure
106 # for this include.
107 "!chrome/renderer/visitedlink_slave.h",
108 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698