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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14729017: Add NetworkHandler to own network handlers in src/chromeos/network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Add NetworkConnectionHandler to NetworkHandler Created 7 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'network/network_change_notifier_chromeos.cc', 253 'network/network_change_notifier_chromeos.cc',
254 'network/network_change_notifier_chromeos.h', 254 'network/network_change_notifier_chromeos.h',
255 'network/network_change_notifier_factory_chromeos.cc', 255 'network/network_change_notifier_factory_chromeos.cc',
256 'network/network_change_notifier_factory_chromeos.h', 256 'network/network_change_notifier_factory_chromeos.h',
257 'network/network_configuration_handler.cc', 257 'network/network_configuration_handler.cc',
258 'network/network_configuration_handler.h', 258 'network/network_configuration_handler.h',
259 'network/network_connection_handler.cc', 259 'network/network_connection_handler.cc',
260 'network/network_connection_handler.h', 260 'network/network_connection_handler.h',
261 'network/network_event_log.cc', 261 'network/network_event_log.cc',
262 'network/network_event_log.h', 262 'network/network_event_log.h',
263 'network/network_handler.cc',
264 'network/network_handler.h',
263 'network/network_handler_callbacks.cc', 265 'network/network_handler_callbacks.cc',
264 'network/network_handler_callbacks.h', 266 'network/network_handler_callbacks.h',
265 'network/network_ip_config.cc', 267 'network/network_ip_config.cc',
266 'network/network_ip_config.h', 268 'network/network_ip_config.h',
267 'network/network_profile.cc', 269 'network/network_profile.cc',
268 'network/network_profile.h', 270 'network/network_profile.h',
269 'network/network_profile_handler.cc', 271 'network/network_profile_handler.cc',
270 'network/network_profile_handler.h', 272 'network/network_profile_handler.h',
271 'network/network_profile_observer.h', 273 'network/network_profile_observer.h',
272 'network/network_sms_handler.cc', 274 'network/network_sms_handler.cc',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 '../third_party/cros_system_api/dbus/video_activity_update.proto', 589 '../third_party/cros_system_api/dbus/video_activity_update.proto',
588 ], 590 ],
589 'variables': { 591 'variables': {
590 'proto_in_dir': '../third_party/cros_system_api/dbus/', 592 'proto_in_dir': '../third_party/cros_system_api/dbus/',
591 'proto_out_dir': 'chromeos/dbus', 593 'proto_out_dir': 'chromeos/dbus',
592 }, 594 },
593 'includes': ['../build/protoc.gypi'], 595 'includes': ['../build/protoc.gypi'],
594 }, 596 },
595 ], 597 ],
596 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698