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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/intents/cws_intents_registry.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'browser/instant/instant_controller.cc', 909 'browser/instant/instant_controller.cc',
910 'browser/instant/instant_controller.h', 910 'browser/instant/instant_controller.h',
911 'browser/instant/instant_controller_delegate.h', 911 'browser/instant/instant_controller_delegate.h',
912 'browser/instant/instant_field_trials.h', 912 'browser/instant/instant_field_trials.h',
913 'browser/instant/instant_field_trials.cc', 913 'browser/instant/instant_field_trials.cc',
914 'browser/instant/instant_loader.cc', 914 'browser/instant/instant_loader.cc',
915 'browser/instant/instant_loader.h', 915 'browser/instant/instant_loader.h',
916 'browser/instant/instant_loader_delegate.h', 916 'browser/instant/instant_loader_delegate.h',
917 'browser/instant/instant_unload_handler.cc', 917 'browser/instant/instant_unload_handler.cc',
918 'browser/instant/instant_unload_handler.h', 918 'browser/instant/instant_unload_handler.h',
919 'browser/intents/api_key.cc',
920 'browser/intents/api_key.h',
921 'browser/intents/cws_intents_registry.cc', 919 'browser/intents/cws_intents_registry.cc',
922 'browser/intents/cws_intents_registry.h', 920 'browser/intents/cws_intents_registry.h',
923 'browser/intents/cws_intents_registry_factory.cc', 921 'browser/intents/cws_intents_registry_factory.cc',
924 'browser/intents/device_attached_intent_source.cc', 922 'browser/intents/device_attached_intent_source.cc',
925 'browser/intents/device_attached_intent_source.h', 923 'browser/intents/device_attached_intent_source.h',
926 'browser/intents/cws_intents_registry_factory.h', 924 'browser/intents/cws_intents_registry_factory.h',
927 'browser/intents/default_web_intent_service.cc', 925 'browser/intents/default_web_intent_service.cc',
928 'browser/intents/default_web_intent_service.h', 926 'browser/intents/default_web_intent_service.h',
929 'browser/intents/register_intent_handler_helper.cc', 927 'browser/intents/register_intent_handler_helper.cc',
930 'browser/intents/register_intent_handler_infobar_delegate.cc', 928 'browser/intents/register_intent_handler_infobar_delegate.cc',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 'browser/nacl_host/pnacl_file_host.h', 2168 'browser/nacl_host/pnacl_file_host.h',
2171 'common/nacl_debug_exception_handler_win.cc', 2169 'common/nacl_debug_exception_handler_win.cc',
2172 'common/nacl_debug_exception_handler_win.h', 2170 'common/nacl_debug_exception_handler_win.h',
2173 ], 2171 ],
2174 'dependencies': [ 2172 'dependencies': [
2175 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2173 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2176 ], 2174 ],
2177 }], 2175 }],
2178 ['branding=="Chrome"', { 2176 ['branding=="Chrome"', {
2179 'sources': [ 2177 'sources': [
2180 'browser/intents/internal/api_key_internal.cc',
2181 'browser/protector/internal/keys_internal.cc', 2178 'browser/protector/internal/keys_internal.cc',
2182 ], 2179 ],
2183 'sources!': [ 2180 'sources!': [
2184 'browser/intents/api_key.cc',
2185 'browser/protector/keys.cc', 2181 'browser/protector/keys.cc',
2186 ], 2182 ],
2187 }], 2183 }],
2188 ['debug_devtools==1', { 2184 ['debug_devtools==1', {
2189 'defines': [ 2185 'defines': [
2190 'DEBUG_DEVTOOLS=1', 2186 'DEBUG_DEVTOOLS=1',
2191 ], 2187 ],
2192 }], 2188 }],
2193 ['configuration_policy==1', { 2189 ['configuration_policy==1', {
2194 'sources!': [ 2190 'sources!': [
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2838 'includes': [ '../build/jni_generator.gypi' ], 2834 'includes': [ '../build/jni_generator.gypi' ],
2839 'dependencies': [ 2835 'dependencies': [
2840 'android_jar_jni_headers', 2836 'android_jar_jni_headers',
2841 ], 2837 ],
2842 }, 2838 },
2843 ], 2839 ],
2844 }, 2840 },
2845 ], 2841 ],
2846 ], 2842 ],
2847 } 2843 }
OLDNEW
« 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