| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
| 10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'network/policy_util.cc', | 336 'network/policy_util.cc', |
| 337 'network/policy_util.h', | 337 'network/policy_util.h', |
| 338 'network/portal_detector/network_portal_detector.cc', | 338 'network/portal_detector/network_portal_detector.cc', |
| 339 'network/portal_detector/network_portal_detector.h', | 339 'network/portal_detector/network_portal_detector.h', |
| 340 'network/portal_detector/network_portal_detector_strategy.cc', | 340 'network/portal_detector/network_portal_detector_strategy.cc', |
| 341 'network/portal_detector/network_portal_detector_strategy.h', | 341 'network/portal_detector/network_portal_detector_strategy.h', |
| 342 'network/portal_detector/network_portal_detector_stub.cc', | 342 'network/portal_detector/network_portal_detector_stub.cc', |
| 343 'network/portal_detector/network_portal_detector_stub.h', | 343 'network/portal_detector/network_portal_detector_stub.h', |
| 344 'network/prohibited_technologies_handler.cc', | 344 'network/prohibited_technologies_handler.cc', |
| 345 'network/prohibited_technologies_handler.h', | 345 'network/prohibited_technologies_handler.h', |
| 346 'network/proxy/proxy_config_handler.cc', |
| 347 'network/proxy/proxy_config_handler.h', |
| 348 'network/proxy/proxy_config_service_impl.cc', |
| 349 'network/proxy/proxy_config_service_impl.h', |
| 350 'network/proxy/ui_proxy_config.cc', |
| 351 'network/proxy/ui_proxy_config.h', |
| 352 'network/proxy/ui_proxy_config_service.cc', |
| 353 'network/proxy/ui_proxy_config_service.h', |
| 346 'network/shill_property_handler.cc', | 354 'network/shill_property_handler.cc', |
| 347 'network/shill_property_handler.h', | 355 'network/shill_property_handler.h', |
| 348 'network/shill_property_util.cc', | 356 'network/shill_property_util.cc', |
| 349 'network/shill_property_util.h', | 357 'network/shill_property_util.h', |
| 350 'printing/fake_printer_discoverer.cc', | 358 'printing/fake_printer_discoverer.cc', |
| 351 'printing/fake_printer_discoverer.h', | 359 'printing/fake_printer_discoverer.h', |
| 352 'printing/ppd_cache.cc', | 360 'printing/ppd_cache.cc', |
| 353 'printing/ppd_cache.h', | 361 'printing/ppd_cache.h', |
| 354 'printing/ppd_provider.cc', | 362 'printing/ppd_provider.cc', |
| 355 'printing/ppd_provider.h', | 363 'printing/ppd_provider.h', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 }], | 534 }], |
| 527 ], | 535 ], |
| 528 }, | 536 }, |
| 529 { | 537 { |
| 530 # GN version: //chromeos:test_support | 538 # GN version: //chromeos:test_support |
| 531 # This target contains mocks that can be used to write unit tests. | 539 # This target contains mocks that can be used to write unit tests. |
| 532 'target_name': 'chromeos_test_support', | 540 'target_name': 'chromeos_test_support', |
| 533 'type': 'static_library', | 541 'type': 'static_library', |
| 534 'dependencies': [ | 542 'dependencies': [ |
| 535 '../build/linux/system.gyp:dbus', | 543 '../build/linux/system.gyp:dbus', |
| 536 » '../google_apis/google_apis.gyp:google_apis_test_support', | 544 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 537 '../testing/gmock.gyp:gmock', | 545 '../testing/gmock.gyp:gmock', |
| 538 'chromeos', | 546 'chromeos', |
| 539 'chromeos_test_support_without_gmock', | 547 'chromeos_test_support_without_gmock', |
| 540 'cryptohome_proto', | 548 'cryptohome_proto', |
| 541 'power_manager_proto', | 549 'power_manager_proto', |
| 542 ], | 550 ], |
| 543 # If you edit the file list of this target, please edit BUILD.gn as well. | 551 # If you edit the file list of this target, please edit BUILD.gn as well. |
| 544 'sources': [ | 552 'sources': [ |
| 545 'attestation/mock_attestation_flow.cc', | 553 'attestation/mock_attestation_flow.cc', |
| 546 'attestation/mock_attestation_flow.h', | 554 'attestation/mock_attestation_flow.h', |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 '../build/isolate.gypi', | 745 '../build/isolate.gypi', |
| 738 ], | 746 ], |
| 739 'sources': [ | 747 'sources': [ |
| 740 'chromeos_unittests.isolate', | 748 'chromeos_unittests.isolate', |
| 741 ], | 749 ], |
| 742 }, | 750 }, |
| 743 ], | 751 ], |
| 744 }], | 752 }], |
| 745 ], | 753 ], |
| 746 } | 754 } |
| OLD | NEW |