| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'browser/chromeos/login/wizard_controller.cc', | 651 'browser/chromeos/login/wizard_controller.cc', |
| 652 'browser/chromeos/login/wizard_controller.h', | 652 'browser/chromeos/login/wizard_controller.h', |
| 653 'browser/chromeos/memory/low_memory_observer.cc', | 653 'browser/chromeos/memory/low_memory_observer.cc', |
| 654 'browser/chromeos/memory/low_memory_observer.h', | 654 'browser/chromeos/memory/low_memory_observer.h', |
| 655 'browser/chromeos/memory/oom_priority_manager.cc', | 655 'browser/chromeos/memory/oom_priority_manager.cc', |
| 656 'browser/chromeos/memory/oom_priority_manager.h', | 656 'browser/chromeos/memory/oom_priority_manager.h', |
| 657 'browser/chromeos/mobile/mobile_activator.cc', | 657 'browser/chromeos/mobile/mobile_activator.cc', |
| 658 'browser/chromeos/mobile/mobile_activator.h', | 658 'browser/chromeos/mobile/mobile_activator.h', |
| 659 'browser/chromeos/mobile_config.cc', | 659 'browser/chromeos/mobile_config.cc', |
| 660 'browser/chromeos/mobile_config.h', | 660 'browser/chromeos/mobile_config.h', |
| 661 'browser/chromeos/net/cert_profile_filter.cc', |
| 662 'browser/chromeos/net/cert_profile_filter.h', |
| 661 'browser/chromeos/net/cert_verify_proc_chromeos.cc', | 663 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
| 662 'browser/chromeos/net/cert_verify_proc_chromeos.h', | 664 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
| 663 'browser/chromeos/net/delay_network_call.cc', | 665 'browser/chromeos/net/delay_network_call.cc', |
| 664 'browser/chromeos/net/delay_network_call.h', | 666 'browser/chromeos/net/delay_network_call.h', |
| 665 'browser/chromeos/net/network_portal_detector_impl.cc', | 667 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 666 'browser/chromeos/net/network_portal_detector_impl.h', | 668 'browser/chromeos/net/network_portal_detector_impl.h', |
| 667 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 669 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 668 'browser/chromeos/net/network_portal_detector_test_impl.h', | 670 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| 669 'browser/chromeos/net/network_portal_notification_controller.cc', | 671 'browser/chromeos/net/network_portal_notification_controller.cc', |
| 670 'browser/chromeos/net/network_portal_notification_controller.h', | 672 'browser/chromeos/net/network_portal_notification_controller.h', |
| (...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1247 'browser/chromeos/attestation/attestation_signed_data.proto', | 1249 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1248 ], | 1250 ], |
| 1249 'variables': { | 1251 'variables': { |
| 1250 'proto_in_dir': 'browser/chromeos/attestation', | 1252 'proto_in_dir': 'browser/chromeos/attestation', |
| 1251 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1253 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1252 }, | 1254 }, |
| 1253 'includes': [ '../build/protoc.gypi' ] | 1255 'includes': [ '../build/protoc.gypi' ] |
| 1254 }, | 1256 }, |
| 1255 ], | 1257 ], |
| 1256 } | 1258 } |
| OLD | NEW |