Chromium Code Reviews

Side by Side Diff: chrome/test/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.
Jump to:
View unified diff |
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 137 matching lines...)
148 "//components/user_manager:test_support", 148 "//components/user_manager:test_support",
149 "//components/web_resource:test_support", 149 "//components/web_resource:test_support",
150 "//content/public/child", 150 "//content/public/child",
151 "//content/public/common", 151 "//content/public/common",
152 "//content/public/plugin", 152 "//content/public/plugin",
153 "//content/public/renderer", 153 "//content/public/renderer",
154 "//content/public/utility", 154 "//content/public/utility",
155 "//google_apis:test_support", 155 "//google_apis:test_support",
156 "//ipc:test_support", 156 "//ipc:test_support",
157 "//media:test_support", 157 "//media:test_support",
158 "//ppapi/shared_impl",
159 "//sql:test_support", 158 "//sql:test_support",
160 "//third_party/leveldatabase", 159 "//third_party/leveldatabase",
161 "//ui/base", 160 "//ui/base",
162 "//ui/events:events_base", 161 "//ui/events:events_base",
163 "//ui/gl", 162 "//ui/gl",
164 ] 163 ]
165 } 164 }
165 if (enable_plugins) {
166 deps += [ "//ppapi/shared_impl" ]
167 }
166 168
167 if (is_android) { 169 if (is_android) {
168 deps -= [ "//ui/message_center:test_support" ] 170 deps -= [ "//ui/message_center:test_support" ]
169 sources -= [ 171 sources -= [
170 "base/dialog_test_browser_window.cc", 172 "base/dialog_test_browser_window.cc",
171 "base/dialog_test_browser_window.h", 173 "base/dialog_test_browser_window.h",
172 "base/test_browser_window.cc", 174 "base/test_browser_window.cc",
173 "base/test_browser_window.h", 175 "base/test_browser_window.h",
174 ] 176 ]
175 } 177 }
(...skipping 2025 matching lines...)
2201 if (is_android) { 2203 if (is_android) {
2202 android_library("unit_tests_java") { 2204 android_library("unit_tests_java") {
2203 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2205 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2204 deps = [ 2206 deps = [
2205 "//base:base_java", 2207 "//base:base_java",
2206 "//chrome/android:chrome_java", 2208 "//chrome/android:chrome_java",
2207 "//content/public/android:content_java", 2209 "//content/public/android:content_java",
2208 ] 2210 ]
2209 } 2211 }
2210 } 2212 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/BUILD.gn » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine