| 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 'browser/chromeos/login/wizard_controller.cc', | 583 'browser/chromeos/login/wizard_controller.cc', |
| 584 'browser/chromeos/login/wizard_controller.h', | 584 'browser/chromeos/login/wizard_controller.h', |
| 585 'browser/chromeos/media/media_player.cc', | 585 'browser/chromeos/media/media_player.cc', |
| 586 'browser/chromeos/media/media_player.h', | 586 'browser/chromeos/media/media_player.h', |
| 587 'browser/chromeos/memory/oom_priority_manager.cc', | 587 'browser/chromeos/memory/oom_priority_manager.cc', |
| 588 'browser/chromeos/memory/oom_priority_manager.h', | 588 'browser/chromeos/memory/oom_priority_manager.h', |
| 589 'browser/chromeos/mobile/mobile_activator.cc', | 589 'browser/chromeos/mobile/mobile_activator.cc', |
| 590 'browser/chromeos/mobile/mobile_activator.h', | 590 'browser/chromeos/mobile/mobile_activator.h', |
| 591 'browser/chromeos/mobile_config.cc', | 591 'browser/chromeos/mobile_config.cc', |
| 592 'browser/chromeos/mobile_config.h', | 592 'browser/chromeos/mobile_config.h', |
| 593 'browser/chromeos/net/connectivity_state_helper.cc', | |
| 594 'browser/chromeos/net/connectivity_state_helper.h', | |
| 595 'browser/chromeos/net/connectivity_state_helper_observer.h', | |
| 596 'browser/chromeos/net/cros_network_change_notifier_factory.cc', | |
| 597 'browser/chromeos/net/cros_network_change_notifier_factory.h', | |
| 598 'browser/chromeos/net/network_change_notifier_network_library.cc', | |
| 599 'browser/chromeos/net/network_change_notifier_network_library.h', | |
| 600 'browser/chromeos/net/network_portal_detector.cc', | 593 'browser/chromeos/net/network_portal_detector.cc', |
| 601 'browser/chromeos/net/network_portal_detector.h', | 594 'browser/chromeos/net/network_portal_detector.h', |
| 602 'browser/chromeos/net/network_portal_detector_impl.cc', | 595 'browser/chromeos/net/network_portal_detector_impl.cc', |
| 603 'browser/chromeos/net/network_portal_detector_impl.h', | 596 'browser/chromeos/net/network_portal_detector_impl.h', |
| 604 'browser/chromeos/net/network_portal_detector_stub.cc', | 597 'browser/chromeos/net/network_portal_detector_stub.cc', |
| 605 'browser/chromeos/net/network_portal_detector_stub.h', | 598 'browser/chromeos/net/network_portal_detector_stub.h', |
| 606 'browser/chromeos/net/onc_utils.cc', | 599 'browser/chromeos/net/onc_utils.cc', |
| 607 'browser/chromeos/net/onc_utils.h', | 600 'browser/chromeos/net/onc_utils.h', |
| 608 'browser/chromeos/net/proxy_config_handler.cc', | 601 'browser/chromeos/net/proxy_config_handler.cc', |
| 609 'browser/chromeos/net/proxy_config_handler.h', | 602 'browser/chromeos/net/proxy_config_handler.h', |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 'browser/chromeos/attestation/attestation_key_payload.proto', | 977 'browser/chromeos/attestation/attestation_key_payload.proto', |
| 985 ], | 978 ], |
| 986 'variables': { | 979 'variables': { |
| 987 'proto_in_dir': 'browser/chromeos/attestation', | 980 'proto_in_dir': 'browser/chromeos/attestation', |
| 988 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 981 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 989 }, | 982 }, |
| 990 'includes': [ '../build/protoc.gypi' ] | 983 'includes': [ '../build/protoc.gypi' ] |
| 991 }, | 984 }, |
| 992 ], | 985 ], |
| 993 } | 986 } |
| OLD | NEW |