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

Unified Diff: chrome/chrome_browser.gypi

Issue 9794008: Added internal intents key to official build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sort order Created 8 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a852e955b8fc85aeb3fbb1085dcf38336dc9edf1..79893aff0040c0ff7a54df1fe2bbe0abb9da7919 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1281,6 +1281,7 @@
'browser/intents/cws_intents_registry_factory.h',
'browser/intents/default_web_intent_service.cc',
'browser/intents/default_web_intent_service.h',
+ 'browser/intents/internal/api_key_internal.cc',
'browser/intents/register_intent_handler_helper.cc',
'browser/intents/register_intent_handler_infobar_delegate.cc',
'browser/intents/register_intent_handler_infobar_delegate.h',
@@ -4062,10 +4063,12 @@
}],
['branding=="Chrome"', {
'sources!': [
+ 'browser/intents/api_key.cc',
'browser/protector/keys.cc',
],
}, { # branding!="Chrome"
'sources!': [
+ 'browser/intents/internal/api_key_internal.cc',
'browser/protector/internal/keys_internal.cc',
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698