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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
656 'browser/chromeos/login/wizard_controller.cc', | 656 'browser/chromeos/login/wizard_controller.cc', |
657 'browser/chromeos/login/wizard_controller.h', | 657 'browser/chromeos/login/wizard_controller.h', |
658 'browser/chromeos/memory/low_memory_observer.cc', | 658 'browser/chromeos/memory/low_memory_observer.cc', |
659 'browser/chromeos/memory/low_memory_observer.h', | 659 'browser/chromeos/memory/low_memory_observer.h', |
660 'browser/chromeos/memory/oom_priority_manager.cc', | 660 'browser/chromeos/memory/oom_priority_manager.cc', |
661 'browser/chromeos/memory/oom_priority_manager.h', | 661 'browser/chromeos/memory/oom_priority_manager.h', |
662 'browser/chromeos/mobile/mobile_activator.cc', | 662 'browser/chromeos/mobile/mobile_activator.cc', |
663 'browser/chromeos/mobile/mobile_activator.h', | 663 'browser/chromeos/mobile/mobile_activator.h', |
664 'browser/chromeos/mobile_config.cc', | 664 'browser/chromeos/mobile_config.cc', |
665 'browser/chromeos/mobile_config.h', | 665 'browser/chromeos/mobile_config.h', |
| 666 'browser/chromeos/net/cert_profile_filter.cc', |
| 667 'browser/chromeos/net/cert_profile_filter.h', |
666 'browser/chromeos/net/cert_verify_proc_chromeos.cc', | 668 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
667 'browser/chromeos/net/cert_verify_proc_chromeos.h', | 669 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
668 'browser/chromeos/net/delay_network_call.cc', | 670 'browser/chromeos/net/delay_network_call.cc', |
669 'browser/chromeos/net/delay_network_call.h', | 671 'browser/chromeos/net/delay_network_call.h', |
670 'browser/chromeos/net/network_portal_detector_impl.cc', | 672 'browser/chromeos/net/network_portal_detector_impl.cc', |
671 'browser/chromeos/net/network_portal_detector_impl.h', | 673 'browser/chromeos/net/network_portal_detector_impl.h', |
672 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 674 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
673 'browser/chromeos/net/network_portal_detector_test_impl.h', | 675 'browser/chromeos/net/network_portal_detector_test_impl.h', |
674 'browser/chromeos/net/network_portal_notification_controller.cc', | 676 'browser/chromeos/net/network_portal_notification_controller.cc', |
675 'browser/chromeos/net/network_portal_notification_controller.h', | 677 'browser/chromeos/net/network_portal_notification_controller.h', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1252 'browser/chromeos/attestation/attestation_signed_data.proto', | 1254 'browser/chromeos/attestation/attestation_signed_data.proto', |
1253 ], | 1255 ], |
1254 'variables': { | 1256 'variables': { |
1255 'proto_in_dir': 'browser/chromeos/attestation', | 1257 'proto_in_dir': 'browser/chromeos/attestation', |
1256 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1258 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1257 }, | 1259 }, |
1258 'includes': [ '../build/protoc.gypi' ] | 1260 'includes': [ '../build/protoc.gypi' ] |
1259 }, | 1261 }, |
1260 ], | 1262 ], |
1261 } | 1263 } |
OLD | NEW |