| 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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 683 'browser/chromeos/memory/low_memory_observer.cc', | 683 'browser/chromeos/memory/low_memory_observer.cc', |
| 684 'browser/chromeos/memory/low_memory_observer.h', | 684 'browser/chromeos/memory/low_memory_observer.h', |
| 685 'browser/chromeos/memory/oom_priority_manager.cc', | 685 'browser/chromeos/memory/oom_priority_manager.cc', |
| 686 'browser/chromeos/memory/oom_priority_manager.h', | 686 'browser/chromeos/memory/oom_priority_manager.h', |
| 687 'browser/chromeos/mobile/mobile_activator.cc', | 687 'browser/chromeos/mobile/mobile_activator.cc', |
| 688 'browser/chromeos/mobile/mobile_activator.h', | 688 'browser/chromeos/mobile/mobile_activator.h', |
| 689 'browser/chromeos/mobile_config.cc', | 689 'browser/chromeos/mobile_config.cc', |
| 690 'browser/chromeos/mobile_config.h', | 690 'browser/chromeos/mobile_config.h', |
| 691 'browser/chromeos/net/cert_verify_proc_chromeos.cc', | 691 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
| 692 'browser/chromeos/net/cert_verify_proc_chromeos.h', | 692 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
| 693 'browser/chromeos/net/chrome_network_watcher.cc', |
| 694 'browser/chromeos/net/chrome_network_watcher.h', |
| 693 'browser/chromeos/net/delay_network_call.cc', | 695 'browser/chromeos/net/delay_network_call.cc', |
| 694 'browser/chromeos/net/delay_network_call.h', | 696 'browser/chromeos/net/delay_network_call.h', |
| 695 'browser/chromeos/net/network_portal_detector.cc', | 697 'browser/chromeos/net/network_portal_detector.cc', |
| 696 'browser/chromeos/net/network_portal_detector.h', | 698 'browser/chromeos/net/network_portal_detector.h', |
| 697 'browser/chromeos/net/network_portal_detector_impl.cc', | 699 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 698 'browser/chromeos/net/network_portal_detector_impl.h', | 700 'browser/chromeos/net/network_portal_detector_impl.h', |
| 699 'browser/chromeos/net/network_portal_detector_strategy.cc', | 701 'browser/chromeos/net/network_portal_detector_strategy.cc', |
| 700 'browser/chromeos/net/network_portal_detector_strategy.h', | 702 'browser/chromeos/net/network_portal_detector_strategy.h', |
| 701 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 703 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 702 'browser/chromeos/net/network_portal_detector_test_impl.h', | 704 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1103 'browser/chromeos/attestation/attestation_signed_data.proto', | 1105 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1104 ], | 1106 ], |
| 1105 'variables': { | 1107 'variables': { |
| 1106 'proto_in_dir': 'browser/chromeos/attestation', | 1108 'proto_in_dir': 'browser/chromeos/attestation', |
| 1107 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1109 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1108 }, | 1110 }, |
| 1109 'includes': [ '../build/protoc.gypi' ] | 1111 'includes': [ '../build/protoc.gypi' ] |
| 1110 }, | 1112 }, |
| 1111 ], | 1113 ], |
| 1112 } | 1114 } |
| OLD | NEW |