| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'chromeos_memory.gypi', | 10 'chromeos_memory.gypi', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 302 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
| 303 'network/dhcp_proxy_script_fetcher_chromeos.h', | 303 'network/dhcp_proxy_script_fetcher_chromeos.h', |
| 304 'process_proxy/process_output_watcher.cc', | 304 'process_proxy/process_output_watcher.cc', |
| 305 'process_proxy/process_output_watcher.h', | 305 'process_proxy/process_output_watcher.h', |
| 306 'process_proxy/process_proxy.cc', | 306 'process_proxy/process_proxy.cc', |
| 307 'process_proxy/process_proxy.h', | 307 'process_proxy/process_proxy.h', |
| 308 'process_proxy/process_proxy_registry.cc', | 308 'process_proxy/process_proxy_registry.cc', |
| 309 'process_proxy/process_proxy_registry.h', | 309 'process_proxy/process_proxy_registry.h', |
| 310 'system/name_value_pairs_parser.cc', | 310 'system/name_value_pairs_parser.cc', |
| 311 'system/name_value_pairs_parser.h', | 311 'system/name_value_pairs_parser.h', |
| 312 'system/statistics_provider.cc', |
| 313 'system/statistics_provider.h', |
| 312 ], | 314 ], |
| 313 'conditions': [ | 315 'conditions': [ |
| 314 ['use_x11 == 1', { | 316 ['use_x11 == 1', { |
| 315 'dependencies': [ | 317 'dependencies': [ |
| 316 '../build/linux/system.gyp:glib', | 318 '../build/linux/system.gyp:glib', |
| 317 ], | 319 ], |
| 318 'link_settings': { | 320 'link_settings': { |
| 319 'libraries': [ | 321 'libraries': [ |
| 320 '-lX11', | 322 '-lX11', |
| 321 '-lXext', | 323 '-lXext', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'disks/mock_disk_mount_manager.cc', | 385 'disks/mock_disk_mount_manager.cc', |
| 384 'disks/mock_disk_mount_manager.h', | 386 'disks/mock_disk_mount_manager.h', |
| 385 'ime/mock_component_extension_ime_manager_delegate.cc', | 387 'ime/mock_component_extension_ime_manager_delegate.cc', |
| 386 'ime/mock_component_extension_ime_manager_delegate.h', | 388 'ime/mock_component_extension_ime_manager_delegate.h', |
| 387 'network/mock_managed_network_configuration_handler.cc', | 389 'network/mock_managed_network_configuration_handler.cc', |
| 388 'network/mock_managed_network_configuration_handler.h', | 390 'network/mock_managed_network_configuration_handler.h', |
| 389 'network/onc/mock_certificate_importer.cc', | 391 'network/onc/mock_certificate_importer.cc', |
| 390 'network/onc/mock_certificate_importer.h', | 392 'network/onc/mock_certificate_importer.h', |
| 391 'network/onc/onc_test_utils.cc', | 393 'network/onc/onc_test_utils.cc', |
| 392 'network/onc/onc_test_utils.h', | 394 'network/onc/onc_test_utils.h', |
| 395 'system/mock_statistics_provider.cc', |
| 396 'system/mock_statistics_provider.h', |
| 393 ], | 397 ], |
| 394 'include_dirs': [ | 398 'include_dirs': [ |
| 395 '..', | 399 '..', |
| 396 ], | 400 ], |
| 397 }, | 401 }, |
| 398 { | 402 { |
| 399 'target_name': 'chromeos_test_support_without_gmock', | 403 'target_name': 'chromeos_test_support_without_gmock', |
| 400 'type': 'static_library', | 404 'type': 'static_library', |
| 401 'dependencies': [ | 405 'dependencies': [ |
| 402 '../build/linux/system.gyp:dbus', | 406 '../build/linux/system.gyp:dbus', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 551 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 548 ], | 552 ], |
| 549 'variables': { | 553 'variables': { |
| 550 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 554 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 551 'proto_out_dir': 'chromeos/dbus/power_manager', | 555 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 552 }, | 556 }, |
| 553 'includes': ['../build/protoc.gypi'], | 557 'includes': ['../build/protoc.gypi'], |
| 554 }, | 558 }, |
| 555 ], | 559 ], |
| 556 } | 560 } |
| OLD | NEW |