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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'browser/chromeos/login/webui_screen_locker.cc', | 635 'browser/chromeos/login/webui_screen_locker.cc', |
636 'browser/chromeos/login/webui_screen_locker.h', | 636 'browser/chromeos/login/webui_screen_locker.h', |
637 'browser/chromeos/login/wizard_controller.cc', | 637 'browser/chromeos/login/wizard_controller.cc', |
638 'browser/chromeos/login/wizard_controller.h', | 638 'browser/chromeos/login/wizard_controller.h', |
639 'browser/chromeos/memory/oom_priority_manager.cc', | 639 'browser/chromeos/memory/oom_priority_manager.cc', |
640 'browser/chromeos/memory/oom_priority_manager.h', | 640 'browser/chromeos/memory/oom_priority_manager.h', |
641 'browser/chromeos/mobile/mobile_activator.cc', | 641 'browser/chromeos/mobile/mobile_activator.cc', |
642 'browser/chromeos/mobile/mobile_activator.h', | 642 'browser/chromeos/mobile/mobile_activator.h', |
643 'browser/chromeos/mobile_config.cc', | 643 'browser/chromeos/mobile_config.cc', |
644 'browser/chromeos/mobile_config.h', | 644 'browser/chromeos/mobile_config.h', |
| 645 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
| 646 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
645 'browser/chromeos/net/network_portal_detector.cc', | 647 'browser/chromeos/net/network_portal_detector.cc', |
646 'browser/chromeos/net/network_portal_detector.h', | 648 'browser/chromeos/net/network_portal_detector.h', |
647 'browser/chromeos/net/network_portal_detector_impl.cc', | 649 'browser/chromeos/net/network_portal_detector_impl.cc', |
648 'browser/chromeos/net/network_portal_detector_impl.h', | 650 'browser/chromeos/net/network_portal_detector_impl.h', |
649 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 651 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
650 'browser/chromeos/net/network_portal_detector_test_impl.h', | 652 'browser/chromeos/net/network_portal_detector_test_impl.h', |
651 'browser/chromeos/net/onc_utils.cc', | 653 'browser/chromeos/net/onc_utils.cc', |
652 'browser/chromeos/net/onc_utils.h', | 654 'browser/chromeos/net/onc_utils.h', |
653 'browser/chromeos/net/proxy_config_handler.cc', | 655 'browser/chromeos/net/proxy_config_handler.cc', |
654 'browser/chromeos/net/proxy_config_handler.h', | 656 'browser/chromeos/net/proxy_config_handler.h', |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1007 'browser/chromeos/attestation/attestation_signed_data.proto', | 1009 'browser/chromeos/attestation/attestation_signed_data.proto', |
1008 ], | 1010 ], |
1009 'variables': { | 1011 'variables': { |
1010 'proto_in_dir': 'browser/chromeos/attestation', | 1012 'proto_in_dir': 'browser/chromeos/attestation', |
1011 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1013 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1012 }, | 1014 }, |
1013 'includes': [ '../build/protoc.gypi' ] | 1015 'includes': [ '../build/protoc.gypi' ] |
1014 }, | 1016 }, |
1015 ], | 1017 ], |
1016 } | 1018 } |
OLD | NEW |