| 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 'browser/chromeos/net/network_portal_web_dialog.cc', | 764 'browser/chromeos/net/network_portal_web_dialog.cc', |
| 765 'browser/chromeos/net/network_portal_web_dialog.h', | 765 'browser/chromeos/net/network_portal_web_dialog.h', |
| 766 'browser/chromeos/net/onc_utils.cc', | 766 'browser/chromeos/net/onc_utils.cc', |
| 767 'browser/chromeos/net/onc_utils.h', | 767 'browser/chromeos/net/onc_utils.h', |
| 768 'browser/chromeos/net/proxy_config_handler.cc', | 768 'browser/chromeos/net/proxy_config_handler.cc', |
| 769 'browser/chromeos/net/proxy_config_handler.h', | 769 'browser/chromeos/net/proxy_config_handler.h', |
| 770 'browser/chromeos/net/wake_on_wifi_connection_observer.cc', | 770 'browser/chromeos/net/wake_on_wifi_connection_observer.cc', |
| 771 'browser/chromeos/net/wake_on_wifi_connection_observer.h', | 771 'browser/chromeos/net/wake_on_wifi_connection_observer.h', |
| 772 'browser/chromeos/net/wake_on_wifi_manager.cc', | 772 'browser/chromeos/net/wake_on_wifi_manager.cc', |
| 773 'browser/chromeos/net/wake_on_wifi_manager.h', | 773 'browser/chromeos/net/wake_on_wifi_manager.h', |
| 774 'browser/chromeos/note_taking_app_utils.cc', |
| 775 'browser/chromeos/note_taking_app_utils.h', |
| 774 'browser/chromeos/options/cert_library.cc', | 776 'browser/chromeos/options/cert_library.cc', |
| 775 'browser/chromeos/options/cert_library.h', | 777 'browser/chromeos/options/cert_library.h', |
| 776 'browser/chromeos/options/network_config_view.cc', | 778 'browser/chromeos/options/network_config_view.cc', |
| 777 'browser/chromeos/options/network_config_view.h', | 779 'browser/chromeos/options/network_config_view.h', |
| 778 'browser/chromeos/options/network_property_ui_data.cc', | 780 'browser/chromeos/options/network_property_ui_data.cc', |
| 779 'browser/chromeos/options/network_property_ui_data.h', | 781 'browser/chromeos/options/network_property_ui_data.h', |
| 780 'browser/chromeos/options/passphrase_textfield.cc', | 782 'browser/chromeos/options/passphrase_textfield.cc', |
| 781 'browser/chromeos/options/passphrase_textfield.h', | 783 'browser/chromeos/options/passphrase_textfield.h', |
| 782 'browser/chromeos/options/vpn_config_view.cc', | 784 'browser/chromeos/options/vpn_config_view.cc', |
| 783 'browser/chromeos/options/vpn_config_view.h', | 785 'browser/chromeos/options/vpn_config_view.h', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 'browser/chromeos/attestation/attestation_signed_data.proto', | 1400 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1399 ], | 1401 ], |
| 1400 'variables': { | 1402 'variables': { |
| 1401 'proto_in_dir': 'browser/chromeos/attestation', | 1403 'proto_in_dir': 'browser/chromeos/attestation', |
| 1402 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1404 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1403 }, | 1405 }, |
| 1404 'includes': [ '../build/protoc.gypi' ] | 1406 'includes': [ '../build/protoc.gypi' ] |
| 1405 }, | 1407 }, |
| 1406 ], | 1408 ], |
| 1407 } | 1409 } |
| OLD | NEW |