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

Side by Side Diff: chromeos/chromeos.gyp

Issue 666693010: Separate ime_keyboard_x11.h from cc file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate ime_keyboard_x11.h from cc file. Created 6 years, 2 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
« no previous file with comments | « no previous file | chromeos/ime/ime_keyboard_x11.h » ('j') | chromeos/ime/ime_keyboard_x11.h » ('J')
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'ime/component_extension_ime_manager.cc', 223 'ime/component_extension_ime_manager.cc',
224 'ime/component_extension_ime_manager.h', 224 'ime/component_extension_ime_manager.h',
225 'ime/composition_text.cc', 225 'ime/composition_text.cc',
226 'ime/composition_text.h', 226 'ime/composition_text.h',
227 'ime/extension_ime_util.cc', 227 'ime/extension_ime_util.cc',
228 'ime/extension_ime_util.h', 228 'ime/extension_ime_util.h',
229 'ime/fake_ime_keyboard.cc', 229 'ime/fake_ime_keyboard.cc',
230 'ime/fake_ime_keyboard.h', 230 'ime/fake_ime_keyboard.h',
231 'ime/ime_keyboard.h', 231 'ime/ime_keyboard.h',
232 'ime/ime_keyboard_ozone.cc', 232 'ime/ime_keyboard_ozone.cc',
233 'ime/ime_keyboard_x11.h',
233 'ime/ime_keyboard_x11.cc', 234 'ime/ime_keyboard_x11.cc',
234 'ime/input_method_delegate.h', 235 'ime/input_method_delegate.h',
235 'ime/input_method_descriptor.cc', 236 'ime/input_method_descriptor.cc',
236 'ime/input_method_descriptor.h', 237 'ime/input_method_descriptor.h',
237 'ime/input_method_manager.cc', 238 'ime/input_method_manager.cc',
238 'ime/input_method_manager.h', 239 'ime/input_method_manager.h',
239 'ime/input_method_whitelist.cc', 240 'ime/input_method_whitelist.cc',
240 'ime/input_method_whitelist.h', 241 'ime/input_method_whitelist.h',
241 'login/auth/auth_attempt_state.cc', 242 'login/auth/auth_attempt_state.cc',
242 'login/auth/auth_attempt_state.h', 243 'login/auth/auth_attempt_state.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 672 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
672 ], 673 ],
673 'variables': { 674 'variables': {
674 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 675 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
675 'proto_out_dir': 'chromeos/cryptohome', 676 'proto_out_dir': 'chromeos/cryptohome',
676 }, 677 },
677 'includes': ['../build/protoc.gypi'], 678 'includes': ['../build/protoc.gypi'],
678 }, 679 },
679 ], 680 ],
680 } 681 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/ime/ime_keyboard_x11.h » ('j') | chromeos/ime/ime_keyboard_x11.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698