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

Side by Side Diff: ppapi/BUILD.gn

Issue 1478633002: Removing references to //ppapi when is_android = true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make assert android-only Created 5 years 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
« content/test/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | 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 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 assert(!is_android || enable_plugins,
6 "//ppapi should not be referenced when is_android && !enable_plugins")
7
5 copy("copy_test_files") { 8 copy("copy_test_files") {
6 visibility = [ ":*" ] 9 visibility = [ ":*" ]
7 sources = [ 10 sources = [
8 # Keep "test_case.html.mock-http-headers" with "test_case.html". 11 # Keep "test_case.html.mock-http-headers" with "test_case.html".
9 "tests/ppapi_nacl_tests_newlib.nmf", 12 "tests/ppapi_nacl_tests_newlib.nmf",
10 "tests/test_case.html", 13 "tests/test_case.html",
11 "tests/test_case.html.mock-http-headers", 14 "tests/test_case.html.mock-http-headers",
12 "tests/test_page.css", 15 "tests/test_page.css",
13 "tests/test_page.css.mock-http-headers", 16 "tests/test_page.css.mock-http-headers",
14 ] 17 ]
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ":ppapi_nacl_tests_nmf(//build/toolchain/nacl:glibc_${target_cpu})", 347 ":ppapi_nacl_tests_nmf(//build/toolchain/nacl:glibc_${target_cpu})",
345 ] 348 ]
346 if (enable_pnacl) { 349 if (enable_pnacl) {
347 data_deps += [ 350 data_deps += [
348 ":ppapi_nacl_tests_nmf(//build/toolchain/nacl:newlib_pnacl)", 351 ":ppapi_nacl_tests_nmf(//build/toolchain/nacl:newlib_pnacl)",
349 ":ppapi_nacl_tests_pnacl_nonsfi_nmf(//build/toolchain/nacl:newlib_pnacl_ nonsfi)", 352 ":ppapi_nacl_tests_pnacl_nonsfi_nmf(//build/toolchain/nacl:newlib_pnacl_ nonsfi)",
350 ] 353 ]
351 } 354 }
352 } 355 }
353 } 356 }
OLDNEW
« content/test/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698