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

Side by Side Diff: chromeos/chromeos.gyp

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting Created 6 years, 9 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_memory.gypi', 10 'chromeos_memory.gypi',
11 'chromeos_tools.gypi', 11 'chromeos_tools.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'chromeos', 15 'target_name': 'chromeos',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../base/base.gyp:base_prefs', 19 '../base/base.gyp:base_prefs',
20 '../components/components.gyp:onc_component', 20 '../components/components.gyp:onc_component',
21 '../crypto/crypto.gyp:crypto', 21 '../crypto/crypto.gyp:crypto',
22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 22 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
23 '../build/linux/system.gyp:dbus', 23 '../build/linux/system.gyp:dbus',
24 '../build/linux/system.gyp:ssl', 24 '../build/linux/system.gyp:ssl',
25 '../dbus/dbus.gyp:dbus', 25 '../dbus/dbus.gyp:dbus',
26 '../net/net.gyp:net', 26 '../net/net.gyp:net',
27 '../third_party/icu/icu.gyp:icui18n', 27 '../third_party/icu/icu.gyp:icui18n',
28 '../third_party/libxml/libxml.gyp:libxml', 28 '../third_party/libxml/libxml.gyp:libxml',
29 '../ui/display/display.gyp:display',
30 '../url/url.gyp:url_lib', 29 '../url/url.gyp:url_lib',
31 'ime/input_method.gyp:gencode', 30 'ime/input_method.gyp:gencode',
32 'power_manager_proto', 31 'power_manager_proto',
33 ], 32 ],
34 'defines': [ 33 'defines': [
35 'CHROMEOS_IMPLEMENTATION', 34 'CHROMEOS_IMPLEMENTATION',
36 ], 35 ],
37 'sources': [ 36 'sources': [
38 'app_mode/kiosk_oem_manifest_parser.cc', 37 'app_mode/kiosk_oem_manifest_parser.cc',
39 'app_mode/kiosk_oem_manifest_parser.h', 38 'app_mode/kiosk_oem_manifest_parser.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'dbus/sms_client.cc', 196 'dbus/sms_client.cc',
198 'dbus/sms_client.h', 197 'dbus/sms_client.h',
199 'dbus/system_clock_client.cc', 198 'dbus/system_clock_client.cc',
200 'dbus/system_clock_client.h', 199 'dbus/system_clock_client.h',
201 'dbus/update_engine_client.cc', 200 'dbus/update_engine_client.cc',
202 'dbus/update_engine_client.h', 201 'dbus/update_engine_client.h',
203 'dbus/volume_state.cc', 202 'dbus/volume_state.cc',
204 'dbus/volume_state.h', 203 'dbus/volume_state.h',
205 'disks/disk_mount_manager.cc', 204 'disks/disk_mount_manager.cc',
206 'disks/disk_mount_manager.h', 205 'disks/disk_mount_manager.h',
207 'display/native_display_delegate.h',
208 'display/native_display_delegate_x11.cc',
209 'display/native_display_delegate_x11.h',
210 'display/native_display_event_dispatcher_x11.cc',
211 'display/native_display_event_dispatcher_x11.h',
212 'display/native_display_observer.h',
213 'display/output_configurator.cc',
214 'display/output_configurator.h',
215 'display/output_util.cc',
216 'display/output_util.h',
217 'display/touchscreen_delegate_x11.cc',
218 'display/touchscreen_delegate_x11.h',
219 'ime/component_extension_ime_manager.cc', 206 'ime/component_extension_ime_manager.cc',
220 'ime/component_extension_ime_manager.h', 207 'ime/component_extension_ime_manager.h',
221 'ime/extension_ime_util.cc', 208 'ime/extension_ime_util.cc',
222 'ime/extension_ime_util.h', 209 'ime/extension_ime_util.h',
223 'ime/fake_xkeyboard.cc', 210 'ime/fake_xkeyboard.cc',
224 'ime/fake_xkeyboard.h', 211 'ime/fake_xkeyboard.h',
225 'ime/composition_text.cc', 212 'ime/composition_text.cc',
226 'ime/composition_text.h', 213 'ime/composition_text.h',
227 'ime/input_method_delegate.h', 214 'ime/input_method_delegate.h',
228 'ime/input_method_descriptor.cc', 215 'ime/input_method_descriptor.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'system/name_value_pairs_parser.cc', 326 'system/name_value_pairs_parser.cc',
340 'system/name_value_pairs_parser.h', 327 'system/name_value_pairs_parser.h',
341 'system/statistics_provider.cc', 328 'system/statistics_provider.cc',
342 'system/statistics_provider.h', 329 'system/statistics_provider.h',
343 'tpm_token_loader.cc', 330 'tpm_token_loader.cc',
344 'tpm_token_loader.h' 331 'tpm_token_loader.h'
345 ], 332 ],
346 'conditions': [ 333 'conditions': [
347 ['use_x11 == 1', { 334 ['use_x11 == 1', {
348 'dependencies': [ 335 'dependencies': [
349 '../build/linux/system.gyp:glib',
350 '../build/linux/system.gyp:x11', 336 '../build/linux/system.gyp:x11',
351 '../build/linux/system.gyp:xext',
352 '../build/linux/system.gyp:xi',
353 '../build/linux/system.gyp:xrandr',
354 ], 337 ],
355 }, { 338 }, {
356 # use_x11 == 0 339 # use_x11 == 0
357 'sources!': [ 340 'sources!': [
358 'ime/xkeyboard.cc', 341 'ime/xkeyboard.cc',
359 'ime/xkeyboard.h', 342 'ime/xkeyboard.h',
360 'display/output_configurator.cc',
361 'display/output_configurator.h',
362 'display/output_util.cc',
363 'display/output_util.h',
364 'display/real_output_configurator_delegate.cc',
365 'display/real_output_configurator_delegate.h',
366 'ime/xkeyboard.cc',
367 'ime/xkeyboard.h',
368 ], 343 ],
369 }], 344 }],
370 ], 345 ],
371 }, 346 },
372 { 347 {
373 # This target contains mocks that can be used to write unit tests. 348 # This target contains mocks that can be used to write unit tests.
374 'target_name': 'chromeos_test_support', 349 'target_name': 'chromeos_test_support',
375 'type': 'static_library', 350 'type': 'static_library',
376 'dependencies': [ 351 'dependencies': [
377 '../build/linux/system.gyp:dbus', 352 '../build/linux/system.gyp:dbus',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'dbus/nfc_client_unittest.cc', 452 'dbus/nfc_client_unittest.cc',
478 'dbus/power_policy_controller_unittest.cc', 453 'dbus/power_policy_controller_unittest.cc',
479 'dbus/shill_client_unittest_base.cc', 454 'dbus/shill_client_unittest_base.cc',
480 'dbus/shill_client_unittest_base.h', 455 'dbus/shill_client_unittest_base.h',
481 'dbus/shill_device_client_unittest.cc', 456 'dbus/shill_device_client_unittest.cc',
482 'dbus/shill_ipconfig_client_unittest.cc', 457 'dbus/shill_ipconfig_client_unittest.cc',
483 'dbus/shill_manager_client_unittest.cc', 458 'dbus/shill_manager_client_unittest.cc',
484 'dbus/shill_profile_client_unittest.cc', 459 'dbus/shill_profile_client_unittest.cc',
485 'dbus/shill_service_client_unittest.cc', 460 'dbus/shill_service_client_unittest.cc',
486 'disks/disk_mount_manager_unittest.cc', 461 'disks/disk_mount_manager_unittest.cc',
487 'display/native_display_event_dispatcher_x11_unittest.cc',
488 'display/output_configurator_unittest.cc',
489 'display/output_util_unittest.cc',
490 'ime/component_extension_ime_manager_unittest.cc', 462 'ime/component_extension_ime_manager_unittest.cc',
491 'ime/extension_ime_util_unittest.cc', 463 'ime/extension_ime_util_unittest.cc',
492 'ime/composition_text_unittest.cc', 464 'ime/composition_text_unittest.cc',
493 'ime/input_method_manager.h', 465 'ime/input_method_manager.h',
494 'ime/input_method_whitelist_unittest.cc', 466 'ime/input_method_whitelist_unittest.cc',
495 'ime/xkeyboard_unittest.cc', 467 'ime/xkeyboard_unittest.cc',
496 'login/login_state_unittest.cc', 468 'login/login_state_unittest.cc',
497 'network/client_cert_resolver_unittest.cc', 469 'network/client_cert_resolver_unittest.cc',
498 'network/geolocation_handler_unittest.cc', 470 'network/geolocation_handler_unittest.cc',
499 'network/managed_network_configuration_handler_unittest.cc', 471 'network/managed_network_configuration_handler_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 518 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
547 ], 519 ],
548 'variables': { 520 'variables': {
549 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 521 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
550 'proto_out_dir': 'chromeos/dbus/power_manager', 522 'proto_out_dir': 'chromeos/dbus/power_manager',
551 }, 523 },
552 'includes': ['../build/protoc.gypi'], 524 'includes': ['../build/protoc.gypi'],
553 }, 525 },
554 ], 526 ],
555 } 527 }
OLDNEW
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/display/OWNERS » ('j') | ui/display/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698