Chromium Code Reviews| 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', |
| ], |
| }], |