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

Side by Side Diff: extensions/BUILD.gn

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting 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 | « no previous file | google_apis/BUILD.gn » ('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 # 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 63
64 deps = [ 64 deps = [
65 "//chrome/browser/media/router:mojo_bindings__generator", 65 "//chrome/browser/media/router:mojo_bindings__generator",
66 "//device/serial:serial_mojo__generator", 66 "//device/serial:serial_mojo__generator",
67 "//extensions/common:mojo__generator", 67 "//extensions/common:mojo__generator",
68 "//extensions/common/api:mojom__generator", 68 "//extensions/common/api:mojom__generator",
69 ] 69 ]
70 } 70 }
71 71
72 source_set("test_support") { 72 static_library("test_support") {
73 testonly = true 73 testonly = true
74 sources = rebase_path(extensions_gypi_values.extensions_test_support_sources, 74 sources = rebase_path(extensions_gypi_values.extensions_test_support_sources,
75 ".", 75 ".",
76 "//extensions") 76 "//extensions")
77 77
78 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 78 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
79 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 79 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
80 80
81 deps = [ 81 deps = [
82 ":extensions_resources", 82 ":extensions_resources",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//testing/gtest", 358 "//testing/gtest",
359 "//third_party/hunspell", 359 "//third_party/hunspell",
360 "//third_party/icu", 360 "//third_party/icu",
361 "//third_party/libpng", 361 "//third_party/libpng",
362 "//third_party/zlib", 362 "//third_party/zlib",
363 "//ui/base:test_support", 363 "//ui/base:test_support",
364 "//ui/resources:ui_test_pak", 364 "//ui/resources:ui_test_pak",
365 "//ui/web_dialogs:test_support", 365 "//ui/web_dialogs:test_support",
366 ] 366 ]
367 } 367 }
OLDNEW
« no previous file with comments | « no previous file | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698