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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'browser/chromeos/net/wake_on_wifi_manager.cc', | 754 'browser/chromeos/net/wake_on_wifi_manager.cc', |
755 'browser/chromeos/net/wake_on_wifi_manager.h', | 755 'browser/chromeos/net/wake_on_wifi_manager.h', |
756 'browser/chromeos/options/cert_library.cc', | 756 'browser/chromeos/options/cert_library.cc', |
757 'browser/chromeos/options/cert_library.h', | 757 'browser/chromeos/options/cert_library.h', |
758 'browser/chromeos/options/network_config_view.cc', | 758 'browser/chromeos/options/network_config_view.cc', |
759 'browser/chromeos/options/network_config_view.h', | 759 'browser/chromeos/options/network_config_view.h', |
760 'browser/chromeos/options/network_property_ui_data.cc', | 760 'browser/chromeos/options/network_property_ui_data.cc', |
761 'browser/chromeos/options/network_property_ui_data.h', | 761 'browser/chromeos/options/network_property_ui_data.h', |
762 'browser/chromeos/options/passphrase_textfield.cc', | 762 'browser/chromeos/options/passphrase_textfield.cc', |
763 'browser/chromeos/options/passphrase_textfield.h', | 763 'browser/chromeos/options/passphrase_textfield.h', |
| 764 'browser/chromeos/options/request_pin_view.cc', |
| 765 'browser/chromeos/options/request_pin_view.h', |
764 'browser/chromeos/options/vpn_config_view.cc', | 766 'browser/chromeos/options/vpn_config_view.cc', |
765 'browser/chromeos/options/vpn_config_view.h', | 767 'browser/chromeos/options/vpn_config_view.h', |
766 'browser/chromeos/options/wifi_config_view.cc', | 768 'browser/chromeos/options/wifi_config_view.cc', |
767 'browser/chromeos/options/wifi_config_view.h', | 769 'browser/chromeos/options/wifi_config_view.h', |
768 'browser/chromeos/options/wimax_config_view.cc', | 770 'browser/chromeos/options/wimax_config_view.cc', |
769 'browser/chromeos/options/wimax_config_view.h', | 771 'browser/chromeos/options/wimax_config_view.h', |
770 'browser/chromeos/ownership/owner_settings_service_chromeos.cc', | 772 'browser/chromeos/ownership/owner_settings_service_chromeos.cc', |
771 'browser/chromeos/ownership/owner_settings_service_chromeos.h', | 773 'browser/chromeos/ownership/owner_settings_service_chromeos.h', |
772 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', | 774 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc', |
773 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', | 775 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h', |
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1368 'browser/chromeos/attestation/attestation_signed_data.proto', | 1370 'browser/chromeos/attestation/attestation_signed_data.proto', |
1369 ], | 1371 ], |
1370 'variables': { | 1372 'variables': { |
1371 'proto_in_dir': 'browser/chromeos/attestation', | 1373 'proto_in_dir': 'browser/chromeos/attestation', |
1372 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1374 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1373 }, | 1375 }, |
1374 'includes': [ '../build/protoc.gypi' ] | 1376 'includes': [ '../build/protoc.gypi' ] |
1375 }, | 1377 }, |
1376 ], | 1378 ], |
1377 } | 1379 } |
OLD | NEW |