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

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: Reupload. 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'dbus/mock_power_manager_client.cc', 342 'dbus/mock_power_manager_client.cc',
343 'dbus/mock_power_manager_client.h', 343 'dbus/mock_power_manager_client.h',
344 'dbus/mock_session_manager_client.cc', 344 'dbus/mock_session_manager_client.cc',
345 'dbus/mock_session_manager_client.h', 345 'dbus/mock_session_manager_client.h',
346 'dbus/mock_sms_client.cc', 346 'dbus/mock_sms_client.cc',
347 'dbus/mock_sms_client.h', 347 'dbus/mock_sms_client.h',
348 'dbus/mock_system_clock_client.cc', 348 'dbus/mock_system_clock_client.cc',
349 'dbus/mock_system_clock_client.h', 349 'dbus/mock_system_clock_client.h',
350 'dbus/mock_update_engine_client.cc', 350 'dbus/mock_update_engine_client.cc',
351 'dbus/mock_update_engine_client.h', 351 'dbus/mock_update_engine_client.h',
352 'dbus/shill_profile_client_stub.cc',
353 'dbus/shill_profile_client_stub.h',
352 'disks/mock_disk_mount_manager.cc', 354 'disks/mock_disk_mount_manager.cc',
353 'disks/mock_disk_mount_manager.h', 355 'disks/mock_disk_mount_manager.h',
354 'ime/mock_component_extension_ime_manager_delegate.cc', 356 'ime/mock_component_extension_ime_manager_delegate.cc',
355 'ime/mock_component_extension_ime_manager_delegate.h', 357 'ime/mock_component_extension_ime_manager_delegate.h',
356 'network/onc/onc_test_utils.cc', 358 'network/onc/onc_test_utils.cc',
357 'network/onc/onc_test_utils.h', 359 'network/onc/onc_test_utils.h',
358 ], 360 ],
359 'include_dirs': [ 361 'include_dirs': [
360 '..', 362 '..',
361 ], 363 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'dbus/modem_messaging_client_unittest.cc', 439 'dbus/modem_messaging_client_unittest.cc',
438 'disks/disk_mount_manager_unittest.cc', 440 'disks/disk_mount_manager_unittest.cc',
439 'ime/component_extension_ime_manager_unittest.cc', 441 'ime/component_extension_ime_manager_unittest.cc',
440 'ime/extension_ime_util_unittest.cc', 442 'ime/extension_ime_util_unittest.cc',
441 'ime/input_method_descriptor_unittest.cc', 443 'ime/input_method_descriptor_unittest.cc',
442 'ime/input_method_property_unittest.cc', 444 'ime/input_method_property_unittest.cc',
443 'ime/input_method_whitelist_unittest.cc', 445 'ime/input_method_whitelist_unittest.cc',
444 'ime/xkeyboard_unittest.cc', 446 'ime/xkeyboard_unittest.cc',
445 'network/cros_network_functions_unittest.cc', 447 'network/cros_network_functions_unittest.cc',
446 'network/geolocation_handler_unittest.cc', 448 'network/geolocation_handler_unittest.cc',
449 'network/managed_network_configuration_handler_unittest.cc',
447 'network/network_change_notifier_chromeos_unittest.cc', 450 'network/network_change_notifier_chromeos_unittest.cc',
448 'network/network_configuration_handler_unittest.cc', 451 'network/network_configuration_handler_unittest.cc',
449 'network/network_event_log_unittest.cc', 452 'network/network_event_log_unittest.cc',
450 'network/network_sms_handler_unittest.cc', 453 'network/network_sms_handler_unittest.cc',
451 'network/network_state_handler_unittest.cc', 454 'network/network_state_handler_unittest.cc',
452 'network/network_ui_data_unittest.cc', 455 'network/network_ui_data_unittest.cc',
453 'network/network_util_unittest.cc', 456 'network/network_util_unittest.cc',
454 'network/onc/onc_certificate_importer_unittest.cc', 457 'network/onc/onc_certificate_importer_unittest.cc',
455 'network/onc/onc_merger_unittest.cc', 458 'network/onc/onc_merger_unittest.cc',
456 'network/onc/onc_normalizer_unittest.cc', 459 'network/onc/onc_normalizer_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 '../third_party/cros_system_api/dbus/video_activity_update.proto', 516 '../third_party/cros_system_api/dbus/video_activity_update.proto',
514 ], 517 ],
515 'variables': { 518 'variables': {
516 'proto_in_dir': '../third_party/cros_system_api/dbus/', 519 'proto_in_dir': '../third_party/cros_system_api/dbus/',
517 'proto_out_dir': 'chromeos/dbus', 520 'proto_out_dir': 'chromeos/dbus',
518 }, 521 },
519 'includes': ['../build/protoc.gypi'], 522 'includes': ['../build/protoc.gypi'],
520 }, 523 },
521 ], 524 ],
522 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698