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

Unified Diff: mojo/mojo_input_events_converters.gyp

Issue 691573003: Split out mojo_converters into its own target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explode! Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_geometry_converters.gyp ('k') | mojo/mojo_surface_converters.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_input_events_converters.gyp
diff --git a/mojo/mojo_input_events_converters.gyp b/mojo/mojo_input_events_converters.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..07543975ceed8eae19c5c4149bcc90abc9bd9e56
--- /dev/null
+++ b/mojo/mojo_input_events_converters.gyp
@@ -0,0 +1,42 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ 'mojo_variables.gypi',
+ ],
+ 'targets': [
+ {
+ # GN version: //mojo/converters/input_events
+ 'target_name': 'mojo_input_events_lib',
+ 'type': '<(component)',
+ 'defines': [
+ 'MOJO_INPUT_EVENTS_IMPLEMENTATION',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ui/events/events.gyp:events',
+ '../ui/gfx/gfx.gyp:gfx_geometry',
+ 'mojo_geometry_converters.gyp:mojo_geometry_lib',
+ 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
+ 'services/public/mojo_services_public.gyp:mojo_input_events_bindings',
+ '<(mojo_system_for_component)',
+ ],
+ 'sources': [
+ 'converters/input_events/input_events_type_converters.cc',
+ 'converters/input_events/input_events_type_converters.h',
+ 'converters/input_events/mojo_extended_key_event_data.cc',
+ 'converters/input_events/mojo_extended_key_event_data.h',
+ 'converters/input_events/mojo_input_events_export.h',
+ ],
+ 'conditions': [
+ ['component=="shared_library"', {
+ 'dependencies': [
+ 'mojo_base.gyp:mojo_environment_chromium',
+ ],
+ }],
+ ],
+ },
+ ],
+}
« no previous file with comments | « mojo/mojo_geometry_converters.gyp ('k') | mojo/mojo_surface_converters.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698