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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1434823002: Build NaCl browser tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 sources += [ 948 sources += [
949 "nacl/nacl_browsertest.cc", 949 "nacl/nacl_browsertest.cc",
950 "nacl/nacl_browsertest_uma.cc", 950 "nacl/nacl_browsertest_uma.cc",
951 "nacl/nacl_browsertest_util.cc", 951 "nacl/nacl_browsertest_util.cc",
952 "nacl/nacl_browsertest_util.h", 952 "nacl/nacl_browsertest_util.h",
953 "nacl/pnacl_header_test.cc", 953 "nacl/pnacl_header_test.cc",
954 "nacl/pnacl_header_test.h", 954 "nacl/pnacl_header_test.h",
955 ] 955 ]
956 956
957 data_deps += [ 957 data_deps += [
958 # "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902 958 "//chrome/test/data/nacl",
Roland McGrath 2015/11/11 06:22:45 Don't we usually use an explicit :something here?
Dirk Pranke 2015/11/11 22:19:05 not using a ":something" defaults to ":dirname", e
Petr Hosek 2015/11/13 22:18:32 GN defaults to the name of the directory, so this
Dirk Pranke 2015/11/13 23:00:57 Don't rename the target. This is the preferred sty
959 "//ppapi/native_client:irt", 959 "//ppapi/native_client:irt",
960 "//ppapi:ppapi_nacl_tests_all", 960 "//ppapi:ppapi_nacl_tests_all",
961 961
962 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 962 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901
963 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac kground_keepalive", # TODO(GYP) bug 512900 963 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac kground_keepalive", # TODO(GYP) bug 512900
964 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med ia_galleries", # TODO(GYP) bug 512900 964 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med ia_galleries", # TODO(GYP) bug 512900
965 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac kaged_app", # TODO(GYP) bug 512900 965 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac kaged_app", # TODO(GYP) bug 512900
966 ] 966 ]
967 if (is_chromeos) { 967 if (is_chromeos) {
968 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro wsertest.cc" ] 968 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro wsertest.cc" ]
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 2213
2214 android_library("unit_tests_java") { 2214 android_library("unit_tests_java") {
2215 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2215 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2216 deps = [ 2216 deps = [
2217 "//base:base_java", 2217 "//base:base_java",
2218 "//chrome/android:chrome_java", 2218 "//chrome/android:chrome_java",
2219 "//content/public/android:content_java", 2219 "//content/public/android:content_java",
2220 ] 2220 ]
2221 } 2221 }
2222 } 2222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698