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

Side by Side Diff: remoting/remoting_key_tester.gypi

Issue 1097153002: NaCl/GYP: remove references to prep_toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 5 years, 8 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 | « ppapi/ppapi_shared_nacl.gyp ('k') | remoting/remoting_nacl.gyp » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 ], 8 ],
9 9
10 'variables': { 10 'variables': {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'build_pnacl_newlib': 1, 89 'build_pnacl_newlib': 1,
90 'extra_deps_pnacl_newlib': [ 90 'extra_deps_pnacl_newlib': [
91 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', 91 '>(tc_lib_dir_pnacl_newlib)/libppapi.a',
92 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', 92 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a',
93 ], 93 ],
94 }, 94 },
95 'link_flags': [ 95 'link_flags': [
96 '-lppapi_stub', 96 '-lppapi_stub',
97 '-lppapi_cpp', 97 '-lppapi_cpp',
98 ], 98 ],
99 'dependencies': [
100 # TODO(mseaborn): Remove need for this (https://crbug.com/456902).
101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
102 ],
103 }, # end of target 'remoting_key_tester_pexe' 99 }, # end of target 'remoting_key_tester_pexe'
104 ], 100 ],
105 }] 101 }]
106 ], 102 ],
107 } 103 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared_nacl.gyp ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698