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

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: Fix chromeos_unittests 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'network/network_change_notifier_chromeos.cc', 255 'network/network_change_notifier_chromeos.cc',
256 'network/network_change_notifier_chromeos.h', 256 'network/network_change_notifier_chromeos.h',
257 'network/network_change_notifier_factory_chromeos.cc', 257 'network/network_change_notifier_factory_chromeos.cc',
258 'network/network_change_notifier_factory_chromeos.h', 258 'network/network_change_notifier_factory_chromeos.h',
259 'network/network_configuration_handler.cc', 259 'network/network_configuration_handler.cc',
260 'network/network_configuration_handler.h', 260 'network/network_configuration_handler.h',
261 'network/network_connection_handler.cc', 261 'network/network_connection_handler.cc',
262 'network/network_connection_handler.h', 262 'network/network_connection_handler.h',
263 'network/network_event_log.cc', 263 'network/network_event_log.cc',
264 'network/network_event_log.h', 264 'network/network_event_log.h',
265 'network/network_handler.cc',
266 'network/network_handler.h',
265 'network/network_handler_callbacks.cc', 267 'network/network_handler_callbacks.cc',
266 'network/network_handler_callbacks.h', 268 'network/network_handler_callbacks.h',
267 'network/network_ip_config.cc', 269 'network/network_ip_config.cc',
268 'network/network_ip_config.h', 270 'network/network_ip_config.h',
269 'network/network_profile.cc', 271 'network/network_profile.cc',
270 'network/network_profile.h', 272 'network/network_profile.h',
271 'network/network_profile_handler.cc', 273 'network/network_profile_handler.cc',
272 'network/network_profile_handler.h', 274 'network/network_profile_handler.h',
273 'network/network_profile_observer.h', 275 'network/network_profile_observer.h',
274 'network/network_sms_handler.cc', 276 'network/network_sms_handler.cc',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 '../third_party/cros_system_api/dbus/video_activity_update.proto', 585 '../third_party/cros_system_api/dbus/video_activity_update.proto',
584 ], 586 ],
585 'variables': { 587 'variables': {
586 'proto_in_dir': '../third_party/cros_system_api/dbus/', 588 'proto_in_dir': '../third_party/cros_system_api/dbus/',
587 'proto_out_dir': 'chromeos/dbus', 589 'proto_out_dir': 'chromeos/dbus',
588 }, 590 },
589 'includes': ['../build/protoc.gypi'], 591 'includes': ['../build/protoc.gypi'],
590 }, 592 },
591 ], 593 ],
592 } 594 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | chromeos/dbus/mock_dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698