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

Side by Side Diff: extensions/BUILD.gn

Issue 2065313002: Fix //net:test_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 # TODO(rockot) bug 505926: Don't include chrome files from here. 5 # TODO(rockot) bug 505926: Don't include chrome files from here.
6 # See chrome_browser_tests_extensions_sources below 6 # See chrome_browser_tests_extensions_sources below
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//extensions/extensions.gni") 8 import("//extensions/extensions.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 } 208 }
209 209
210 test("extensions_browsertests") { 210 test("extensions_browsertests") {
211 sources = 211 sources =
212 rebase_path(extensions_tests_gypi_values.extensions_browsertests_sources, 212 rebase_path(extensions_tests_gypi_values.extensions_browsertests_sources,
213 ".", 213 ".",
214 "//extensions") 214 "//extensions")
215 215
216 data = [ 216 data = [
217 "test/data/", 217 "test/data/",
218 "//net/data/",
219 "//net/tools/testserver/", 218 "//net/tools/testserver/",
220 "//third_party/pyftpdlib/", 219 "//third_party/pyftpdlib/",
221 "//third_party/pywebsocket/", 220 "//third_party/pywebsocket/",
222 "//third_party/tlslite/", 221 "//third_party/tlslite/",
223 "$root_out_dir/extensions_shell_and_test.pak", 222 "$root_out_dir/extensions_shell_and_test.pak",
224 ] 223 ]
225 224
226 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 225 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
227 226
228 deps = [ 227 deps = [
(...skipping 11 matching lines...) Expand all
240 "//device/core:mocks", 239 "//device/core:mocks",
241 "//device/hid:mocks", 240 "//device/hid:mocks",
242 "//device/usb:test_support", 241 "//device/usb:test_support",
243 "//mojo/edk/js", 242 "//mojo/edk/js",
244 "//mojo/public/cpp/bindings", 243 "//mojo/public/cpp/bindings",
245 "//testing/gmock", 244 "//testing/gmock",
246 "//testing/gtest", 245 "//testing/gtest",
247 ] 246 ]
248 247
249 data_deps = [ 248 data_deps = [
249 "//net:test_support",
Ken Rockot(use gerrit already) 2016/06/15 16:06:54 Shouldn't this be in deps, not data_deps?
jbudorick 2016/06/15 16:08:04 As it's only a run-time dependency, not a build-ti
250 "//third_party/mesa:osmesa", 250 "//third_party/mesa:osmesa",
251 ] 251 ]
252 252
253 if (is_mac) { 253 if (is_mac) {
254 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper. 254 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper.
255 } 255 }
256 } 256 }
257 257
258 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests but have 258 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests but have
259 # old dependencies on chrome files. The chrome dependencies should be removed 259 # old dependencies on chrome files. The chrome dependencies should be removed
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "//testing/gtest", 359 "//testing/gtest",
360 "//third_party/hunspell", 360 "//third_party/hunspell",
361 "//third_party/icu", 361 "//third_party/icu",
362 "//third_party/libpng", 362 "//third_party/libpng",
363 "//third_party/zlib", 363 "//third_party/zlib",
364 "//ui/base:test_support", 364 "//ui/base:test_support",
365 "//ui/resources:ui_test_pak", 365 "//ui/resources:ui_test_pak",
366 "//ui/web_dialogs:test_support", 366 "//ui/web_dialogs:test_support",
367 ] 367 ]
368 } 368 }
OLDNEW
« chrome/test/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698