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

Side by Side Diff: chrome/utility/importer/DEPS

Issue 2130593003: Switch FirefoxImporterTest to ChannelMojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bang head on table Created 4 years, 5 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/autofill/core/common", # For PasswordForm. 2 "+components/autofill/core/common", # For PasswordForm.
3 "+components/compression", # For edge database reader unittests. 3 "+components/compression", # For edge database reader unittests.
4 "+components/favicon_base", 4 "+components/favicon_base",
5 "+components/search_engines", 5 "+components/search_engines",
6 "+components/strings/grit", 6 "+components/strings/grit",
7 ] 7 ]
8
9 specific_include_rules = {
10 "firefox_importer_unittest_utils_mac\.cc": [
Ilya Sherman 2016/07/07 20:14:24 Hmm, is it really necessary to be so specific?
Anand Mistry (off Chromium) 2016/07/11 06:59:59 This file is the only thing that needs it. I figur
11 "+mojo/edk/embedder",
12 ],
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698