| 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 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 'browser/chromeos/mobile/mobile_activator.cc', | 656 'browser/chromeos/mobile/mobile_activator.cc', |
| 657 'browser/chromeos/mobile/mobile_activator.h', | 657 'browser/chromeos/mobile/mobile_activator.h', |
| 658 'browser/chromeos/mobile_config.cc', | 658 'browser/chromeos/mobile_config.cc', |
| 659 'browser/chromeos/mobile_config.h', | 659 'browser/chromeos/mobile_config.h', |
| 660 'browser/chromeos/net/cert_verify_proc_chromeos.cc', | 660 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
| 661 'browser/chromeos/net/cert_verify_proc_chromeos.h', | 661 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
| 662 'browser/chromeos/net/network_portal_detector.cc', | 662 'browser/chromeos/net/network_portal_detector.cc', |
| 663 'browser/chromeos/net/network_portal_detector.h', | 663 'browser/chromeos/net/network_portal_detector.h', |
| 664 'browser/chromeos/net/network_portal_detector_impl.cc', | 664 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 665 'browser/chromeos/net/network_portal_detector_impl.h', | 665 'browser/chromeos/net/network_portal_detector_impl.h', |
| 666 'browser/chromeos/net/network_portal_detector_strategy.cc', |
| 667 'browser/chromeos/net/network_portal_detector_strategy.h', |
| 666 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 668 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 667 'browser/chromeos/net/network_portal_detector_test_impl.h', | 669 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| 668 'browser/chromeos/net/network_portal_notification_controller.cc', | 670 'browser/chromeos/net/network_portal_notification_controller.cc', |
| 669 'browser/chromeos/net/network_portal_notification_controller.h', | 671 'browser/chromeos/net/network_portal_notification_controller.h', |
| 670 'browser/chromeos/net/onc_utils.cc', | 672 'browser/chromeos/net/onc_utils.cc', |
| 671 'browser/chromeos/net/onc_utils.h', | 673 'browser/chromeos/net/onc_utils.h', |
| 672 'browser/chromeos/net/proxy_config_handler.cc', | 674 'browser/chromeos/net/proxy_config_handler.cc', |
| 673 'browser/chromeos/net/proxy_config_handler.h', | 675 'browser/chromeos/net/proxy_config_handler.h', |
| 674 'browser/chromeos/offline/offline_load_page.cc', | 676 'browser/chromeos/offline/offline_load_page.cc', |
| 675 'browser/chromeos/offline/offline_load_page.h', | 677 'browser/chromeos/offline/offline_load_page.h', |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1035 'browser/chromeos/attestation/attestation_signed_data.proto', | 1037 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1036 ], | 1038 ], |
| 1037 'variables': { | 1039 'variables': { |
| 1038 'proto_in_dir': 'browser/chromeos/attestation', | 1040 'proto_in_dir': 'browser/chromeos/attestation', |
| 1039 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1041 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1040 }, | 1042 }, |
| 1041 'includes': [ '../build/protoc.gypi' ] | 1043 'includes': [ '../build/protoc.gypi' ] |
| 1042 }, | 1044 }, |
| 1043 ], | 1045 ], |
| 1044 } | 1046 } |
| OLD | NEW |