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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7969009: Removed chromeos::NetworkStateNotifier and redirected all related code to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'browser/chromeos/native_dialog_window.cc', 671 'browser/chromeos/native_dialog_window.cc',
672 'browser/chromeos/native_dialog_window.h', 672 'browser/chromeos/native_dialog_window.h',
673 'browser/chromeos/net/cros_network_change_notifier_factory.cc', 673 'browser/chromeos/net/cros_network_change_notifier_factory.cc',
674 'browser/chromeos/net/cros_network_change_notifier_factory.h', 674 'browser/chromeos/net/cros_network_change_notifier_factory.h',
675 'browser/chromeos/net/network_change_notifier_chromeos.cc', 675 'browser/chromeos/net/network_change_notifier_chromeos.cc',
676 'browser/chromeos/net/network_change_notifier_chromeos.h', 676 'browser/chromeos/net/network_change_notifier_chromeos.h',
677 'browser/chromeos/network_login_observer.cc', 677 'browser/chromeos/network_login_observer.cc',
678 'browser/chromeos/network_login_observer.h', 678 'browser/chromeos/network_login_observer.h',
679 'browser/chromeos/network_message_observer.cc', 679 'browser/chromeos/network_message_observer.cc',
680 'browser/chromeos/network_message_observer.h', 680 'browser/chromeos/network_message_observer.h',
681 'browser/chromeos/network_state_notifier.cc',
682 'browser/chromeos/network_state_notifier.h',
683 'browser/chromeos/notifications/balloon_collection_impl.cc', 681 'browser/chromeos/notifications/balloon_collection_impl.cc',
684 'browser/chromeos/notifications/balloon_collection_impl.h', 682 'browser/chromeos/notifications/balloon_collection_impl.h',
685 'browser/chromeos/notifications/balloon_view.cc', 683 'browser/chromeos/notifications/balloon_view.cc',
686 'browser/chromeos/notifications/balloon_view.h', 684 'browser/chromeos/notifications/balloon_view.h',
687 'browser/chromeos/notifications/balloon_view_host.cc', 685 'browser/chromeos/notifications/balloon_view_host.cc',
688 'browser/chromeos/notifications/balloon_view_host.h', 686 'browser/chromeos/notifications/balloon_view_host.h',
689 'browser/chromeos/notifications/notification_panel.cc', 687 'browser/chromeos/notifications/notification_panel.cc',
690 'browser/chromeos/notifications/notification_panel.h', 688 'browser/chromeos/notifications/notification_panel.h',
691 'browser/chromeos/notifications/system_notification.cc', 689 'browser/chromeos/notifications/system_notification.cc',
692 'browser/chromeos/notifications/system_notification.h', 690 'browser/chromeos/notifications/system_notification.h',
(...skipping 4453 matching lines...) Expand 10 before | Expand all | Expand 10 after
5146 # weak imports in dependents, who still must #include 5144 # weak imports in dependents, who still must #include
5147 # closure_blocks_leopard_compat.h to get weak imports. 5145 # closure_blocks_leopard_compat.h to get weak imports.
5148 'type': 'none', 5146 'type': 'none',
5149 }], 5147 }],
5150 ], 5148 ],
5151 }, 5149 },
5152 ], 5150 ],
5153 }], 5151 }],
5154 ], 5152 ],
5155 } 5153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698