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

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

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/arc.gypi » ('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")
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after
2107 chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_sources, 2107 chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_sources,
2108 ".", 2108 ".",
2109 "//chrome") 2109 "//chrome")
2110 deps += [ "//ui/app_list:test_support" ] 2110 deps += [ "//ui/app_list:test_support" ]
2111 } 2111 }
2112 if (enable_app_list && is_chromeos) { 2112 if (enable_app_list && is_chromeos) {
2113 sources += rebase_path( 2113 sources += rebase_path(
2114 chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_so urces, 2114 chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_so urces,
2115 ".", 2115 ".",
2116 "//chrome") 2116 "//chrome")
2117 sources += rebase_path(
2118 chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_ar c_sources,
2119 ".",
2120 "//chrome")
2121 deps += [ "//components/arc:arc_test_support" ]
2117 } 2122 }
2118 if (enable_plugins && !enable_plugin_installation) { 2123 if (enable_plugins && !enable_plugin_installation) {
2119 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] 2124 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
2120 } 2125 }
2121 } 2126 }
2122 2127
2123 if (is_win || (is_linux && !is_chromeos)) { 2128 if (is_win || (is_linux && !is_chromeos)) {
2124 # TODO(GYP): Figure out which of these work and are needed on other 2129 # TODO(GYP): Figure out which of these work and are needed on other
2125 # platforms. 2130 # platforms.
2126 test("chrome_app_unittests") { 2131 test("chrome_app_unittests") {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2238 if (is_android) { 2243 if (is_android) {
2239 android_library("unit_tests_java") { 2244 android_library("unit_tests_java") {
2240 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2245 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2241 deps = [ 2246 deps = [
2242 "//base:base_java", 2247 "//base:base_java",
2243 "//chrome/android:chrome_java", 2248 "//chrome/android:chrome_java",
2244 "//content/public/android:content_java", 2249 "//content/public/android:content_java",
2245 ] 2250 ]
2246 } 2251 }
2247 } 2252 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698