| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'ime/input_method_property.cc', | 204 'ime/input_method_property.cc', |
| 205 'ime/input_method_property.h', | 205 'ime/input_method_property.h', |
| 206 'ime/input_method_whitelist.cc', | 206 'ime/input_method_whitelist.cc', |
| 207 'ime/input_method_whitelist.h', | 207 'ime/input_method_whitelist.h', |
| 208 'ime/xkeyboard.cc', | 208 'ime/xkeyboard.cc', |
| 209 'ime/xkeyboard.h', | 209 'ime/xkeyboard.h', |
| 210 'login/login_state.cc', | 210 'login/login_state.cc', |
| 211 'login/login_state.h', | 211 'login/login_state.h', |
| 212 'network/cert_loader.cc', | 212 'network/cert_loader.cc', |
| 213 'network/cert_loader.h', | 213 'network/cert_loader.h', |
| 214 'network/certificate_handler.cc', | |
| 215 'network/certificate_handler.h', | |
| 216 'network/certificate_pattern.cc', | 214 'network/certificate_pattern.cc', |
| 217 'network/certificate_pattern.h', | 215 'network/certificate_pattern.h', |
| 218 'network/certificate_pattern_matcher.cc', | 216 'network/certificate_pattern_matcher.cc', |
| 219 'network/certificate_pattern_matcher.h', | 217 'network/certificate_pattern_matcher.h', |
| 220 'network/cros_network_functions.cc', | 218 'network/cros_network_functions.cc', |
| 221 'network/cros_network_functions.h', | 219 'network/cros_network_functions.h', |
| 222 'network/device_state.cc', | 220 'network/device_state.cc', |
| 223 'network/device_state.h', | 221 'network/device_state.h', |
| 224 'network/favorite_state.cc', | 222 'network/favorite_state.cc', |
| 225 'network/favorite_state.h', | 223 'network/favorite_state.h', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'network/network_state.cc', | 255 'network/network_state.cc', |
| 258 'network/network_state.h', | 256 'network/network_state.h', |
| 259 'network/network_state_handler.cc', | 257 'network/network_state_handler.cc', |
| 260 'network/network_state_handler.h', | 258 'network/network_state_handler.h', |
| 261 'network/network_state_handler_observer.cc', | 259 'network/network_state_handler_observer.cc', |
| 262 'network/network_state_handler_observer.h', | 260 'network/network_state_handler_observer.h', |
| 263 'network/network_ui_data.cc', | 261 'network/network_ui_data.cc', |
| 264 'network/network_ui_data.h', | 262 'network/network_ui_data.h', |
| 265 'network/network_util.cc', | 263 'network/network_util.cc', |
| 266 'network/network_util.h', | 264 'network/network_util.h', |
| 267 'network/onc/onc_certificate_importer.cc', | |
| 268 'network/onc/onc_certificate_importer.h', | 265 'network/onc/onc_certificate_importer.h', |
| 266 'network/onc/onc_certificate_importer_impl.cc', |
| 267 'network/onc/onc_certificate_importer_impl.h', |
| 269 'network/onc/onc_constants.cc', | 268 'network/onc/onc_constants.cc', |
| 270 'network/onc/onc_constants.h', | 269 'network/onc/onc_constants.h', |
| 271 'network/onc/onc_mapper.cc', | 270 'network/onc/onc_mapper.cc', |
| 272 'network/onc/onc_mapper.h', | 271 'network/onc/onc_mapper.h', |
| 273 'network/onc/onc_merger.cc', | 272 'network/onc/onc_merger.cc', |
| 274 'network/onc/onc_merger.h', | 273 'network/onc/onc_merger.h', |
| 275 'network/onc/onc_normalizer.cc', | 274 'network/onc/onc_normalizer.cc', |
| 276 'network/onc/onc_normalizer.h', | 275 'network/onc/onc_normalizer.h', |
| 277 'network/onc/onc_signature.cc', | 276 'network/onc/onc_signature.cc', |
| 278 'network/onc/onc_signature.h', | 277 'network/onc/onc_signature.h', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'dbus/mock_shill_profile_client.cc', | 364 'dbus/mock_shill_profile_client.cc', |
| 366 'dbus/mock_shill_profile_client.h', | 365 'dbus/mock_shill_profile_client.h', |
| 367 'dbus/mock_shill_service_client.cc', | 366 'dbus/mock_shill_service_client.cc', |
| 368 'dbus/mock_shill_service_client.h', | 367 'dbus/mock_shill_service_client.h', |
| 369 'dbus/shill_profile_client_stub.cc', | 368 'dbus/shill_profile_client_stub.cc', |
| 370 'dbus/shill_profile_client_stub.h', | 369 'dbus/shill_profile_client_stub.h', |
| 371 'disks/mock_disk_mount_manager.cc', | 370 'disks/mock_disk_mount_manager.cc', |
| 372 'disks/mock_disk_mount_manager.h', | 371 'disks/mock_disk_mount_manager.h', |
| 373 'ime/mock_component_extension_ime_manager_delegate.cc', | 372 'ime/mock_component_extension_ime_manager_delegate.cc', |
| 374 'ime/mock_component_extension_ime_manager_delegate.h', | 373 'ime/mock_component_extension_ime_manager_delegate.h', |
| 375 'network/mock_certificate_handler.cc', | 374 'network/onc/mock_certificate_importer.cc', |
| 376 'network/mock_certificate_handler.h', | 375 'network/onc/mock_certificate_importer.h', |
| 377 'network/onc/onc_test_utils.cc', | 376 'network/onc/onc_test_utils.cc', |
| 378 'network/onc/onc_test_utils.h', | 377 'network/onc/onc_test_utils.h', |
| 379 ], | 378 ], |
| 380 'include_dirs': [ | 379 'include_dirs': [ |
| 381 '..', | 380 '..', |
| 382 ], | 381 ], |
| 383 }, | 382 }, |
| 384 { | 383 { |
| 385 'target_name': 'chromeos_test_support_without_gmock', | 384 'target_name': 'chromeos_test_support_without_gmock', |
| 386 'type': 'static_library', | 385 'type': 'static_library', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 'network/network_configuration_handler_unittest.cc', | 496 'network/network_configuration_handler_unittest.cc', |
| 498 'network/network_connection_handler_unittest.cc', | 497 'network/network_connection_handler_unittest.cc', |
| 499 'network/network_device_handler_unittest.cc', | 498 'network/network_device_handler_unittest.cc', |
| 500 'network/network_event_log_unittest.cc', | 499 'network/network_event_log_unittest.cc', |
| 501 'network/network_profile_handler_stub.h', | 500 'network/network_profile_handler_stub.h', |
| 502 'network/network_sms_handler_unittest.cc', | 501 'network/network_sms_handler_unittest.cc', |
| 503 'network/network_state_handler_unittest.cc', | 502 'network/network_state_handler_unittest.cc', |
| 504 'network/network_state_unittest.cc', | 503 'network/network_state_unittest.cc', |
| 505 'network/network_ui_data_unittest.cc', | 504 'network/network_ui_data_unittest.cc', |
| 506 'network/network_util_unittest.cc', | 505 'network/network_util_unittest.cc', |
| 507 'network/onc/onc_certificate_importer_unittest.cc', | 506 'network/onc/onc_certificate_importer_impl_unittest.cc', |
| 508 'network/onc/onc_merger_unittest.cc', | 507 'network/onc/onc_merger_unittest.cc', |
| 509 'network/onc/onc_normalizer_unittest.cc', | 508 'network/onc/onc_normalizer_unittest.cc', |
| 510 'network/onc/onc_translator_unittest.cc', | 509 'network/onc/onc_translator_unittest.cc', |
| 511 'network/onc/onc_utils_unittest.cc', | 510 'network/onc/onc_utils_unittest.cc', |
| 512 'network/onc/onc_validator_unittest.cc', | 511 'network/onc/onc_validator_unittest.cc', |
| 513 'network/shill_property_handler_unittest.cc', | 512 'network/shill_property_handler_unittest.cc', |
| 514 'process_proxy/process_output_watcher_unittest.cc', | 513 'process_proxy/process_output_watcher_unittest.cc', |
| 515 'process_proxy/process_proxy_unittest.cc', | 514 'process_proxy/process_proxy_unittest.cc', |
| 516 'system/name_value_pairs_parser_unittest.cc', | 515 'system/name_value_pairs_parser_unittest.cc', |
| 517 ], | 516 ], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 539 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 538 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
| 540 ], | 539 ], |
| 541 'variables': { | 540 'variables': { |
| 542 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 541 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
| 543 'proto_out_dir': 'chromeos/dbus/power_manager', | 542 'proto_out_dir': 'chromeos/dbus/power_manager', |
| 544 }, | 543 }, |
| 545 'includes': ['../build/protoc.gypi'], | 544 'includes': ['../build/protoc.gypi'], |
| 546 }, | 545 }, |
| 547 ], | 546 ], |
| 548 } | 547 } |
| OLD | NEW |