Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 12729002: Add a unified observer to replace NetworkManagerObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mobile_activator_unittest Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'browser/chromeos/memory/low_memory_observer.cc', 534 'browser/chromeos/memory/low_memory_observer.cc',
535 'browser/chromeos/memory/low_memory_observer.h', 535 'browser/chromeos/memory/low_memory_observer.h',
536 'browser/chromeos/memory/oom_priority_manager.cc', 536 'browser/chromeos/memory/oom_priority_manager.cc',
537 'browser/chromeos/memory/oom_priority_manager.h', 537 'browser/chromeos/memory/oom_priority_manager.h',
538 'browser/chromeos/mobile/mobile_activator.cc', 538 'browser/chromeos/mobile/mobile_activator.cc',
539 'browser/chromeos/mobile/mobile_activator.h', 539 'browser/chromeos/mobile/mobile_activator.h',
540 'browser/chromeos/mobile_config.cc', 540 'browser/chromeos/mobile_config.cc',
541 'browser/chromeos/mobile_config.h', 541 'browser/chromeos/mobile_config.h',
542 'browser/chromeos/net/connectivity_state_helper.cc', 542 'browser/chromeos/net/connectivity_state_helper.cc',
543 'browser/chromeos/net/connectivity_state_helper.h', 543 'browser/chromeos/net/connectivity_state_helper.h',
544 'browser/chromeos/net/connectivity_state_helper_observer.h',
544 'browser/chromeos/net/cros_network_change_notifier_factory.cc', 545 'browser/chromeos/net/cros_network_change_notifier_factory.cc',
545 'browser/chromeos/net/cros_network_change_notifier_factory.h', 546 'browser/chromeos/net/cros_network_change_notifier_factory.h',
546 'browser/chromeos/net/managed_network_configuration_handler.cc', 547 'browser/chromeos/net/managed_network_configuration_handler.cc',
547 'browser/chromeos/net/managed_network_configuration_handler.h', 548 'browser/chromeos/net/managed_network_configuration_handler.h',
548 'browser/chromeos/net/network_change_notifier_network_library.cc', 549 'browser/chromeos/net/network_change_notifier_network_library.cc',
549 'browser/chromeos/net/network_change_notifier_network_library.h', 550 'browser/chromeos/net/network_change_notifier_network_library.h',
550 'browser/chromeos/net/network_portal_detector.cc', 551 'browser/chromeos/net/network_portal_detector.cc',
551 'browser/chromeos/net/network_portal_detector.h', 552 'browser/chromeos/net/network_portal_detector.h',
552 'browser/chromeos/net/onc_utils.cc', 553 'browser/chromeos/net/onc_utils.cc',
553 'browser/chromeos/net/onc_utils.h', 554 'browser/chromeos/net/onc_utils.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'type': 'static_library', 821 'type': 'static_library',
821 'sources': [ 'browser/chromeos/drive/drive.proto' ], 822 'sources': [ 'browser/chromeos/drive/drive.proto' ],
822 'variables': { 823 'variables': {
823 'proto_in_dir': 'browser/chromeos/drive', 824 'proto_in_dir': 'browser/chromeos/drive',
824 'proto_out_dir': 'chrome/browser/chromeos/drive', 825 'proto_out_dir': 'chrome/browser/chromeos/drive',
825 }, 826 },
826 'includes': [ '../build/protoc.gypi' ] 827 'includes': [ '../build/protoc.gypi' ]
827 }, 828 },
828 ], 829 ],
829 } 830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698