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

Unified Diff: chrome/chrome_browser.gypi

Issue 10911331: Using API keys for requests to Chrome Web Store. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove the internal version of intents/api_key. Created 8 years, 3 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 | « chrome/browser/intents/cws_intents_registry.cc ('k') | 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 2f74f56d401d05914c5c8bbbac405f99b0d86572..521d62bf576b0d05ad2f1033c5f165e6cb4275f3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -916,8 +916,6 @@
'browser/instant/instant_loader_delegate.h',
'browser/instant/instant_unload_handler.cc',
'browser/instant/instant_unload_handler.h',
- 'browser/intents/api_key.cc',
- 'browser/intents/api_key.h',
'browser/intents/cws_intents_registry.cc',
'browser/intents/cws_intents_registry.h',
'browser/intents/cws_intents_registry_factory.cc',
@@ -2177,11 +2175,9 @@
}],
['branding=="Chrome"', {
'sources': [
- 'browser/intents/internal/api_key_internal.cc',
'browser/protector/internal/keys_internal.cc',
],
'sources!': [
- 'browser/intents/api_key.cc',
'browser/protector/keys.cc',
],
}],
« no previous file with comments | « chrome/browser/intents/cws_intents_registry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698