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

Side by Side Diff: chromeos/chromeos.gyp

Issue 762633002: Use NetworkConnectionObserver to trigger connect failure notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'network/network_cert_migrator.h', 333 'network/network_cert_migrator.h',
334 'network/network_change_notifier_chromeos.cc', 334 'network/network_change_notifier_chromeos.cc',
335 'network/network_change_notifier_chromeos.h', 335 'network/network_change_notifier_chromeos.h',
336 'network/network_change_notifier_factory_chromeos.cc', 336 'network/network_change_notifier_factory_chromeos.cc',
337 'network/network_change_notifier_factory_chromeos.h', 337 'network/network_change_notifier_factory_chromeos.h',
338 'network/network_configuration_handler.cc', 338 'network/network_configuration_handler.cc',
339 'network/network_configuration_handler.h', 339 'network/network_configuration_handler.h',
340 'network/network_configuration_observer.h', 340 'network/network_configuration_observer.h',
341 'network/network_connection_handler.cc', 341 'network/network_connection_handler.cc',
342 'network/network_connection_handler.h', 342 'network/network_connection_handler.h',
343 'network/network_connection_observer.cc',
pneubeck (no reviews) 2015/01/04 16:57:00 do you have to update the BUILD.gn file too?
stevenjb 2015/01/09 18:18:02 Nope, .gn imports chromeos_sources from this file.
344 'network/network_connection_observer.h',
343 'network/network_device_handler.cc', 345 'network/network_device_handler.cc',
344 'network/network_device_handler.h', 346 'network/network_device_handler.h',
345 'network/network_device_handler_impl.cc', 347 'network/network_device_handler_impl.cc',
346 'network/network_device_handler_impl.h', 348 'network/network_device_handler_impl.h',
347 'network/network_event_log.cc', 349 'network/network_event_log.cc',
348 'network/network_event_log.h', 350 'network/network_event_log.h',
349 'network/network_handler.cc', 351 'network/network_handler.cc',
350 'network/network_handler.h', 352 'network/network_handler.h',
351 'network/network_handler_callbacks.cc', 353 'network/network_handler_callbacks.cc',
352 'network/network_handler_callbacks.h', 354 'network/network_handler_callbacks.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 722 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
721 ], 723 ],
722 'variables': { 724 'variables': {
723 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 725 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
724 'proto_out_dir': 'chromeos/cryptohome', 726 'proto_out_dir': 'chromeos/cryptohome',
725 }, 727 },
726 'includes': ['../build/protoc.gypi'], 728 'includes': ['../build/protoc.gypi'],
727 }, 729 },
728 ], 730 ],
729 } 731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698