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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed remaining comments of Steven. Created 7 years, 8 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'dbus/mock_power_manager_client.cc', 337 'dbus/mock_power_manager_client.cc',
338 'dbus/mock_power_manager_client.h', 338 'dbus/mock_power_manager_client.h',
339 'dbus/mock_session_manager_client.cc', 339 'dbus/mock_session_manager_client.cc',
340 'dbus/mock_session_manager_client.h', 340 'dbus/mock_session_manager_client.h',
341 'dbus/mock_sms_client.cc', 341 'dbus/mock_sms_client.cc',
342 'dbus/mock_sms_client.h', 342 'dbus/mock_sms_client.h',
343 'dbus/mock_system_clock_client.cc', 343 'dbus/mock_system_clock_client.cc',
344 'dbus/mock_system_clock_client.h', 344 'dbus/mock_system_clock_client.h',
345 'dbus/mock_update_engine_client.cc', 345 'dbus/mock_update_engine_client.cc',
346 'dbus/mock_update_engine_client.h', 346 'dbus/mock_update_engine_client.h',
347 'dbus/shill_profile_client_stub.cc',
348 'dbus/shill_profile_client_stub.h',
347 'disks/mock_disk_mount_manager.cc', 349 'disks/mock_disk_mount_manager.cc',
348 'disks/mock_disk_mount_manager.h', 350 'disks/mock_disk_mount_manager.h',
349 'ime/mock_component_extension_ime_manager_delegate.cc', 351 'ime/mock_component_extension_ime_manager_delegate.cc',
350 'ime/mock_component_extension_ime_manager_delegate.h', 352 'ime/mock_component_extension_ime_manager_delegate.h',
351 'network/onc/onc_test_utils.cc', 353 'network/onc/onc_test_utils.cc',
352 'network/onc/onc_test_utils.h', 354 'network/onc/onc_test_utils.h',
353 ], 355 ],
354 'include_dirs': [ 356 'include_dirs': [
355 '..', 357 '..',
356 ], 358 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'dbus/modem_messaging_client_unittest.cc', 434 'dbus/modem_messaging_client_unittest.cc',
433 'disks/disk_mount_manager_unittest.cc', 435 'disks/disk_mount_manager_unittest.cc',
434 'ime/component_extension_ime_manager_unittest.cc', 436 'ime/component_extension_ime_manager_unittest.cc',
435 'ime/extension_ime_util_unittest.cc', 437 'ime/extension_ime_util_unittest.cc',
436 'ime/input_method_descriptor_unittest.cc', 438 'ime/input_method_descriptor_unittest.cc',
437 'ime/input_method_property_unittest.cc', 439 'ime/input_method_property_unittest.cc',
438 'ime/input_method_whitelist_unittest.cc', 440 'ime/input_method_whitelist_unittest.cc',
439 'ime/xkeyboard_unittest.cc', 441 'ime/xkeyboard_unittest.cc',
440 'network/cros_network_functions_unittest.cc', 442 'network/cros_network_functions_unittest.cc',
441 'network/geolocation_handler_unittest.cc', 443 'network/geolocation_handler_unittest.cc',
444 'network/managed_network_configuration_handler_unittest.cc',
442 'network/network_change_notifier_chromeos_unittest.cc', 445 'network/network_change_notifier_chromeos_unittest.cc',
443 'network/network_configuration_handler_unittest.cc', 446 'network/network_configuration_handler_unittest.cc',
444 'network/network_event_log_unittest.cc', 447 'network/network_event_log_unittest.cc',
445 'network/network_sms_handler_unittest.cc', 448 'network/network_sms_handler_unittest.cc',
446 'network/network_state_handler_unittest.cc', 449 'network/network_state_handler_unittest.cc',
447 'network/network_ui_data_unittest.cc', 450 'network/network_ui_data_unittest.cc',
448 'network/network_util_unittest.cc', 451 'network/network_util_unittest.cc',
449 'network/onc/onc_certificate_importer_unittest.cc', 452 'network/onc/onc_certificate_importer_unittest.cc',
450 'network/onc/onc_merger_unittest.cc', 453 'network/onc/onc_merger_unittest.cc',
451 'network/onc/onc_normalizer_unittest.cc', 454 'network/onc/onc_normalizer_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 '../third_party/cros_system_api/dbus/video_activity_update.proto', 511 '../third_party/cros_system_api/dbus/video_activity_update.proto',
509 ], 512 ],
510 'variables': { 513 'variables': {
511 'proto_in_dir': '../third_party/cros_system_api/dbus/', 514 'proto_in_dir': '../third_party/cros_system_api/dbus/',
512 'proto_out_dir': 'chromeos/dbus', 515 'proto_out_dir': 'chromeos/dbus',
513 }, 516 },
514 'includes': ['../build/protoc.gypi'], 517 'includes': ['../build/protoc.gypi'],
515 }, 518 },
516 ], 519 ],
517 } 520 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698