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

Side by Side Diff: chromeos/chromeos.gyp

Issue 289383004: Merge FavoriteState into NetworkState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim UpdateManagerProperties, feedback Created 6 years, 6 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_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'login/login_state.cc', 267 'login/login_state.cc',
268 'login/login_state.h', 268 'login/login_state.h',
269 'network/certificate_pattern.cc', 269 'network/certificate_pattern.cc',
270 'network/certificate_pattern.h', 270 'network/certificate_pattern.h',
271 'network/client_cert_resolver.cc', 271 'network/client_cert_resolver.cc',
272 'network/client_cert_resolver.h', 272 'network/client_cert_resolver.h',
273 'network/client_cert_util.cc', 273 'network/client_cert_util.cc',
274 'network/client_cert_util.h', 274 'network/client_cert_util.h',
275 'network/device_state.cc', 275 'network/device_state.cc',
276 'network/device_state.h', 276 'network/device_state.h',
277 'network/favorite_state.cc',
278 'network/favorite_state.h',
279 'network/geolocation_handler.cc', 277 'network/geolocation_handler.cc',
280 'network/geolocation_handler.h', 278 'network/geolocation_handler.h',
281 'network/managed_network_configuration_handler.cc', 279 'network/managed_network_configuration_handler.cc',
282 'network/managed_network_configuration_handler.h', 280 'network/managed_network_configuration_handler.h',
283 'network/managed_network_configuration_handler_impl.cc', 281 'network/managed_network_configuration_handler_impl.cc',
284 'network/managed_network_configuration_handler_impl.h', 282 'network/managed_network_configuration_handler_impl.h',
285 'network/managed_state.cc', 283 'network/managed_state.cc',
286 'network/managed_state.h', 284 'network/managed_state.h',
287 'network/network_activation_handler.cc', 285 'network/network_activation_handler.cc',
288 'network/network_activation_handler.h', 286 'network/network_activation_handler.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 ], 602 ],
605 'variables': { 603 'variables': {
606 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 604 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
607 'proto_out_dir': 'chromeos/cryptohome', 605 'proto_out_dir': 'chromeos/cryptohome',
608 }, 606 },
609 'includes': ['../build/protoc.gypi'], 607 'includes': ['../build/protoc.gypi'],
610 }, 608 },
611 609
612 ], 610 ],
613 } 611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698