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

Side by Side Diff: chromeos/chromeos.gyp

Issue 22611005: Switch over MobileActivator to use Network*Handler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix state machine + unit tests in the new world Created 7 years, 4 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'network/favorite_state.cc', 228 'network/favorite_state.cc',
229 'network/favorite_state.h', 229 'network/favorite_state.h',
230 'network/geolocation_handler.cc', 230 'network/geolocation_handler.cc',
231 'network/geolocation_handler.h', 231 'network/geolocation_handler.h',
232 'network/managed_network_configuration_handler.cc', 232 'network/managed_network_configuration_handler.cc',
233 'network/managed_network_configuration_handler.h', 233 'network/managed_network_configuration_handler.h',
234 'network/managed_network_configuration_handler_impl.cc', 234 'network/managed_network_configuration_handler_impl.cc',
235 'network/managed_network_configuration_handler_impl.h', 235 'network/managed_network_configuration_handler_impl.h',
236 'network/managed_state.cc', 236 'network/managed_state.cc',
237 'network/managed_state.h', 237 'network/managed_state.h',
238 'network/network_activation_handler.cc',
239 'network/network_activation_handler.h',
238 'network/network_cert_migrator.cc', 240 'network/network_cert_migrator.cc',
239 'network/network_cert_migrator.h', 241 'network/network_cert_migrator.h',
240 'network/network_change_notifier_chromeos.cc', 242 'network/network_change_notifier_chromeos.cc',
241 'network/network_change_notifier_chromeos.h', 243 'network/network_change_notifier_chromeos.h',
242 'network/network_change_notifier_factory_chromeos.cc', 244 'network/network_change_notifier_factory_chromeos.cc',
243 'network/network_change_notifier_factory_chromeos.h', 245 'network/network_change_notifier_factory_chromeos.h',
244 'network/network_configuration_handler.cc', 246 'network/network_configuration_handler.cc',
245 'network/network_configuration_handler.h', 247 'network/network_configuration_handler.h',
246 'network/network_connection_handler.cc', 248 'network/network_connection_handler.cc',
247 'network/network_connection_handler.h', 249 'network/network_connection_handler.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 558 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
557 ], 559 ],
558 'variables': { 560 'variables': {
559 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 561 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
560 'proto_out_dir': 'chromeos/dbus/power_manager', 562 'proto_out_dir': 'chromeos/dbus/power_manager',
561 }, 563 },
562 'includes': ['../build/protoc.gypi'], 564 'includes': ['../build/protoc.gypi'],
563 }, 565 },
564 ], 566 ],
565 } 567 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698