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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 262683003: Add CrOS event rewriters to the Ozone build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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'],
Daniel Erat 2014/04/30 18:12:07 is this enough of the directory that it'd be clean
kpschoedel 2014/04/30 18:23:32 The X11 dependencies are being isolated and/or rem
1084 ], 1088 ],
1085 }], 1089 }],
1086 ], 1090 ],
1087 }, 1091 },
1088 { 1092 {
1089 # Protobuf compiler / generator for the Drive protocol buffer. 1093 # Protobuf compiler / generator for the Drive protocol buffer.
1090 'target_name': 'drive_proto', 1094 'target_name': 'drive_proto',
1091 'type': 'static_library', 1095 'type': 'static_library',
1092 'sources': [ 'browser/chromeos/drive/drive.proto' ], 1096 'sources': [ 'browser/chromeos/drive/drive.proto' ],
1093 'variables': { 1097 'variables': {
(...skipping 25 matching lines...) Expand all
1119 'browser/chromeos/attestation/attestation_signed_data.proto', 1123 'browser/chromeos/attestation/attestation_signed_data.proto',
1120 ], 1124 ],
1121 'variables': { 1125 'variables': {
1122 'proto_in_dir': 'browser/chromeos/attestation', 1126 'proto_in_dir': 'browser/chromeos/attestation',
1123 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1127 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1124 }, 1128 },
1125 'includes': [ '../build/protoc.gypi' ] 1129 'includes': [ '../build/protoc.gypi' ]
1126 }, 1130 },
1127 ], 1131 ],
1128 } 1132 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698