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