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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 'browser/instant/promo_counter.cc', 1274 'browser/instant/promo_counter.cc',
1275 'browser/instant/promo_counter.h', 1275 'browser/instant/promo_counter.h',
1276 'browser/intents/api_key.cc', 1276 'browser/intents/api_key.cc',
1277 'browser/intents/api_key.h', 1277 'browser/intents/api_key.h',
1278 'browser/intents/cws_intents_registry.cc', 1278 'browser/intents/cws_intents_registry.cc',
1279 'browser/intents/cws_intents_registry.h', 1279 'browser/intents/cws_intents_registry.h',
1280 'browser/intents/cws_intents_registry_factory.cc', 1280 'browser/intents/cws_intents_registry_factory.cc',
1281 'browser/intents/cws_intents_registry_factory.h', 1281 'browser/intents/cws_intents_registry_factory.h',
1282 'browser/intents/default_web_intent_service.cc', 1282 'browser/intents/default_web_intent_service.cc',
1283 'browser/intents/default_web_intent_service.h', 1283 'browser/intents/default_web_intent_service.h',
1284 'browser/intents/internal/api_key_internal.cc',
1284 'browser/intents/register_intent_handler_helper.cc', 1285 'browser/intents/register_intent_handler_helper.cc',
1285 'browser/intents/register_intent_handler_infobar_delegate.cc', 1286 'browser/intents/register_intent_handler_infobar_delegate.cc',
1286 'browser/intents/register_intent_handler_infobar_delegate.h', 1287 'browser/intents/register_intent_handler_infobar_delegate.h',
1287 'browser/intents/web_intents_registry.cc', 1288 'browser/intents/web_intents_registry.cc',
1288 'browser/intents/web_intents_registry.h', 1289 'browser/intents/web_intents_registry.h',
1289 'browser/intents/web_intents_registry_factory.cc', 1290 'browser/intents/web_intents_registry_factory.cc',
1290 'browser/intents/web_intents_registry_factory.h', 1291 'browser/intents/web_intents_registry_factory.h',
1291 'browser/intents/web_intents_util.cc', 1292 'browser/intents/web_intents_util.cc',
1292 'browser/intents/web_intents_util.h', 1293 'browser/intents/web_intents_util.h',
1293 'browser/internal_auth.cc', 1294 'browser/internal_auth.cc',
(...skipping 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after
4055 'browser/nacl_host/nacl_broker_service_win.h', 4056 'browser/nacl_host/nacl_broker_service_win.h',
4056 'browser/nacl_host/nacl_process_host.cc', 4057 'browser/nacl_host/nacl_process_host.cc',
4057 'browser/nacl_host/nacl_process_host.h', 4058 'browser/nacl_host/nacl_process_host.h',
4058 ], 4059 ],
4059 'dependencies': [ 4060 'dependencies': [
4060 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 4061 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
4061 ], 4062 ],
4062 }], 4063 }],
4063 ['branding=="Chrome"', { 4064 ['branding=="Chrome"', {
4064 'sources!': [ 4065 'sources!': [
4066 'browser/intents/api_key.cc',
4065 'browser/protector/keys.cc', 4067 'browser/protector/keys.cc',
4066 ], 4068 ],
4067 }, { # branding!="Chrome" 4069 }, { # branding!="Chrome"
4068 'sources!': [ 4070 'sources!': [
4071 'browser/intents/internal/api_key_internal.cc',
4069 'browser/protector/internal/keys_internal.cc', 4072 'browser/protector/internal/keys_internal.cc',
4070 ], 4073 ],
4071 }], 4074 }],
4072 ['debug_devtools==1', { 4075 ['debug_devtools==1', {
4073 'defines': [ 4076 'defines': [
4074 'DEBUG_DEVTOOLS=1', 4077 'DEBUG_DEVTOOLS=1',
4075 ], 4078 ],
4076 }], 4079 }],
4077 ['configuration_policy==1', { 4080 ['configuration_policy==1', {
4078 'sources!': [ 4081 'sources!': [
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
5284 'variables': { 5287 'variables': {
5285 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5286 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5287 }, 5290 },
5288 'includes': ['../build/protoc.gypi'], 5291 'includes': ['../build/protoc.gypi'],
5289 }], 5292 }],
5290 ], 5293 ],
5291 }, 5294 },
5292 ], 5295 ],
5293 } 5296 }
OLDNEW
« 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