| 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 'browser/chromeos/memory/low_memory_observer.cc', | 676 'browser/chromeos/memory/low_memory_observer.cc', |
| 677 'browser/chromeos/memory/low_memory_observer.h', | 677 'browser/chromeos/memory/low_memory_observer.h', |
| 678 'browser/chromeos/memory/oom_priority_manager.cc', | 678 'browser/chromeos/memory/oom_priority_manager.cc', |
| 679 'browser/chromeos/memory/oom_priority_manager.h', | 679 'browser/chromeos/memory/oom_priority_manager.h', |
| 680 'browser/chromeos/mobile/mobile_activator.cc', | 680 'browser/chromeos/mobile/mobile_activator.cc', |
| 681 'browser/chromeos/mobile/mobile_activator.h', | 681 'browser/chromeos/mobile/mobile_activator.h', |
| 682 'browser/chromeos/mobile_config.cc', | 682 'browser/chromeos/mobile_config.cc', |
| 683 'browser/chromeos/mobile_config.h', | 683 'browser/chromeos/mobile_config.h', |
| 684 'browser/chromeos/net/cert_verify_proc_chromeos.cc', | 684 'browser/chromeos/net/cert_verify_proc_chromeos.cc', |
| 685 'browser/chromeos/net/cert_verify_proc_chromeos.h', | 685 'browser/chromeos/net/cert_verify_proc_chromeos.h', |
| 686 'browser/chromeos/net/chrome_network_watcher.cc', |
| 687 'browser/chromeos/net/chrome_network_watcher.h', |
| 686 'browser/chromeos/net/delay_network_call.cc', | 688 'browser/chromeos/net/delay_network_call.cc', |
| 687 'browser/chromeos/net/delay_network_call.h', | 689 'browser/chromeos/net/delay_network_call.h', |
| 688 'browser/chromeos/net/network_portal_detector.cc', | 690 'browser/chromeos/net/network_portal_detector.cc', |
| 689 'browser/chromeos/net/network_portal_detector.h', | 691 'browser/chromeos/net/network_portal_detector.h', |
| 690 'browser/chromeos/net/network_portal_detector_impl.cc', | 692 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 691 'browser/chromeos/net/network_portal_detector_impl.h', | 693 'browser/chromeos/net/network_portal_detector_impl.h', |
| 692 'browser/chromeos/net/network_portal_detector_strategy.cc', | 694 'browser/chromeos/net/network_portal_detector_strategy.cc', |
| 693 'browser/chromeos/net/network_portal_detector_strategy.h', | 695 'browser/chromeos/net/network_portal_detector_strategy.h', |
| 694 'browser/chromeos/net/network_portal_detector_test_impl.cc', | 696 'browser/chromeos/net/network_portal_detector_test_impl.cc', |
| 695 'browser/chromeos/net/network_portal_detector_test_impl.h', | 697 'browser/chromeos/net/network_portal_detector_test_impl.h', |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1089 'browser/chromeos/attestation/attestation_signed_data.proto', | 1091 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1090 ], | 1092 ], |
| 1091 'variables': { | 1093 'variables': { |
| 1092 'proto_in_dir': 'browser/chromeos/attestation', | 1094 'proto_in_dir': 'browser/chromeos/attestation', |
| 1093 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1095 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1094 }, | 1096 }, |
| 1095 'includes': [ '../build/protoc.gypi' ] | 1097 'includes': [ '../build/protoc.gypi' ] |
| 1096 }, | 1098 }, |
| 1097 ], | 1099 ], |
| 1098 } | 1100 } |
| OLD | NEW |