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

Unified Diff: chrome/chrome_common.gypi

Issue 11741014: Move 'intents' parsing out of Extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lazy instance Created 7 years, 12 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_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 2f715b56695cdd6a9e7f859bf9358549438c8915..91f9d58e44a5e96e517a2776b709539e9c87c1f8 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -228,6 +228,8 @@
'common/extensions/user_script.h',
'common/extensions/value_counter.cc',
'common/extensions/value_counter.h',
+ 'common/extensions/web_intents_handler.cc',
+ 'common/extensions/web_intents_handler.h',
'common/external_ipc_fuzzer.h',
'common/external_ipc_fuzzer.cc',
'common/form_data.cc',

Powered by Google App Engine
This is Rietveld 408576698