| 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'browser/chromeos/cros_settings_names.cc', | 445 'browser/chromeos/cros_settings_names.cc', |
| 446 'browser/chromeos/cros_settings_names.h', | 446 'browser/chromeos/cros_settings_names.h', |
| 447 'browser/chromeos/cros_settings_provider.cc', | 447 'browser/chromeos/cros_settings_provider.cc', |
| 448 'browser/chromeos/cros_settings_provider.h', | 448 'browser/chromeos/cros_settings_provider.h', |
| 449 'browser/chromeos/cryptohome/async_method_caller.cc', | 449 'browser/chromeos/cryptohome/async_method_caller.cc', |
| 450 'browser/chromeos/cryptohome/async_method_caller.h', | 450 'browser/chromeos/cryptohome/async_method_caller.h', |
| 451 'browser/chromeos/customization_document.cc', | 451 'browser/chromeos/customization_document.cc', |
| 452 'browser/chromeos/customization_document.h', | 452 'browser/chromeos/customization_document.h', |
| 453 'browser/chromeos/dbus/bluetooth_adapter_client.cc', | 453 'browser/chromeos/dbus/bluetooth_adapter_client.cc', |
| 454 'browser/chromeos/dbus/bluetooth_adapter_client.h', | 454 'browser/chromeos/dbus/bluetooth_adapter_client.h', |
| 455 'browser/chromeos/dbus/bluetooth_agent_service_provider.cc', |
| 456 'browser/chromeos/dbus/bluetooth_agent_service_provider.h', |
| 455 'browser/chromeos/dbus/bluetooth_device_client.cc', | 457 'browser/chromeos/dbus/bluetooth_device_client.cc', |
| 456 'browser/chromeos/dbus/bluetooth_device_client.h', | 458 'browser/chromeos/dbus/bluetooth_device_client.h', |
| 457 'browser/chromeos/dbus/bluetooth_input_client.cc', | 459 'browser/chromeos/dbus/bluetooth_input_client.cc', |
| 458 'browser/chromeos/dbus/bluetooth_input_client.h', | 460 'browser/chromeos/dbus/bluetooth_input_client.h', |
| 459 'browser/chromeos/dbus/bluetooth_manager_client.cc', | 461 'browser/chromeos/dbus/bluetooth_manager_client.cc', |
| 460 'browser/chromeos/dbus/bluetooth_manager_client.h', | 462 'browser/chromeos/dbus/bluetooth_manager_client.h', |
| 461 'browser/chromeos/dbus/bluetooth_node_client.cc', | 463 'browser/chromeos/dbus/bluetooth_node_client.cc', |
| 462 'browser/chromeos/dbus/bluetooth_node_client.h', | 464 'browser/chromeos/dbus/bluetooth_node_client.h', |
| 463 'browser/chromeos/dbus/bluetooth_property.cc', | 465 'browser/chromeos/dbus/bluetooth_property.cc', |
| 464 'browser/chromeos/dbus/bluetooth_property.h', | 466 'browser/chromeos/dbus/bluetooth_property.h', |
| (...skipping 4850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5315 'variables': { | 5317 'variables': { |
| 5316 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5318 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5317 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5319 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5318 }, | 5320 }, |
| 5319 'includes': ['../build/protoc.gypi'], | 5321 'includes': ['../build/protoc.gypi'], |
| 5320 }], | 5322 }], |
| 5321 ], | 5323 ], |
| 5322 }, | 5324 }, |
| 5323 ], | 5325 ], |
| 5324 } | 5326 } |
| OLD | NEW |