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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 240173007: Convert KeyboardDrivenEventRewriter to a ui::EventRewriter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed EventRewriterController, & addressed review comments. Created 6 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
kpschoedel 2014/04/22 19:53:08 Sync only. I'll do this right next time.
sadrul 2014/04/23 19:32:53 I don't think you need to change these for existin
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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
11 'variables': { 11 'variables': {
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'browser/chromeos/drive/sync/remove_performer.cc', 299 'browser/chromeos/drive/sync/remove_performer.cc',
300 'browser/chromeos/drive/sync/remove_performer.h', 300 'browser/chromeos/drive/sync/remove_performer.h',
301 'browser/chromeos/drive/sync_client.cc', 301 'browser/chromeos/drive/sync_client.cc',
302 'browser/chromeos/drive/sync_client.h', 302 'browser/chromeos/drive/sync_client.h',
303 'browser/chromeos/drive/write_on_cache_file.cc', 303 'browser/chromeos/drive/write_on_cache_file.cc',
304 'browser/chromeos/drive/write_on_cache_file.h', 304 'browser/chromeos/drive/write_on_cache_file.h',
305 'browser/chromeos/enrollment_dialog_view.cc', 305 'browser/chromeos/enrollment_dialog_view.cc',
306 'browser/chromeos/enrollment_dialog_view.h', 306 'browser/chromeos/enrollment_dialog_view.h',
307 'browser/chromeos/events/event_rewriter.cc', 307 'browser/chromeos/events/event_rewriter.cc',
308 'browser/chromeos/events/event_rewriter.h', 308 'browser/chromeos/events/event_rewriter.h',
309 'browser/chromeos/events/event_rewriter_controller.cc',
310 'browser/chromeos/events/event_rewriter_controller.h',
309 'browser/chromeos/events/keyboard_driven_event_rewriter.cc', 311 'browser/chromeos/events/keyboard_driven_event_rewriter.cc',
310 'browser/chromeos/events/keyboard_driven_event_rewriter.h', 312 'browser/chromeos/events/keyboard_driven_event_rewriter.h',
311 'browser/chromeos/events/system_key_event_listener.cc', 313 'browser/chromeos/events/system_key_event_listener.cc',
312 'browser/chromeos/events/system_key_event_listener.h', 314 'browser/chromeos/events/system_key_event_listener.h',
313 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc', 315 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc',
314 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.h', 316 'browser/chromeos/events/xinput_hierarchy_changed_event_listener.h',
315 'browser/chromeos/extensions/default_app_order.cc', 317 'browser/chromeos/extensions/default_app_order.cc',
316 'browser/chromeos/extensions/default_app_order.h', 318 'browser/chromeos/extensions/default_app_order.h',
317 'browser/chromeos/extensions/device_local_account_external_policy_loader .cc', 319 'browser/chromeos/extensions/device_local_account_external_policy_loader .cc',
318 'browser/chromeos/extensions/device_local_account_external_policy_loader .h', 320 'browser/chromeos/extensions/device_local_account_external_policy_loader .h',
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 }], 1061 }],
1060 ['use_ozone == 1', { 1062 ['use_ozone == 1', {
1061 'dependencies': [ 1063 'dependencies': [
1062 '../ui/ozone/ozone.gyp:ozone', 1064 '../ui/ozone/ozone.gyp:ozone',
1063 ], 1065 ],
1064 'sources!': [ 1066 'sources!': [
1065 'browser/chromeos/input_method/input_method_engine.cc', 1067 'browser/chromeos/input_method/input_method_engine.cc',
1066 'browser/chromeos/input_method/input_method_engine.h', 1068 'browser/chromeos/input_method/input_method_engine.h',
1067 ], 1069 ],
1068 'sources/': [ 1070 'sources/': [
1069 ['exclude', '^browser/chromeos/events/'], 1071 ['exclude', '^browser/chromeos/events/'],
sadrul 2014/04/23 19:32:53 We should probably be more judicious here. (not so
1070 ], 1072 ],
1071 }], 1073 }],
1072 ], 1074 ],
1073 }, 1075 },
1074 { 1076 {
1075 # Protobuf compiler / generator for the Drive protocol buffer. 1077 # Protobuf compiler / generator for the Drive protocol buffer.
1076 'target_name': 'drive_proto', 1078 'target_name': 'drive_proto',
1077 'type': 'static_library', 1079 'type': 'static_library',
1078 'sources': [ 'browser/chromeos/drive/drive.proto' ], 1080 'sources': [ 'browser/chromeos/drive/drive.proto' ],
1079 'variables': { 1081 'variables': {
(...skipping 25 matching lines...) Expand all
1105 'browser/chromeos/attestation/attestation_signed_data.proto', 1107 'browser/chromeos/attestation/attestation_signed_data.proto',
1106 ], 1108 ],
1107 'variables': { 1109 'variables': {
1108 'proto_in_dir': 'browser/chromeos/attestation', 1110 'proto_in_dir': 'browser/chromeos/attestation',
1109 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1111 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1110 }, 1112 },
1111 'includes': [ '../build/protoc.gypi' ] 1113 'includes': [ '../build/protoc.gypi' ]
1112 }, 1114 },
1113 ], 1115 ],
1114 } 1116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698