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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 312023002: Sync starting language and input method preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years 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/browser/chromeos/preferences_unittest.cc ('k') | chrome/common/pref_names.h » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'browser/chromeos/input_method/input_method_delegate_impl.cc', 382 'browser/chromeos/input_method/input_method_delegate_impl.cc',
383 'browser/chromeos/input_method/input_method_delegate_impl.h', 383 'browser/chromeos/input_method/input_method_delegate_impl.h',
384 'browser/chromeos/input_method/input_method_engine.cc', 384 'browser/chromeos/input_method/input_method_engine.cc',
385 'browser/chromeos/input_method/input_method_engine.h', 385 'browser/chromeos/input_method/input_method_engine.h',
386 'browser/chromeos/input_method/input_method_engine_interface.cc', 386 'browser/chromeos/input_method/input_method_engine_interface.cc',
387 'browser/chromeos/input_method/input_method_engine_interface.h', 387 'browser/chromeos/input_method/input_method_engine_interface.h',
388 'browser/chromeos/input_method/input_method_manager_impl.cc', 388 'browser/chromeos/input_method/input_method_manager_impl.cc',
389 'browser/chromeos/input_method/input_method_manager_impl.h', 389 'browser/chromeos/input_method/input_method_manager_impl.h',
390 'browser/chromeos/input_method/input_method_persistence.cc', 390 'browser/chromeos/input_method/input_method_persistence.cc',
391 'browser/chromeos/input_method/input_method_persistence.h', 391 'browser/chromeos/input_method/input_method_persistence.h',
392 'browser/chromeos/input_method/input_method_syncer.cc',
393 'browser/chromeos/input_method/input_method_syncer.h',
392 'browser/chromeos/input_method/input_method_util.cc', 394 'browser/chromeos/input_method/input_method_util.cc',
393 'browser/chromeos/input_method/input_method_util.h', 395 'browser/chromeos/input_method/input_method_util.h',
394 'browser/chromeos/input_method/mode_indicator_controller.cc', 396 'browser/chromeos/input_method/mode_indicator_controller.cc',
395 'browser/chromeos/input_method/mode_indicator_controller.h', 397 'browser/chromeos/input_method/mode_indicator_controller.h',
396 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', 398 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc',
397 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', 399 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h',
398 'browser/chromeos/language_preferences.cc', 400 'browser/chromeos/language_preferences.cc',
399 'browser/chromeos/language_preferences.h', 401 'browser/chromeos/language_preferences.h',
400 'browser/chromeos/locale_change_guard.cc', 402 'browser/chromeos/locale_change_guard.cc',
401 'browser/chromeos/locale_change_guard.h', 403 'browser/chromeos/locale_change_guard.h',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 'browser/chromeos/attestation/attestation_signed_data.proto', 1294 'browser/chromeos/attestation/attestation_signed_data.proto',
1293 ], 1295 ],
1294 'variables': { 1296 'variables': {
1295 'proto_in_dir': 'browser/chromeos/attestation', 1297 'proto_in_dir': 'browser/chromeos/attestation',
1296 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1298 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1297 }, 1299 },
1298 'includes': [ '../build/protoc.gypi' ] 1300 'includes': [ '../build/protoc.gypi' ]
1299 }, 1301 },
1300 ], 1302 ],
1301 } 1303 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences_unittest.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698