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

Side by Side Diff: components/webdata/DEPS

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component Created 6 years 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
« no previous file with comments | « components/components.gyp ('k') | components/webdata/common/web_data_service_test_util.h » ('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 "+sql", 2 "+sql",
3 "+ui", 3 "+ui",
4 ] 4 ]
5 5
6 specific_include_rules = { 6 specific_include_rules = {
7 # TODO(caitkp): Extract unit tests from //chrome, at lower priority 7 # TODO(caitkp): Extract unit tests from //chrome, at lower priority
8 # than production code. 8 # than production code.
9 r'(.*_unittest|.*_test_util)\.(cc|h)': [ 9 r'(.*_unittest|.*_test_util)\.(cc|h)': [
10 "+chrome/browser/webdata/logins_table.h", 10 "+components/autofill/core/browser",
11 "+chrome/browser/webdata/token_service_table.h",
12 "+chrome/browser/webdata/token_web_data.h",
13 "+chrome/browser/webdata/web_data_service.h",
14 "+chrome/browser/webdata/web_data_service_factory.h",
15 "+components/autofill/core",
16 "+components/password_manager/core/browser/webdata", 11 "+components/password_manager/core/browser/webdata",
17 "+components/search_engines/keyword_table.h", 12 "+components/search_engines/keyword_table.h",
18 "+components/signin/core/browser/webdata", 13 "+components/signin/core/browser/webdata",
19 "+content/public/test",
20 ], 14 ],
21 } 15 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/webdata/common/web_data_service_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698