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

Side by Side Diff: ppapi/BUILD.gn

Issue 1307653008: Fix more aspects of the NaCl build configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add more clarifying comments about NaCl and the -std flag Created 5 years, 3 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 copy("copy_test_files") { 5 copy("copy_test_files") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 sources = [ 7 sources = [
8 # Keep "test_case.html.mock-http-headers" with "test_case.html". 8 # Keep "test_case.html.mock-http-headers" with "test_case.html".
9 "tests/ppapi_nacl_tests_newlib.nmf", 9 "tests/ppapi_nacl_tests_newlib.nmf",
10 "tests/test_case.html", 10 "tests/test_case.html",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 ] 193 ]
194 deps = [ 194 deps = [
195 ":ppapi_nacl_tests_newlib", 195 ":ppapi_nacl_tests_newlib",
196 ] 196 ]
197 } 197 }
198 } 198 }
199 199
200 group("ppapi_nacl_tests") { 200 group("ppapi_nacl_tests") {
201 deps = [] 201 deps = []
202 if (target_cpu == "x86" || target_cpu == "x64") { 202 if (target_cpu == "x86" || target_cpu == "x64") {
203 deps += [ ":nacl_tests_copy(//native_client/build/toolchain/nacl:clang_new lib_${target_cpu})" ] 203 deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_c pu})" ]
204 } 204 }
205 } 205 }
206 } 206 }
OLDNEW
« build/config/compiler/BUILD.gn ('K') | « build/toolchain/nacl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698