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

Side by Side Diff: remoting/remoting_nacl.gyp

Issue 884703006: Handling PNaCl KeyboardInputEvent(s) in the key tester app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a typo in javascript type annotation. Created 5 years, 10 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
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 '../native_client/build/untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 'remoting_srcs.gypi', 8 'remoting_srcs.gypi',
9 ], 9 ],
10 10
11 'variables': { 11 'variables': {
12 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', 12 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
13 'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 13 'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
14 'proto_out_dir': '<(proto_out_base)/remoting/proto', 14 'proto_out_dir': '<(proto_out_base)/remoting/proto',
15 'use_nss': 0, 15 'use_nss': 0,
16 'nacl_untrusted_build': 1, 16 'nacl_untrusted_build': 1,
17 'chromium_code': 1, 17 'chromium_code': 1,
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '-lppapi_cpp', 233 '-lppapi_cpp',
234 '-lpthread', 234 '-lpthread',
235 '-lnacl_io', 235 '-lnacl_io',
236 ], 236 ],
237 'sources': [ 237 'sources': [
238 'client/plugin/pepper_module.cc', 238 'client/plugin/pepper_module.cc',
239 ], 239 ],
240 }, # end of target 'remoting_client_plugin_nacl' 240 }, # end of target 'remoting_client_plugin_nacl'
241 ] 241 ]
242 } 242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698