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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'browser/chromeos/net/client_cert_filter_chromeos.cc', | 653 'browser/chromeos/net/client_cert_filter_chromeos.cc', |
654 'browser/chromeos/net/client_cert_filter_chromeos.h', | 654 'browser/chromeos/net/client_cert_filter_chromeos.h', |
655 'browser/chromeos/net/delay_network_call.cc', | 655 'browser/chromeos/net/delay_network_call.cc', |
656 'browser/chromeos/net/delay_network_call.h', | 656 'browser/chromeos/net/delay_network_call.h', |
657 'browser/chromeos/net/network_portal_detector_impl.cc', | 657 'browser/chromeos/net/network_portal_detector_impl.cc', |
658 'browser/chromeos/net/network_portal_detector_impl.h', | 658 'browser/chromeos/net/network_portal_detector_impl.h', |
659 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 659 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
660 'browser/chromeos/net/network_portal_detector_test_impl.h', | 660 'browser/chromeos/net/network_portal_detector_test_impl.h', |
661 'browser/chromeos/net/network_portal_notification_controller.cc', | 661 'browser/chromeos/net/network_portal_notification_controller.cc', |
662 'browser/chromeos/net/network_portal_notification_controller.h', | 662 'browser/chromeos/net/network_portal_notification_controller.h', |
| 663 'browser/chromeos/net/network_portal_web_dialog.cc', |
| 664 'browser/chromeos/net/network_portal_web_dialog.h', |
663 'browser/chromeos/net/onc_utils.cc', | 665 'browser/chromeos/net/onc_utils.cc', |
664 'browser/chromeos/net/onc_utils.h', | 666 'browser/chromeos/net/onc_utils.h', |
665 'browser/chromeos/net/proxy_config_handler.cc', | 667 'browser/chromeos/net/proxy_config_handler.cc', |
666 'browser/chromeos/net/proxy_config_handler.h', | 668 'browser/chromeos/net/proxy_config_handler.h', |
667 'browser/chromeos/net/wake_on_wifi_manager.cc', | 669 'browser/chromeos/net/wake_on_wifi_manager.cc', |
668 'browser/chromeos/net/wake_on_wifi_manager.h', | 670 'browser/chromeos/net/wake_on_wifi_manager.h', |
669 'browser/chromeos/offline/offline_load_page.cc', | 671 'browser/chromeos/offline/offline_load_page.cc', |
670 'browser/chromeos/offline/offline_load_page.h', | 672 'browser/chromeos/offline/offline_load_page.h', |
671 'browser/chromeos/options/cert_library.cc', | 673 'browser/chromeos/options/cert_library.cc', |
672 'browser/chromeos/options/cert_library.h', | 674 'browser/chromeos/options/cert_library.h', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1283 'browser/chromeos/attestation/attestation_signed_data.proto', | 1285 'browser/chromeos/attestation/attestation_signed_data.proto', |
1284 ], | 1286 ], |
1285 'variables': { | 1287 'variables': { |
1286 'proto_in_dir': 'browser/chromeos/attestation', | 1288 'proto_in_dir': 'browser/chromeos/attestation', |
1287 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1289 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1288 }, | 1290 }, |
1289 'includes': [ '../build/protoc.gypi' ] | 1291 'includes': [ '../build/protoc.gypi' ] |
1290 }, | 1292 }, |
1291 ], | 1293 ], |
1292 } | 1294 } |
OLD | NEW |