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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 756363003: Revert of Sync starting language and input method preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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',
394 'browser/chromeos/input_method/input_method_util.cc', 392 'browser/chromeos/input_method/input_method_util.cc',
395 'browser/chromeos/input_method/input_method_util.h', 393 'browser/chromeos/input_method/input_method_util.h',
396 'browser/chromeos/input_method/mode_indicator_controller.cc', 394 'browser/chromeos/input_method/mode_indicator_controller.cc',
397 'browser/chromeos/input_method/mode_indicator_controller.h', 395 'browser/chromeos/input_method/mode_indicator_controller.h',
398 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', 396 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc',
399 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', 397 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h',
400 'browser/chromeos/language_preferences.cc', 398 'browser/chromeos/language_preferences.cc',
401 'browser/chromeos/language_preferences.h', 399 'browser/chromeos/language_preferences.h',
402 'browser/chromeos/locale_change_guard.cc', 400 'browser/chromeos/locale_change_guard.cc',
403 'browser/chromeos/locale_change_guard.h', 401 'browser/chromeos/locale_change_guard.h',
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1291 'browser/chromeos/attestation/attestation_signed_data.proto', 1289 'browser/chromeos/attestation/attestation_signed_data.proto',
1292 ], 1290 ],
1293 'variables': { 1291 'variables': {
1294 'proto_in_dir': 'browser/chromeos/attestation', 1292 'proto_in_dir': 'browser/chromeos/attestation',
1295 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1293 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1296 }, 1294 },
1297 'includes': [ '../build/protoc.gypi' ] 1295 'includes': [ '../build/protoc.gypi' ]
1298 }, 1296 },
1299 ], 1297 ],
1300 } 1298 }
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