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

Side by Side Diff: chrome/browser/DEPS

Issue 14969012: components: Create web_modal component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-before-land Created 7 years, 7 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 | « no previous file | chrome/browser/chromeos/login/simple_web_view_dialog.cc » ('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/autofill/browser", 8 "+components/autofill/browser",
9 "+components/autofill/common", 9 "+components/autofill/common",
10 "+components/auto_login_parser", 10 "+components/auto_login_parser",
11 "+components/autofill/common", 11 "+components/autofill/common",
12 "+components/webdata",
13 "+components/navigation_interception", 12 "+components/navigation_interception",
14 "+components/user_prefs", 13 "+components/user_prefs",
15 "+components/visitedlink/browser", 14 "+components/visitedlink/browser",
15 "+components/webdata",
16 "+components/web_contents_delegate_android", 16 "+components/web_contents_delegate_android",
17 "+components/web_modal",
17 "+content/public/browser", 18 "+content/public/browser",
18 "+device/bluetooth", 19 "+device/bluetooth",
19 "+device/media_transfer_protocol", 20 "+device/media_transfer_protocol",
20 "+extensions/browser", 21 "+extensions/browser",
21 "+extensions/common", 22 "+extensions/common",
22 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 23 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
23 "+google_apis", 24 "+google_apis",
24 "+google_update", 25 "+google_update",
25 "+grit", # For generated headers 26 "+grit", # For generated headers
26 "+installer_util_strings", # For generated headers 27 "+installer_util_strings", # For generated headers
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "+third_party/icu", 92 "+third_party/icu",
92 "+third_party/isimpledom", 93 "+third_party/isimpledom",
93 "+third_party/leveldatabase", 94 "+third_party/leveldatabase",
94 "+third_party/libevent", # For the remote V8 debugging server 95 "+third_party/libevent", # For the remote V8 debugging server
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 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/simple_web_view_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698