| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'dbus/mock_session_manager_client.cc', | 241 'dbus/mock_session_manager_client.cc', |
| 242 'dbus/mock_session_manager_client.h', | 242 'dbus/mock_session_manager_client.h', |
| 243 'dbus/mock_sms_client.cc', | 243 'dbus/mock_sms_client.cc', |
| 244 'dbus/mock_sms_client.h', | 244 'dbus/mock_sms_client.h', |
| 245 'dbus/mock_speech_synthesizer_client.cc', | 245 'dbus/mock_speech_synthesizer_client.cc', |
| 246 'dbus/mock_speech_synthesizer_client.h', | 246 'dbus/mock_speech_synthesizer_client.h', |
| 247 'dbus/mock_update_engine_client.cc', | 247 'dbus/mock_update_engine_client.cc', |
| 248 'dbus/mock_update_engine_client.h', | 248 'dbus/mock_update_engine_client.h', |
| 249 'disks/mock_disk_mount_manager.cc', | 249 'disks/mock_disk_mount_manager.cc', |
| 250 'disks/mock_disk_mount_manager.h', | 250 'disks/mock_disk_mount_manager.h', |
| 251 'network/onc/onc_test_utils.cc', |
| 252 'network/onc/onc_test_utils.h', |
| 251 ], | 253 ], |
| 252 'include_dirs': [ | 254 'include_dirs': [ |
| 253 '..', | 255 '..', |
| 254 ], | 256 ], |
| 255 }, | 257 }, |
| 256 { | 258 { |
| 257 'target_name': 'chromeos_test_support_without_gmock', | 259 'target_name': 'chromeos_test_support_without_gmock', |
| 258 'type': 'static_library', | 260 'type': 'static_library', |
| 259 'dependencies': [ | 261 'dependencies': [ |
| 260 '../build/linux/system.gyp:dbus', | 262 '../build/linux/system.gyp:dbus', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'dbus/introspectable_client_unittest.cc', | 323 'dbus/introspectable_client_unittest.cc', |
| 322 'dbus/modem_messaging_client_unittest.cc', | 324 'dbus/modem_messaging_client_unittest.cc', |
| 323 'disks/disk_mount_manager_unittest.cc', | 325 'disks/disk_mount_manager_unittest.cc', |
| 324 'network/network_configuration_handler_unittest.cc', | 326 'network/network_configuration_handler_unittest.cc', |
| 325 'network/network_event_log_unittest.cc', | 327 'network/network_event_log_unittest.cc', |
| 326 'network/network_sms_handler_unittest.cc', | 328 'network/network_sms_handler_unittest.cc', |
| 327 'network/network_state_handler_unittest.cc', | 329 'network/network_state_handler_unittest.cc', |
| 328 'network/onc/onc_certificate_importer_unittest.cc', | 330 'network/onc/onc_certificate_importer_unittest.cc', |
| 329 'network/onc/onc_merger_unittest.cc', | 331 'network/onc/onc_merger_unittest.cc', |
| 330 'network/onc/onc_normalizer_unittest.cc', | 332 'network/onc/onc_normalizer_unittest.cc', |
| 331 'network/onc/onc_test_utils.cc', | |
| 332 'network/onc/onc_test_utils.h', | |
| 333 'network/onc/onc_translator_unittest.cc', | 333 'network/onc/onc_translator_unittest.cc', |
| 334 'network/onc/onc_utils_unittest.cc', | 334 'network/onc/onc_utils_unittest.cc', |
| 335 'network/onc/onc_validator_unittest.cc', | 335 'network/onc/onc_validator_unittest.cc', |
| 336 'network/shill_property_handler_unittest.cc', | 336 'network/shill_property_handler_unittest.cc', |
| 337 'power/power_state_override_unittest.cc', | 337 'power/power_state_override_unittest.cc', |
| 338 ], | 338 ], |
| 339 'include_dirs': [ | 339 'include_dirs': [ |
| 340 '..', | 340 '..', |
| 341 ], | 341 ], |
| 342 'conditions': [ | 342 'conditions': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 400 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
| 401 ], | 401 ], |
| 402 'variables': { | 402 'variables': { |
| 403 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 403 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 404 'proto_out_dir': 'chromeos/dbus', | 404 'proto_out_dir': 'chromeos/dbus', |
| 405 }, | 405 }, |
| 406 'includes': ['../build/protoc.gypi'], | 406 'includes': ['../build/protoc.gypi'], |
| 407 }, | 407 }, |
| 408 ], | 408 ], |
| 409 } | 409 } |
| OLD | NEW |