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

Side by Side Diff: components/autofill/content/common/DEPS

Issue 108283005: Moved ipc-specific files from autofill/core to autofill/content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "!content/public/common/common_param_traits.h", 2 "!content/public/common/common_param_traits.h",
blundell 2013/12/11 13:32:53 These can now be +'s instead of !'s and the TODO(b
jeanfrancois 2013/12/11 15:01:19 Done.
3 3
4 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate
5 # component since it is currently in the same component as
6 # UserPrefs, which uses content::BrowserContext.
7 "+components/user_prefs/pref_registry_syncable.h",
8 "+components/webdata/encryptor",
9
10 # TODO(blundell): Bring this list to zero. 4 # TODO(blundell): Bring this list to zero.
11 # 5 #
12 # Do not add to the list of temporarily-allowed dependencies below, 6 # Do not add to the list of temporarily-allowed dependencies below,
13 # and please do not introduce more #includes of these files. 7 # and please do not introduce more #includes of these files.
14 "!content/public/common/common_param_traits_macros.h", 8 "!content/public/common/common_param_traits_macros.h",
blundell 2013/12/11 13:32:53 Could you please add a "-ipc" to //components/auto
jeanfrancois 2013/12/11 15:01:19 Done.
15 "!third_party/WebKit/public/web/WebFormElement.h", 9 "!third_party/WebKit/public/web/WebFormElement.h",
16 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698