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

Side by Side Diff: components/autofill/DEPS

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 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 | « chrome/test/base/test_switches.cc ('k') | components/autofill/content/browser/BUILD.gn » ('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/prefs", 2 "+components/prefs",
3 "+google_apis/gaia/gaia_urls.h", 3 "+google_apis/gaia/gaia_urls.h",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+jni", 5 "+jni",
6 "+net", 6 "+net",
7 "+third_party/zlib/google", 7 "+third_party/zlib/google",
8 "+ui", 8 "+ui",
9
9 # Autofill is a layered component; subdirectories must explicitly introduce 10 # Autofill is a layered component; subdirectories must explicitly introduce
10 # the ability to use the content layer as appropriate. 11 # the ability to use the content layer as appropriate.
11 "-components/autofill/content", 12 "-components/autofill/content",
13
14 # This directory contains build flags and does not pull all of PPAPI in.
15 "+ppapi/features",
12 ] 16 ]
OLDNEW
« no previous file with comments | « chrome/test/base/test_switches.cc ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698