| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 721 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 722 'browser/chromeos/net/network_portal_detector_test_impl.h', | 722 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| 723 'browser/chromeos/net/network_portal_notification_controller.cc', | 723 'browser/chromeos/net/network_portal_notification_controller.cc', |
| 724 'browser/chromeos/net/network_portal_notification_controller.h', | 724 'browser/chromeos/net/network_portal_notification_controller.h', |
| 725 'browser/chromeos/net/network_portal_web_dialog.cc', | 725 'browser/chromeos/net/network_portal_web_dialog.cc', |
| 726 'browser/chromeos/net/network_portal_web_dialog.h', | 726 'browser/chromeos/net/network_portal_web_dialog.h', |
| 727 'browser/chromeos/net/onc_utils.cc', | 727 'browser/chromeos/net/onc_utils.cc', |
| 728 'browser/chromeos/net/onc_utils.h', | 728 'browser/chromeos/net/onc_utils.h', |
| 729 'browser/chromeos/net/proxy_config_handler.cc', | 729 'browser/chromeos/net/proxy_config_handler.cc', |
| 730 'browser/chromeos/net/proxy_config_handler.h', | 730 'browser/chromeos/net/proxy_config_handler.h', |
| 731 'browser/chromeos/net/wake_on_wifi_connection_observer.cc', |
| 732 'browser/chromeos/net/wake_on_wifi_connection_observer.h', |
| 731 'browser/chromeos/net/wake_on_wifi_manager.cc', | 733 'browser/chromeos/net/wake_on_wifi_manager.cc', |
| 732 'browser/chromeos/net/wake_on_wifi_manager.h', | 734 'browser/chromeos/net/wake_on_wifi_manager.h', |
| 733 'browser/chromeos/options/cert_library.cc', | 735 'browser/chromeos/options/cert_library.cc', |
| 734 'browser/chromeos/options/cert_library.h', | 736 'browser/chromeos/options/cert_library.h', |
| 735 'browser/chromeos/options/network_config_view.cc', | 737 'browser/chromeos/options/network_config_view.cc', |
| 736 'browser/chromeos/options/network_config_view.h', | 738 'browser/chromeos/options/network_config_view.h', |
| 737 'browser/chromeos/options/network_property_ui_data.cc', | 739 'browser/chromeos/options/network_property_ui_data.cc', |
| 738 'browser/chromeos/options/network_property_ui_data.h', | 740 'browser/chromeos/options/network_property_ui_data.h', |
| 739 'browser/chromeos/options/passphrase_textfield.cc', | 741 'browser/chromeos/options/passphrase_textfield.cc', |
| 740 'browser/chromeos/options/passphrase_textfield.h', | 742 'browser/chromeos/options/passphrase_textfield.h', |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1343 'browser/chromeos/attestation/attestation_signed_data.proto', | 1345 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1344 ], | 1346 ], |
| 1345 'variables': { | 1347 'variables': { |
| 1346 'proto_in_dir': 'browser/chromeos/attestation', | 1348 'proto_in_dir': 'browser/chromeos/attestation', |
| 1347 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1349 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1348 }, | 1350 }, |
| 1349 'includes': [ '../build/protoc.gypi' ] | 1351 'includes': [ '../build/protoc.gypi' ] |
| 1350 }, | 1352 }, |
| 1351 ], | 1353 ], |
| 1352 } | 1354 } |
| OLD | NEW |