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

Side by Side Diff: chromeos/chromeos.gyp

Issue 11664005: Extending the translation from ONC to Shill. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased. Created 7 years, 11 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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'dbus/mock_session_manager_client.cc', 255 'dbus/mock_session_manager_client.cc',
256 'dbus/mock_session_manager_client.h', 256 'dbus/mock_session_manager_client.h',
257 'dbus/mock_sms_client.cc', 257 'dbus/mock_sms_client.cc',
258 'dbus/mock_sms_client.h', 258 'dbus/mock_sms_client.h',
259 'dbus/mock_speech_synthesizer_client.cc', 259 'dbus/mock_speech_synthesizer_client.cc',
260 'dbus/mock_speech_synthesizer_client.h', 260 'dbus/mock_speech_synthesizer_client.h',
261 'dbus/mock_update_engine_client.cc', 261 'dbus/mock_update_engine_client.cc',
262 'dbus/mock_update_engine_client.h', 262 'dbus/mock_update_engine_client.h',
263 'disks/mock_disk_mount_manager.cc', 263 'disks/mock_disk_mount_manager.cc',
264 'disks/mock_disk_mount_manager.h', 264 'disks/mock_disk_mount_manager.h',
265 'network/onc/onc_test_utils.cc',
266 'network/onc/onc_test_utils.h',
265 ], 267 ],
266 'include_dirs': [ 268 'include_dirs': [
267 '..', 269 '..',
268 ], 270 ],
269 }, 271 },
270 { 272 {
271 'target_name': 'chromeos_test_support_without_gmock', 273 'target_name': 'chromeos_test_support_without_gmock',
272 'type': 'static_library', 274 'type': 'static_library',
273 'dependencies': [ 275 'dependencies': [
274 '../build/linux/system.gyp:dbus', 276 '../build/linux/system.gyp:dbus',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'network/network_change_notifier_chromeos_unittest.cc', 341 'network/network_change_notifier_chromeos_unittest.cc',
340 'network/network_configuration_handler_unittest.cc', 342 'network/network_configuration_handler_unittest.cc',
341 'network/network_device_handler_unittest.cc', 343 'network/network_device_handler_unittest.cc',
342 'network/network_event_log_unittest.cc', 344 'network/network_event_log_unittest.cc',
343 'network/network_sms_handler_unittest.cc', 345 'network/network_sms_handler_unittest.cc',
344 'network/network_state_handler_unittest.cc', 346 'network/network_state_handler_unittest.cc',
345 'network/network_util_unittest.cc', 347 'network/network_util_unittest.cc',
346 'network/onc/onc_certificate_importer_unittest.cc', 348 'network/onc/onc_certificate_importer_unittest.cc',
347 'network/onc/onc_merger_unittest.cc', 349 'network/onc/onc_merger_unittest.cc',
348 'network/onc/onc_normalizer_unittest.cc', 350 'network/onc/onc_normalizer_unittest.cc',
349 'network/onc/onc_test_utils.cc',
350 'network/onc/onc_test_utils.h',
351 'network/onc/onc_translator_unittest.cc', 351 'network/onc/onc_translator_unittest.cc',
352 'network/onc/onc_utils_unittest.cc', 352 'network/onc/onc_utils_unittest.cc',
353 'network/onc/onc_validator_unittest.cc', 353 'network/onc/onc_validator_unittest.cc',
354 'network/shill_property_handler_unittest.cc', 354 'network/shill_property_handler_unittest.cc',
355 'power/power_state_override_unittest.cc', 355 'power/power_state_override_unittest.cc',
356 ], 356 ],
357 'include_dirs': [ 357 'include_dirs': [
358 '..', 358 '..',
359 ], 359 ],
360 'conditions': [ 360 'conditions': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../third_party/cros_system_api/dbus/video_activity_update.proto', 418 '../third_party/cros_system_api/dbus/video_activity_update.proto',
419 ], 419 ],
420 'variables': { 420 'variables': {
421 'proto_in_dir': '../third_party/cros_system_api/dbus/', 421 'proto_in_dir': '../third_party/cros_system_api/dbus/',
422 'proto_out_dir': 'chromeos/dbus', 422 'proto_out_dir': 'chromeos/dbus',
423 }, 423 },
424 'includes': ['../build/protoc.gypi'], 424 'includes': ['../build/protoc.gypi'],
425 }, 425 },
426 ], 426 ],
427 } 427 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/net/uidata_for_wifi_psk.json ('k') | chromeos/network/onc/onc_certificate_importer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698