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

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: Final 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
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/history/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 "+apps", 2 "+apps",
3 "+breakpad", 3 "+breakpad",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
7 "+chromeos", 7 "+chromeos",
8 "+components/auto_login_parser", 8 "+components/auto_login_parser",
9 "+components/visitedlink/browser",
9 "+components/web_contents_delegate_android", 10 "+components/web_contents_delegate_android",
10 # TODO(boliu): Remove when content/components is moved to components. 11 # TODO(boliu): Remove when content/components is moved to components.
11 "+content/components", 12 "+content/components",
12 "+content/public/browser", 13 "+content/public/browser",
13 "+device/bluetooth", 14 "+device/bluetooth",
14 "+device/media_transfer_protocol", 15 "+device/media_transfer_protocol",
15 "+extensions/common", 16 "+extensions/common",
16 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 17 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
17 "+google_apis", 18 "+google_apis",
18 "+google_update", 19 "+google_update",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "+third_party/iaccessible2", 92 "+third_party/iaccessible2",
92 "+third_party/icu", 93 "+third_party/icu",
93 "+third_party/isimpledom", 94 "+third_party/isimpledom",
94 "+third_party/leveldatabase", 95 "+third_party/leveldatabase",
95 "+third_party/libevent", # For the remote V8 debugging server 96 "+third_party/libevent", # For the remote V8 debugging server
96 "+third_party/libjingle", 97 "+third_party/libjingle",
97 "+third_party/protobuf/src/google/protobuf", 98 "+third_party/protobuf/src/google/protobuf",
98 "+third_party/re2", 99 "+third_party/re2",
99 "+third_party/sqlite", 100 "+third_party/sqlite",
100 "+third_party/undoview", 101 "+third_party/undoview",
101
102 # FIXME: this is used by a browser_test. We need to find a better structure
103 # for this include.
104 "!chrome/renderer/visitedlink_slave.h",
105 ] 102 ]
OLDNEW
« no previous file with comments | « chrome/DEPS ('k') | chrome/browser/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698