| 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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 'browser/chromeos/login/webui_screen_locker.cc', | 622 'browser/chromeos/login/webui_screen_locker.cc', |
| 623 'browser/chromeos/login/webui_screen_locker.h', | 623 'browser/chromeos/login/webui_screen_locker.h', |
| 624 'browser/chromeos/login/wizard_controller.cc', | 624 'browser/chromeos/login/wizard_controller.cc', |
| 625 'browser/chromeos/login/wizard_controller.h', | 625 'browser/chromeos/login/wizard_controller.h', |
| 626 'browser/chromeos/memory/oom_priority_manager.cc', | 626 'browser/chromeos/memory/oom_priority_manager.cc', |
| 627 'browser/chromeos/memory/oom_priority_manager.h', | 627 'browser/chromeos/memory/oom_priority_manager.h', |
| 628 'browser/chromeos/mobile/mobile_activator.cc', | 628 'browser/chromeos/mobile/mobile_activator.cc', |
| 629 'browser/chromeos/mobile/mobile_activator.h', | 629 'browser/chromeos/mobile/mobile_activator.h', |
| 630 'browser/chromeos/mobile_config.cc', | 630 'browser/chromeos/mobile_config.cc', |
| 631 'browser/chromeos/mobile_config.h', | 631 'browser/chromeos/mobile_config.h', |
| 632 'browser/chromeos/net/client_cert_store_chromeos.cc', |
| 633 'browser/chromeos/net/client_cert_store_chromeos.h', |
| 632 'browser/chromeos/net/network_portal_detector.cc', | 634 'browser/chromeos/net/network_portal_detector.cc', |
| 633 'browser/chromeos/net/network_portal_detector.h', | 635 'browser/chromeos/net/network_portal_detector.h', |
| 634 'browser/chromeos/net/network_portal_detector_impl.cc', | 636 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 635 'browser/chromeos/net/network_portal_detector_impl.h', | 637 'browser/chromeos/net/network_portal_detector_impl.h', |
| 636 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 638 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 637 'browser/chromeos/net/network_portal_detector_test_impl.h', | 639 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| 638 'browser/chromeos/net/onc_utils.cc', | 640 'browser/chromeos/net/onc_utils.cc', |
| 639 'browser/chromeos/net/onc_utils.h', | 641 'browser/chromeos/net/onc_utils.h', |
| 640 'browser/chromeos/net/proxy_config_handler.cc', | 642 'browser/chromeos/net/proxy_config_handler.cc', |
| 641 'browser/chromeos/net/proxy_config_handler.h', | 643 'browser/chromeos/net/proxy_config_handler.h', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'browser/chromeos/attestation/attestation_signed_data.proto', | 978 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 977 ], | 979 ], |
| 978 'variables': { | 980 'variables': { |
| 979 'proto_in_dir': 'browser/chromeos/attestation', | 981 'proto_in_dir': 'browser/chromeos/attestation', |
| 980 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 982 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 981 }, | 983 }, |
| 982 'includes': [ '../build/protoc.gypi' ] | 984 'includes': [ '../build/protoc.gypi' ] |
| 983 }, | 985 }, |
| 984 ], | 986 ], |
| 985 } | 987 } |
| OLD | NEW |