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

Side by Side Diff: remoting/remoting_nacl.gyp

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/remoting_host.gypi ('k') | ui/base/BUILD.gn » ('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 'includes': [ 6 'includes': [
7 '../build/common_untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 'remoting_srcs.gypi', 8 'remoting_srcs.gypi',
9 ], 9 ],
10 10
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 '../third_party/expat/expat_nacl.gyp:expat_nacl', 106 '../third_party/expat/expat_nacl.gyp:expat_nacl',
107 '../third_party/khronos/khronos.gyp:khronos_headers', 107 '../third_party/khronos/khronos.gyp:khronos_headers',
108 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', 108 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
109 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', 109 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl',
110 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', 110 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
111 '../third_party/opus/opus_nacl.gyp:opus_nacl', 111 '../third_party/opus/opus_nacl.gyp:opus_nacl',
112 'remoting_proto_nacl', 112 'remoting_proto_nacl',
113 'remoting_webrtc_nacl', 113 'remoting_webrtc_nacl',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 '../ui/events/keycodes/dom4/keycode_converter.cc', 116 '../ui/events/keycodes/dom/keycode_converter.cc',
117 '<@(remoting_base_sources)', 117 '<@(remoting_base_sources)',
118 '<@(remoting_codec_sources)', 118 '<@(remoting_codec_sources)',
119 '<@(remoting_client_plugin_sources)', 119 '<@(remoting_client_plugin_sources)',
120 '<@(remoting_client_sources)', 120 '<@(remoting_client_sources)',
121 '<@(remoting_protocol_sources)', 121 '<@(remoting_protocol_sources)',
122 ], 122 ],
123 'sources!': [ 123 'sources!': [
124 'base/url_request_context_getter.cc', 124 'base/url_request_context_getter.cc',
125 'protocol/chromium_socket_factory.cc', 125 'protocol/chromium_socket_factory.cc',
126 ], 126 ],
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 '-lppapi_cpp', 231 '-lppapi_cpp',
232 '-lpthread', 232 '-lpthread',
233 '-lnacl_io', 233 '-lnacl_io',
234 ], 234 ],
235 'sources': [ 235 'sources': [
236 'client/plugin/pepper_module.cc', 236 'client/plugin/pepper_module.cc',
237 ], 237 ],
238 }, # end of target 'remoting_client_plugin_nacl' 238 }, # end of target 'remoting_client_plugin_nacl'
239 ] 239 ]
240 } 240 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698