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

Side by Side Diff: remoting/remoting_key_tester.gypi

Issue 893343003: Remoting: Add missing Gyp dependency on the "prep_toolchain" target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'build_pnacl_newlib': 1, 88 'build_pnacl_newlib': 1,
89 'extra_deps_pnacl_newlib': [ 89 'extra_deps_pnacl_newlib': [
90 '>(tc_lib_dir_pnacl_newlib)/libppapi.a', 90 '>(tc_lib_dir_pnacl_newlib)/libppapi.a',
91 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a', 91 '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a',
92 ], 92 ],
93 }, 93 },
94 'link_flags': [ 94 'link_flags': [
95 '-lppapi_stub', 95 '-lppapi_stub',
96 '-lppapi_cpp', 96 '-lppapi_cpp',
97 ], 97 ],
98 'dependencies': [
99 # TODO(mseaborn): Remove need for this (https://crbug.com/456902).
Łukasz Anforowicz 2015/02/09 20:57:07 Mark, do you also want/need a similar TODO comment
Mark Seaborn 2015/02/17 22:56:35 I thought about doing that, but since ncbray is ac
100 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
101 ],
98 }, # end of target 'remoting_key_tester_pexe' 102 }, # end of target 'remoting_key_tester_pexe'
99 ], 103 ],
100 }] 104 }]
101 ], 105 ],
102 } 106 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698