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

Side by Side Diff: chrome/browser/DEPS

Issue 17084005: In components/autofill, move common/ to shared/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to fix conflict Created 7 years, 6 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
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",
10 "+components/autofill/content/browser", 9 "+components/autofill/content/browser",
10 "+components/autofill/shared",
11 "+components/auto_login_parser", 11 "+components/auto_login_parser",
12 "+components/autofill/common",
13 "+components/browser_context_keyed_service", 12 "+components/browser_context_keyed_service",
14 "+components/navigation_interception", 13 "+components/navigation_interception",
15 "+components/user_prefs", 14 "+components/user_prefs",
16 "+components/visitedlink/browser", 15 "+components/visitedlink/browser",
17 "+components/webdata", 16 "+components/webdata",
18 "+components/web_contents_delegate_android", 17 "+components/web_contents_delegate_android",
19 "+components/web_modal", 18 "+components/web_modal",
20 "+content/public/browser", 19 "+content/public/browser",
21 "+device/bluetooth", 20 "+device/bluetooth",
22 "+device/media_transfer_protocol", 21 "+device/media_transfer_protocol",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+third_party/icu", 83 "+third_party/icu",
85 "+third_party/isimpledom", 84 "+third_party/isimpledom",
86 "+third_party/leveldatabase", 85 "+third_party/leveldatabase",
87 "+third_party/libevent", # For the remote V8 debugging server 86 "+third_party/libevent", # For the remote V8 debugging server
88 "+third_party/libjingle", 87 "+third_party/libjingle",
89 "+third_party/protobuf/src/google/protobuf", 88 "+third_party/protobuf/src/google/protobuf",
90 "+third_party/re2", 89 "+third_party/re2",
91 "+third_party/sqlite", 90 "+third_party/sqlite",
92 "+third_party/undoview", 91 "+third_party/undoview",
93 ] 92 ]
OLDNEW
« no previous file with comments | « android_webview/browser/aw_form_database_service_unittest.cc ('k') | chrome/browser/autofill/autofill_cc_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698