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

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: Fixed bad path 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..66a40ad7c0a4d3b6219acf6cdb00b1a0f1af47d9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1275,6 +1275,7 @@
'browser/instant/promo_counter.h',
'browser/intents/api_key.cc',
'browser/intents/api_key.h',
+ 'browser/intents/internal/api_key_internal.cc',
sky 2012/03/21 20:44:05 sort
groby-ooo-7-16 2012/03/21 23:32:16 Done.
'browser/intents/cws_intents_registry.cc',
'browser/intents/cws_intents_registry.h',
'browser/intents/cws_intents_registry_factory.cc',
@@ -4062,10 +4063,12 @@
}],
['branding=="Chrome"', {
'sources!': [
+ 'browser/intents/api_key.cc',
sky 2012/03/21 20:44:05 Should you also exclude api_key.h?
groby-ooo-7-16 2012/03/21 23:32:16 No, api_key.h is the shared definition for api_key
'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