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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 'browser/chromeos/net/network_portal_notification_controller.cc', | 733 'browser/chromeos/net/network_portal_notification_controller.cc', |
734 'browser/chromeos/net/network_portal_notification_controller.h', | 734 'browser/chromeos/net/network_portal_notification_controller.h', |
735 'browser/chromeos/net/network_portal_web_dialog.cc', | 735 'browser/chromeos/net/network_portal_web_dialog.cc', |
736 'browser/chromeos/net/network_portal_web_dialog.h', | 736 'browser/chromeos/net/network_portal_web_dialog.h', |
737 'browser/chromeos/net/onc_utils.cc', | 737 'browser/chromeos/net/onc_utils.cc', |
738 'browser/chromeos/net/onc_utils.h', | 738 'browser/chromeos/net/onc_utils.h', |
739 'browser/chromeos/net/proxy_config_handler.cc', | 739 'browser/chromeos/net/proxy_config_handler.cc', |
740 'browser/chromeos/net/proxy_config_handler.h', | 740 'browser/chromeos/net/proxy_config_handler.h', |
741 'browser/chromeos/net/wake_on_wifi_manager.cc', | 741 'browser/chromeos/net/wake_on_wifi_manager.cc', |
742 'browser/chromeos/net/wake_on_wifi_manager.h', | 742 'browser/chromeos/net/wake_on_wifi_manager.h', |
743 'browser/chromeos/offline/offline_load_page.cc', | |
744 'browser/chromeos/offline/offline_load_page.h', | |
745 'browser/chromeos/options/cert_library.cc', | 743 'browser/chromeos/options/cert_library.cc', |
746 'browser/chromeos/options/cert_library.h', | 744 'browser/chromeos/options/cert_library.h', |
747 'browser/chromeos/options/network_config_view.cc', | 745 'browser/chromeos/options/network_config_view.cc', |
748 'browser/chromeos/options/network_config_view.h', | 746 'browser/chromeos/options/network_config_view.h', |
749 'browser/chromeos/options/network_property_ui_data.cc', | 747 'browser/chromeos/options/network_property_ui_data.cc', |
750 'browser/chromeos/options/network_property_ui_data.h', | 748 'browser/chromeos/options/network_property_ui_data.h', |
751 'browser/chromeos/options/passphrase_textfield.cc', | 749 'browser/chromeos/options/passphrase_textfield.cc', |
752 'browser/chromeos/options/passphrase_textfield.h', | 750 'browser/chromeos/options/passphrase_textfield.h', |
753 'browser/chromeos/options/vpn_config_view.cc', | 751 'browser/chromeos/options/vpn_config_view.cc', |
754 'browser/chromeos/options/vpn_config_view.h', | 752 'browser/chromeos/options/vpn_config_view.h', |
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'browser/chromeos/attestation/attestation_signed_data.proto', | 1344 'browser/chromeos/attestation/attestation_signed_data.proto', |
1347 ], | 1345 ], |
1348 'variables': { | 1346 'variables': { |
1349 'proto_in_dir': 'browser/chromeos/attestation', | 1347 'proto_in_dir': 'browser/chromeos/attestation', |
1350 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1348 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1351 }, | 1349 }, |
1352 'includes': [ '../build/protoc.gypi' ] | 1350 'includes': [ '../build/protoc.gypi' ] |
1353 }, | 1351 }, |
1354 ], | 1352 ], |
1355 } | 1353 } |
OLD | NEW |