OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |