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

Unified Diff: chrome/chrome_browser_extensions.gypi

Issue 1099313003: Add the IDL and stub implementation for the chrome.autofillPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kalman comments. Created 5 years, 8 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
Index: chrome/chrome_browser_extensions.gypi
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 040f43546eea806b18f1148114d38a01ec5252ff..fcf1fc0022a04bc58e17bd1d1fa480b10e2f14f9 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -120,6 +120,8 @@
'browser/extensions/api/activity_log_private/activity_log_private_api.h',
'browser/extensions/api/audio_modem/audio_modem_api.cc',
'browser/extensions/api/audio_modem/audio_modem_api.h',
+ 'browser/extensions/api/autofill_private/autofill_private_api.cc',
+ 'browser/extensions/api/autofill_private/autofill_private_api.h',
'browser/extensions/api/automation_internal/automation_action_adapter.h',
'browser/extensions/api/automation_internal/automation_internal_api.cc',
'browser/extensions/api/automation_internal/automation_internal_api.h',

Powered by Google App Engine
This is Rietveld 408576698