Chromium Code Reviews| 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 650 'browser/chromeos/net/client_cert_filter_chromeos.cc', | 650 'browser/chromeos/net/client_cert_filter_chromeos.cc', |
| 651 'browser/chromeos/net/client_cert_filter_chromeos.h', | 651 'browser/chromeos/net/client_cert_filter_chromeos.h', |
| 652 'browser/chromeos/net/delay_network_call.cc', | 652 'browser/chromeos/net/delay_network_call.cc', |
| 653 'browser/chromeos/net/delay_network_call.h', | 653 'browser/chromeos/net/delay_network_call.h', |
| 654 'browser/chromeos/net/network_portal_detector_impl.cc', | 654 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 655 'browser/chromeos/net/network_portal_detector_impl.h', | 655 'browser/chromeos/net/network_portal_detector_impl.h', |
| 656 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 656 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 657 'browser/chromeos/net/network_portal_detector_test_impl.h', | 657 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| 658 'browser/chromeos/net/network_portal_notification_controller.cc', | 658 'browser/chromeos/net/network_portal_notification_controller.cc', |
| 659 'browser/chromeos/net/network_portal_notification_controller.h', | 659 'browser/chromeos/net/network_portal_notification_controller.h', |
| 660 'browser/chromeos/net/wake_on_wifi_manager.cc', | |
|
michaelpg
2014/11/13 03:18:48
alphabetize
Chirantan Ekbote
2014/11/14 02:47:43
Done.
| |
| 661 'browser/chromeos/net/wake_on_wifi_manager.h', | |
| 660 'browser/chromeos/net/onc_utils.cc', | 662 'browser/chromeos/net/onc_utils.cc', |
| 661 'browser/chromeos/net/onc_utils.h', | 663 'browser/chromeos/net/onc_utils.h', |
| 662 'browser/chromeos/net/proxy_config_handler.cc', | 664 'browser/chromeos/net/proxy_config_handler.cc', |
| 663 'browser/chromeos/net/proxy_config_handler.h', | 665 'browser/chromeos/net/proxy_config_handler.h', |
| 664 'browser/chromeos/offline/offline_load_page.cc', | 666 'browser/chromeos/offline/offline_load_page.cc', |
| 665 'browser/chromeos/offline/offline_load_page.h', | 667 'browser/chromeos/offline/offline_load_page.h', |
| 666 'browser/chromeos/options/cert_library.cc', | 668 'browser/chromeos/options/cert_library.cc', |
| 667 'browser/chromeos/options/cert_library.h', | 669 'browser/chromeos/options/cert_library.h', |
| 668 'browser/chromeos/options/network_config_view.cc', | 670 'browser/chromeos/options/network_config_view.cc', |
| 669 'browser/chromeos/options/network_config_view.h', | 671 'browser/chromeos/options/network_config_view.h', |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1273 'browser/chromeos/attestation/attestation_signed_data.proto', | 1275 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1274 ], | 1276 ], |
| 1275 'variables': { | 1277 'variables': { |
| 1276 'proto_in_dir': 'browser/chromeos/attestation', | 1278 'proto_in_dir': 'browser/chromeos/attestation', |
| 1277 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1279 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1278 }, | 1280 }, |
| 1279 'includes': [ '../build/protoc.gypi' ] | 1281 'includes': [ '../build/protoc.gypi' ] |
| 1280 }, | 1282 }, |
| 1281 ], | 1283 ], |
| 1282 } | 1284 } |
| OLD | NEW |