Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: chromeos/chromeos.gyp

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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/printer_configuration.cc', 360 'printing/printer_configuration.cc',
353 'printing/printer_configuration.h', 361 'printing/printer_configuration.h',
354 'printing/printer_discoverer.h', 362 'printing/printer_discoverer.h',
355 'printing/printer_translator.cc', 363 'printing/printer_translator.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 }], 528 }],
521 ], 529 ],
522 }, 530 },
523 { 531 {
524 # GN version: //chromeos:test_support 532 # GN version: //chromeos:test_support
525 # This target contains mocks that can be used to write unit tests. 533 # This target contains mocks that can be used to write unit tests.
526 'target_name': 'chromeos_test_support', 534 'target_name': 'chromeos_test_support',
527 'type': 'static_library', 535 'type': 'static_library',
528 'dependencies': [ 536 'dependencies': [
529 '../build/linux/system.gyp:dbus', 537 '../build/linux/system.gyp:dbus',
530 » '../google_apis/google_apis.gyp:google_apis_test_support', 538 '../google_apis/google_apis.gyp:google_apis_test_support',
531 '../testing/gmock.gyp:gmock', 539 '../testing/gmock.gyp:gmock',
532 'chromeos', 540 'chromeos',
533 'chromeos_test_support_without_gmock', 541 'chromeos_test_support_without_gmock',
534 'cryptohome_proto', 542 'cryptohome_proto',
535 'power_manager_proto', 543 'power_manager_proto',
536 ], 544 ],
537 # If you edit the file list of this target, please edit BUILD.gn as well. 545 # If you edit the file list of this target, please edit BUILD.gn as well.
538 'sources': [ 546 'sources': [
539 'attestation/mock_attestation_flow.cc', 547 'attestation/mock_attestation_flow.cc',
540 'attestation/mock_attestation_flow.h', 548 'attestation/mock_attestation_flow.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 '../build/isolate.gypi', 739 '../build/isolate.gypi',
732 ], 740 ],
733 'sources': [ 741 'sources': [
734 'chromeos_unittests.isolate', 742 'chromeos_unittests.isolate',
735 ], 743 ],
736 }, 744 },
737 ], 745 ],
738 }], 746 }],
739 ], 747 ],
740 } 748 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698