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

Side by Side Diff: components/autofill/browser/DEPS

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « components/autofill/README ('k') | components/autofill/browser/address_field_unittest.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 "+components/webdata/common", 2 "+components/webdata/common",
3 "+content/public/browser", 3 "+content/public/browser",
4 "+content/public/common",
4 "+crypto/random.h", 5 "+crypto/random.h",
5 "+google_apis/gaia", 6 "+google_apis/gaia",
6 "+google_apis/google_api_keys.h", 7 "+google_apis/google_api_keys.h",
7 "+gpu/config/gpu_info.h", 8 "+gpu/config/gpu_info.h",
8 "+net", 9 "+net",
9 "+sql", 10 "+sql",
10 "+third_party/libjingle", 11 "+third_party/libjingle",
11 "+third_party/libphonenumber", # For phone number i18n. 12 "+third_party/libphonenumber", # For phone number i18n.
13 # Allow inclusion of WebKit API files.
14 "+third_party/WebKit/public/platform",
15 "+third_party/WebKit/Source/WebKit/chromium",
12 "+webkit/plugins/webplugininfo.h", 16 "+webkit/plugins/webplugininfo.h",
13 17
14 # TODO(joi): This is "ok" temporarily (it's just a header file with 18 # TODO(joi): This is "ok" temporarily (it's just a header file with
15 # a large enum, and doesn't bring in any other dependencies on 19 # a large enum, and doesn't bring in any other dependencies on
16 # //chrome). The plan of record to get rid of this is to change 20 # //chrome). The plan of record to get rid of this is to change
17 # Autofill and WebData to not use NotificationService, and instead 21 # Autofill and WebData to not use NotificationService, and instead
18 # use typed callback interfaces or allow registering base::Callback 22 # use typed callback interfaces or allow registering base::Callback
19 # callbacks for each event. 23 # callbacks for each event.
20 "!chrome/common/chrome_notification_types.h", 24 "!chrome/common/chrome_notification_types.h",
21 25
(...skipping 28 matching lines...) Expand all
50 "!chrome/browser/webdata/web_data_service_factory.h", 54 "!chrome/browser/webdata/web_data_service_factory.h",
51 "!chrome/browser/webdata/web_data_service_test_util.h", 55 "!chrome/browser/webdata/web_data_service_test_util.h",
52 "!chrome/common/chrome_constants.h", 56 "!chrome/common/chrome_constants.h",
53 "!chrome/common/chrome_paths.h", 57 "!chrome/common/chrome_paths.h",
54 "!chrome/common/pref_names.h", 58 "!chrome/common/pref_names.h",
55 "!chrome/common/render_messages.h", 59 "!chrome/common/render_messages.h",
56 "!chrome/common/url_constants.h", 60 "!chrome/common/url_constants.h",
57 "!chrome/test/base", 61 "!chrome/test/base",
58 ], 62 ],
59 } 63 }
OLDNEW
« no previous file with comments | « components/autofill/README ('k') | components/autofill/browser/address_field_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698