Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1268 'browser/instant/instant_field_trial.h', | 1268 'browser/instant/instant_field_trial.h', |
| 1269 'browser/instant/instant_loader.cc', | 1269 'browser/instant/instant_loader.cc', |
| 1270 'browser/instant/instant_loader.h', | 1270 'browser/instant/instant_loader.h', |
| 1271 'browser/instant/instant_loader_delegate.h', | 1271 'browser/instant/instant_loader_delegate.h', |
| 1272 'browser/instant/instant_unload_handler.cc', | 1272 'browser/instant/instant_unload_handler.cc', |
| 1273 'browser/instant/instant_unload_handler.h', | 1273 'browser/instant/instant_unload_handler.h', |
| 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/internal/api_key_internal.cc', | |
|
sky
2012/03/21 20:44:05
sort
groby-ooo-7-16
2012/03/21 23:32:16
Done.
| |
| 1278 'browser/intents/cws_intents_registry.cc', | 1279 'browser/intents/cws_intents_registry.cc', |
| 1279 'browser/intents/cws_intents_registry.h', | 1280 'browser/intents/cws_intents_registry.h', |
| 1280 'browser/intents/cws_intents_registry_factory.cc', | 1281 'browser/intents/cws_intents_registry_factory.cc', |
| 1281 'browser/intents/cws_intents_registry_factory.h', | 1282 'browser/intents/cws_intents_registry_factory.h', |
| 1282 'browser/intents/default_web_intent_service.cc', | 1283 'browser/intents/default_web_intent_service.cc', |
| 1283 'browser/intents/default_web_intent_service.h', | 1284 'browser/intents/default_web_intent_service.h', |
| 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', |
| (...skipping 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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', | |
|
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
| |
| 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 Loading... | |
| 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 } |
| OLD | NEW |