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

Side by Side Diff: remoting/remoting_client.gypi

Issue 1136503003: Consolidate ui/events/keycodes/dom[34]/ into .../dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « remoting/protocol/input_event_tracker.cc ('k') | remoting/remoting_host.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting/client/plugin 8 # GN version: //remoting/client/plugin
9 'target_name': 'remoting_client_plugin', 9 'target_name': 'remoting_client_plugin',
10 'type': 'static_library', 10 'type': 'static_library',
11 'variables': { 'enable_wexit_time_destructors': 1, }, 11 'variables': { 'enable_wexit_time_destructors': 1, },
12 'defines': [ 12 'defines': [
13 'HAVE_STDINT_H', # Required by on2_integer.h 13 'HAVE_STDINT_H', # Required by on2_integer.h
14 ], 14 ],
15 'dependencies': [ 15 'dependencies': [
16 '../net/net.gyp:net', 16 '../net/net.gyp:net',
17 '../ppapi/ppapi.gyp:ppapi_cpp_objects', 17 '../ppapi/ppapi.gyp:ppapi_cpp_objects',
18 '../ppapi/ppapi.gyp:ppapi_internal_module', 18 '../ppapi/ppapi.gyp:ppapi_internal_module',
19 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 19 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
20 '../ui/events/events.gyp:dom4_keycode_converter', 20 '../ui/events/events.gyp:dom_keycode_converter',
21 'remoting_base', 21 'remoting_base',
22 'remoting_client', 22 'remoting_client',
23 'remoting_protocol', 23 'remoting_protocol',
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 '<@(remoting_client_plugin_sources)', 26 '<@(remoting_client_plugin_sources)',
27 'client/plugin/pepper_entrypoints.cc', 27 'client/plugin/pepper_entrypoints.cc',
28 'client/plugin/pepper_entrypoints.h', 28 'client/plugin/pepper_entrypoints.h',
29 ], 29 ],
30 }, # end of target 'remoting_client_plugin' 30 }, # end of target 'remoting_client_plugin'
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 ], 180 ],
181 }, 181 },
182 }], 182 }],
183 ], 183 ],
184 'includes': [ 'remoting_webapp.gypi', ], 184 'includes': [ 'remoting_webapp.gypi', ],
185 }, # end of target 'remoting_webapp_v2' 185 }, # end of target 'remoting_webapp_v2'
186 ], 186 ],
187 }], 187 }],
188 ], 188 ],
189 } 189 }
OLDNEW
« no previous file with comments | « remoting/protocol/input_event_tracker.cc ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698