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

Side by Side Diff: chromeos/chromeos.gyp

Issue 12438012: Extract input_method_whitelist.{h|cc} from c/b/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/gen_input_methods.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'chromeos', 14 'target_name': 'chromeos',
15 'type': '<(component)', 15 'type': '<(component)',
16 'dependencies': [ 16 'dependencies': [
17 '../base/base.gyp:base', 17 '../base/base.gyp:base',
18 '../base/base.gyp:base_prefs', 18 '../base/base.gyp:base_prefs',
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
20 '../build/linux/system.gyp:dbus', 20 '../build/linux/system.gyp:dbus',
21 '../build/linux/system.gyp:ssl', 21 '../build/linux/system.gyp:ssl',
22 '../dbus/dbus.gyp:dbus', 22 '../dbus/dbus.gyp:dbus',
23 '../net/net.gyp:net', 23 '../net/net.gyp:net',
24 '../third_party/libxml/libxml.gyp:libxml', 24 '../third_party/libxml/libxml.gyp:libxml',
25 'ime/input_method.gyp:gencode',
25 'power_manager_proto', 26 'power_manager_proto',
26 'power_supply_properties_proto', 27 'power_supply_properties_proto',
27 'video_activity_update_proto', 28 'video_activity_update_proto',
28 ], 29 ],
29 'defines': [ 30 'defines': [
30 'CHROMEOS_IMPLEMENTATION', 31 'CHROMEOS_IMPLEMENTATION',
31 ], 32 ],
32 'sources': [ 33 'sources': [
33 'attestation/attestation_flow.cc', 34 'attestation/attestation_flow.cc',
34 'attestation/attestation_flow.h', 35 'attestation/attestation_flow.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'ime/ibus_daemon_controller.h', 147 'ime/ibus_daemon_controller.h',
147 'ime/ibus_keymap.cc', 148 'ime/ibus_keymap.cc',
148 'ime/ibus_keymap.h', 149 'ime/ibus_keymap.h',
149 'ime/input_method_config.cc', 150 'ime/input_method_config.cc',
150 'ime/input_method_config.h', 151 'ime/input_method_config.h',
151 'ime/input_method_delegate.h', 152 'ime/input_method_delegate.h',
152 'ime/input_method_descriptor.cc', 153 'ime/input_method_descriptor.cc',
153 'ime/input_method_descriptor.h', 154 'ime/input_method_descriptor.h',
154 'ime/input_method_property.cc', 155 'ime/input_method_property.cc',
155 'ime/input_method_property.h', 156 'ime/input_method_property.h',
157 'ime/input_method_whitelist.cc',
158 'ime/input_method_whitelist.h',
156 'network/cros_network_functions.cc', 159 'network/cros_network_functions.cc',
157 'network/cros_network_functions.h', 160 'network/cros_network_functions.h',
158 'network/device_state.cc', 161 'network/device_state.cc',
159 'network/device_state.h', 162 'network/device_state.h',
160 'network/geolocation_handler.cc', 163 'network/geolocation_handler.cc',
161 'network/geolocation_handler.h', 164 'network/geolocation_handler.h',
162 'network/managed_state.cc', 165 'network/managed_state.cc',
163 'network/managed_state.h', 166 'network/managed_state.h',
164 'network/network_change_notifier_chromeos.cc', 167 'network/network_change_notifier_chromeos.cc',
165 'network/network_change_notifier_chromeos.h', 168 'network/network_change_notifier_chromeos.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'dbus/ibus/ibus_lookup_table_unittest.cc', 382 'dbus/ibus/ibus_lookup_table_unittest.cc',
380 'dbus/ibus/ibus_object_unittest.cc', 383 'dbus/ibus/ibus_object_unittest.cc',
381 'dbus/ibus/ibus_panel_service_unittest.cc', 384 'dbus/ibus/ibus_panel_service_unittest.cc',
382 'dbus/ibus/ibus_property_unittest.cc', 385 'dbus/ibus/ibus_property_unittest.cc',
383 'dbus/ibus/ibus_text_unittest.cc', 386 'dbus/ibus/ibus_text_unittest.cc',
384 'dbus/introspectable_client_unittest.cc', 387 'dbus/introspectable_client_unittest.cc',
385 'dbus/modem_messaging_client_unittest.cc', 388 'dbus/modem_messaging_client_unittest.cc',
386 'disks/disk_mount_manager_unittest.cc', 389 'disks/disk_mount_manager_unittest.cc',
387 'ime/input_method_descriptor_unittest.cc', 390 'ime/input_method_descriptor_unittest.cc',
388 'ime/input_method_property_unittest.cc', 391 'ime/input_method_property_unittest.cc',
392 'ime/input_method_whitelist_unittest.cc',
389 'network/cros_network_functions_unittest.cc', 393 'network/cros_network_functions_unittest.cc',
390 'network/geolocation_handler_unittest.cc', 394 'network/geolocation_handler_unittest.cc',
391 'network/network_change_notifier_chromeos_unittest.cc', 395 'network/network_change_notifier_chromeos_unittest.cc',
392 'network/network_configuration_handler_unittest.cc', 396 'network/network_configuration_handler_unittest.cc',
393 'network/network_event_log_unittest.cc', 397 'network/network_event_log_unittest.cc',
394 'network/network_sms_handler_unittest.cc', 398 'network/network_sms_handler_unittest.cc',
395 'network/network_state_handler_unittest.cc', 399 'network/network_state_handler_unittest.cc',
396 'network/network_util_unittest.cc', 400 'network/network_util_unittest.cc',
397 'network/onc/onc_certificate_importer_unittest.cc', 401 'network/onc/onc_certificate_importer_unittest.cc',
398 'network/onc/onc_merger_unittest.cc', 402 'network/onc/onc_merger_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 '../third_party/cros_system_api/dbus/video_activity_update.proto', 459 '../third_party/cros_system_api/dbus/video_activity_update.proto',
456 ], 460 ],
457 'variables': { 461 'variables': {
458 'proto_in_dir': '../third_party/cros_system_api/dbus/', 462 'proto_in_dir': '../third_party/cros_system_api/dbus/',
459 'proto_out_dir': 'chromeos/dbus', 463 'proto_out_dir': 'chromeos/dbus',
460 }, 464 },
461 'includes': ['../build/protoc.gypi'], 465 'includes': ['../build/protoc.gypi'],
462 }, 466 },
463 ], 467 ],
464 } 468 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/ime/gen_input_methods.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698