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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 248343002: Convert chromeos::EventRewriter to a ui::EventRewriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@x354034-kder
Patch Set: Bug fix: non-native event under X11 Created 6 years, 7 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 | « chrome/browser/chromeos/events/event_rewriter_unittest.cc ('k') | no next file » | 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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 ['use_ozone == 1', { 1074 ['use_ozone == 1', {
1075 'dependencies': [ 1075 'dependencies': [
1076 '../ui/ozone/ozone.gyp:ozone', 1076 '../ui/ozone/ozone.gyp:ozone',
1077 ], 1077 ],
1078 'sources!': [ 1078 'sources!': [
1079 'browser/chromeos/input_method/input_method_engine.cc', 1079 'browser/chromeos/input_method/input_method_engine.cc',
1080 'browser/chromeos/input_method/input_method_engine.h', 1080 'browser/chromeos/input_method/input_method_engine.h',
1081 ], 1081 ],
1082 'sources/': [ 1082 'sources/': [
1083 ['exclude', '^browser/chromeos/events/'], 1083 ['exclude', '^browser/chromeos/events/'],
1084 ['include', '^browser/chromeos/events/event_rewriter_controller.cc'] ,
1085 ['include', '^browser/chromeos/events/event_rewriter_controller.h'],
1086 ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter .cc'],
1087 ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter .h'],
1088 ], 1084 ],
1089 }], 1085 }],
1090 ], 1086 ],
1091 }, 1087 },
1092 { 1088 {
1093 # Protobuf compiler / generator for the Drive protocol buffer. 1089 # Protobuf compiler / generator for the Drive protocol buffer.
1094 'target_name': 'drive_proto', 1090 'target_name': 'drive_proto',
1095 'type': 'static_library', 1091 'type': 'static_library',
1096 'sources': [ 'browser/chromeos/drive/drive.proto' ], 1092 'sources': [ 'browser/chromeos/drive/drive.proto' ],
1097 'variables': { 1093 'variables': {
(...skipping 25 matching lines...) Expand all
1123 'browser/chromeos/attestation/attestation_signed_data.proto', 1119 'browser/chromeos/attestation/attestation_signed_data.proto',
1124 ], 1120 ],
1125 'variables': { 1121 'variables': {
1126 'proto_in_dir': 'browser/chromeos/attestation', 1122 'proto_in_dir': 'browser/chromeos/attestation',
1127 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1123 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1128 }, 1124 },
1129 'includes': [ '../build/protoc.gypi' ] 1125 'includes': [ '../build/protoc.gypi' ]
1130 }, 1126 },
1131 ], 1127 ],
1132 } 1128 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/events/event_rewriter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698