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

Unified Diff: chrome/browser/autofill/DEPS

Issue 11612017: [Autofill] Add protobuf for Google Wallet risk parameters and a utility function for filling it out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test compile Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autofill/risk/fingerprint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/DEPS
diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
index d3ebebd28ce1e62017511a5f13b14b7caaa166ed..4245a2a6bcac03287483b0241dc107b35b7d590b 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -1,7 +1,7 @@
include_rules = [
- # Autofill is being made into a Browser Component, so we have these
- # three basic rules followed by temporary exceptions. Please don't
- # add to the list of exceptions!
+ # Autofill is being made into a Browser Component, so we have these basic
+ # rules followed by temporary exceptions. Please don't add to the list of
+ # exceptions!
"-chrome/browser",
"+chrome/browser/api",
"+chrome/browser/autofill",
@@ -45,6 +45,11 @@ specific_include_rules = {
"!chrome/browser/ui/tabs/tab_strip_model.h",
],
+ # TODO(joi): Remove these dependencies once the Prefs refactoring is complete.
+ 'fingerprint\.cc': [
+ "!chrome/browser/browser_process.h",
+ ],
+
# TODO(joi): May be able to get rid of the need for this by moving
# PersonalDataManagerFactory to chrome/browser/profiles.
'personal_data_manager_factory\.(h|cc)': [
« no previous file with comments | « no previous file | chrome/browser/autofill/risk/fingerprint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698