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

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: Resolve code review feedback 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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 sources += [ 987 sources += [
988 "nacl/nacl_browsertest.cc", 988 "nacl/nacl_browsertest.cc",
989 "nacl/nacl_browsertest_uma.cc", 989 "nacl/nacl_browsertest_uma.cc",
990 "nacl/nacl_browsertest_util.cc", 990 "nacl/nacl_browsertest_util.cc",
991 "nacl/nacl_browsertest_util.h", 991 "nacl/nacl_browsertest_util.h",
992 "nacl/pnacl_header_test.cc", 992 "nacl/pnacl_header_test.cc",
993 "nacl/pnacl_header_test.h", 993 "nacl/pnacl_header_test.h",
994 ] 994 ]
995 995
996 data_deps += [ 996 data_deps += [
997 # "test/data/nacl:shared_test_files", # TODO(GYP) bug 512902 997 "//chrome/test/data/nacl",
998 "//ppapi/native_client:irt", 998 "//ppapi/native_client:irt",
999 "//ppapi:ppapi_nacl_tests_all", 999 "//ppapi:ppapi_nacl_tests_all",
1000 1000
1001 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901 1001 # "../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests", # TODO(GYP) bug 512901
1002 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac kground_keepalive", # TODO(GYP) bug 512900 1002 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_bac kground_keepalive", # TODO(GYP) bug 512900
1003 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med ia_galleries", # TODO(GYP) bug 512900 1003 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_med ia_galleries", # TODO(GYP) bug 512900
1004 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac kaged_app", # TODO(GYP) bug 512900 1004 # "../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions_pac kaged_app", # TODO(GYP) bug 512900
1005 ] 1005 ]
1006 if (is_chromeos) { 1006 if (is_chromeos) {
1007 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro wsertest.cc" ] 1007 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_bro wsertest.cc" ]
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2238 if (is_android) { 2238 if (is_android) {
2239 android_library("unit_tests_java") { 2239 android_library("unit_tests_java") {
2240 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2240 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2241 deps = [ 2241 deps = [
2242 "//base:base_java", 2242 "//base:base_java",
2243 "//chrome/android:chrome_java", 2243 "//chrome/android:chrome_java",
2244 "//content/public/android:content_java", 2244 "//content/public/android:content_java",
2245 ] 2245 ]
2246 } 2246 }
2247 } 2247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698