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

Side by Side Diff: components/search_engines/DEPS

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't assume that a Browser exists + fix nits Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/google/core", 2 "+components/google/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/infobars/core",
4 "+components/keyed_service/core", 5 "+components/keyed_service/core",
5 "+components/metrics/proto", 6 "+components/metrics/proto",
6 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched. 7 # TODO(mpearson): for experiment; remove after crbug.com/488901 is launched.
7 "+components/omnibox/browser/omnibox_field_trial.h", 8 "+components/omnibox/browser/omnibox_field_trial.h",
8 "+components/policy/core", 9 "+components/policy/core",
9 "+components/pref_registry", 10 "+components/pref_registry",
10 "+components/rappor", 11 "+components/rappor",
11 "+components/sync_driver", 12 "+components/sync_driver",
12 "+components/url_formatter", 13 "+components/url_formatter",
13 "+components/webdata", 14 "+components/webdata",
(...skipping 12 matching lines...) Expand all
26 ".*_unittest\.cc$": [ 27 ".*_unittest\.cc$": [
27 "!chrome/browser/history/history_service.h", 28 "!chrome/browser/history/history_service.h",
28 "!chrome/browser/history/history_service_factory.h", 29 "!chrome/browser/history/history_service_factory.h",
29 "!chrome/browser/search_engines/template_url_service_test_util.h", 30 "!chrome/browser/search_engines/template_url_service_test_util.h",
30 "!chrome/common/chrome_paths.h", 31 "!chrome/common/chrome_paths.h",
31 "!chrome/test/base/testing_profile.h", 32 "!chrome/test/base/testing_profile.h",
32 "!components/syncable_prefs/testing_pref_service_syncable.h", 33 "!components/syncable_prefs/testing_pref_service_syncable.h",
33 "!content/public/test/test_browser_thread_bundle.h", 34 "!content/public/test/test_browser_thread_bundle.h",
34 ], 35 ],
35 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698