| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'browser/chromeos/memory/low_memory_observer.cc', | 533 'browser/chromeos/memory/low_memory_observer.cc', |
| 534 'browser/chromeos/memory/low_memory_observer.h', | 534 'browser/chromeos/memory/low_memory_observer.h', |
| 535 'browser/chromeos/memory/oom_priority_manager.cc', | 535 'browser/chromeos/memory/oom_priority_manager.cc', |
| 536 'browser/chromeos/memory/oom_priority_manager.h', | 536 'browser/chromeos/memory/oom_priority_manager.h', |
| 537 'browser/chromeos/mobile/mobile_activator.cc', | 537 'browser/chromeos/mobile/mobile_activator.cc', |
| 538 'browser/chromeos/mobile/mobile_activator.h', | 538 'browser/chromeos/mobile/mobile_activator.h', |
| 539 'browser/chromeos/mobile_config.cc', | 539 'browser/chromeos/mobile_config.cc', |
| 540 'browser/chromeos/mobile_config.h', | 540 'browser/chromeos/mobile_config.h', |
| 541 'browser/chromeos/net/connectivity_state_helper.cc', | 541 'browser/chromeos/net/connectivity_state_helper.cc', |
| 542 'browser/chromeos/net/connectivity_state_helper.h', | 542 'browser/chromeos/net/connectivity_state_helper.h', |
| 543 'browser/chromeos/net/connectivity_state_helper_observer.h', |
| 543 'browser/chromeos/net/cros_network_change_notifier_factory.cc', | 544 'browser/chromeos/net/cros_network_change_notifier_factory.cc', |
| 544 'browser/chromeos/net/cros_network_change_notifier_factory.h', | 545 'browser/chromeos/net/cros_network_change_notifier_factory.h', |
| 545 'browser/chromeos/net/managed_network_configuration_handler.cc', | 546 'browser/chromeos/net/managed_network_configuration_handler.cc', |
| 546 'browser/chromeos/net/managed_network_configuration_handler.h', | 547 'browser/chromeos/net/managed_network_configuration_handler.h', |
| 547 'browser/chromeos/net/network_change_notifier_network_library.cc', | 548 'browser/chromeos/net/network_change_notifier_network_library.cc', |
| 548 'browser/chromeos/net/network_change_notifier_network_library.h', | 549 'browser/chromeos/net/network_change_notifier_network_library.h', |
| 549 'browser/chromeos/net/network_portal_detector.cc', | 550 'browser/chromeos/net/network_portal_detector.cc', |
| 550 'browser/chromeos/net/network_portal_detector.h', | 551 'browser/chromeos/net/network_portal_detector.h', |
| 551 'browser/chromeos/net/onc_utils.cc', | 552 'browser/chromeos/net/onc_utils.cc', |
| 552 'browser/chromeos/net/onc_utils.h', | 553 'browser/chromeos/net/onc_utils.h', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 'browser/chromeos/policy/proto/install_attributes.proto', | 868 'browser/chromeos/policy/proto/install_attributes.proto', |
| 868 ], | 869 ], |
| 869 'variables': { | 870 'variables': { |
| 870 'proto_in_dir': 'browser/chromeos/policy/proto', | 871 'proto_in_dir': 'browser/chromeos/policy/proto', |
| 871 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', | 872 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', |
| 872 }, | 873 }, |
| 873 'includes': [ '../build/protoc.gypi' ] | 874 'includes': [ '../build/protoc.gypi' ] |
| 874 }, | 875 }, |
| 875 ], | 876 ], |
| 876 } | 877 } |
| OLD | NEW |