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

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

Issue 2058033002: gn: Remove unnecessary v8 defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 4 years, 5 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 | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/test/base/js2gtest.gni » ('j') | 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 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")
11 import("//chrome/common/features.gni") 11 import("//chrome/common/features.gni")
12 import("//chrome/test/base/js2gtest.gni") 12 import("//chrome/test/base/js2gtest.gni")
13 import("//testing/test.gni") 13 import("//testing/test.gni")
14 import("//v8/gni/v8.gni")
14 15
15 if (is_android) { 16 if (is_android) {
16 import("//build/config/android/rules.gni") 17 import("//build/config/android/rules.gni")
17 } 18 }
18 19
19 # This target exists to reference other test executables to bring these files 20 # This target exists to reference other test executables to bring these files
20 # into the build. 21 # into the build.
21 group("test") { 22 group("test") {
22 testonly = true 23 testonly = true
23 } 24 }
(...skipping 2443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 if (is_android) { 2468 if (is_android) {
2468 android_library("unit_tests_java") { 2469 android_library("unit_tests_java") {
2469 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2470 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2470 deps = [ 2471 deps = [
2471 "//base:base_java", 2472 "//base:base_java",
2472 "//chrome/android:chrome_java", 2473 "//chrome/android:chrome_java",
2473 "//content/public/android:content_java", 2474 "//content/public/android:content_java",
2474 ] 2475 ]
2475 } 2476 }
2476 } 2477 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/BUILD.gn ('k') | chrome/test/base/js2gtest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698