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

Side by Side Diff: chrome/browser/DEPS

Issue 11829055: Create top level apps component and move some apps code there. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits 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 | « apps/apps.gypi ('k') | chrome/browser/extensions/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 "+breakpad", 3 "+breakpad",
3 "+chrome/app", 4 "+chrome/app",
4 "+chrome/installer", 5 "+chrome/installer",
5 "+chrome/tools/profiles", # For history unit tests. 6 "+chrome/tools/profiles", # For history unit tests.
6 "+chromeos", 7 "+chromeos",
7 "+components/auto_login_parser", 8 "+components/auto_login_parser",
8 "+components/web_contents_delegate_android", 9 "+components/web_contents_delegate_android",
9 # TODO(boliu): Remove when content/components is moved to components. 10 # TODO(boliu): Remove when content/components is moved to components.
10 "+content/components", 11 "+content/components",
11 "+content/public/browser", 12 "+content/public/browser",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "+third_party/libjingle", 96 "+third_party/libjingle",
96 "+third_party/protobuf/src/google/protobuf", 97 "+third_party/protobuf/src/google/protobuf",
97 "+third_party/re2", 98 "+third_party/re2",
98 "+third_party/sqlite", 99 "+third_party/sqlite",
99 "+third_party/undoview", 100 "+third_party/undoview",
100 101
101 # FIXME: this is used by a browser_test. We need to find a better structure 102 # FIXME: this is used by a browser_test. We need to find a better structure
102 # for this include. 103 # for this include.
103 "!chrome/renderer/visitedlink_slave.h", 104 "!chrome/renderer/visitedlink_slave.h",
104 ] 105 ]
OLDNEW
« no previous file with comments | « apps/apps.gypi ('k') | chrome/browser/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698