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

Side by Side Diff: extensions/BUILD.gn

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « dbus/BUILD.gn ('k') | 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 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 # GYP version: extensions/extensions_resources.gyp:extensions_resources 8 # GYP version: extensions/extensions_resources.gyp:extensions_resources
9 group("extensions_resources") { 9 group("extensions_resources") {
10 deps = [ 10 deps = [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ] 48 ]
49 grit_flags = [ "-E", "mojom_root=" + rebase_path(root_gen_dir) ] 49 grit_flags = [ "-E", "mojom_root=" + rebase_path(root_gen_dir) ]
50 if (enable_extensions) { 50 if (enable_extensions) {
51 deps = [ 51 deps = [
52 "//device/serial:serial_mojo", 52 "//device/serial:serial_mojo",
53 ] 53 ]
54 } 54 }
55 } 55 }
56 56
57 source_set("test_support") { 57 source_set("test_support") {
58 testonly = true
58 sources = [ 59 sources = [
59 "browser/api/dns/mock_host_resolver_creator.cc", 60 "browser/api/dns/mock_host_resolver_creator.cc",
60 "browser/api/dns/mock_host_resolver_creator.h", 61 "browser/api/dns/mock_host_resolver_creator.h",
61 "browser/api_test_utils.cc", 62 "browser/api_test_utils.cc",
62 "browser/api_test_utils.h", 63 "browser/api_test_utils.h",
63 "browser/extensions_test.cc", 64 "browser/extensions_test.cc",
64 "browser/extensions_test.h", 65 "browser/extensions_test.h",
65 "browser/test_extensions_browser_client.cc", 66 "browser/test_extensions_browser_client.cc",
66 "browser/test_extensions_browser_client.h", 67 "browser/test_extensions_browser_client.h",
67 "browser/test_management_policy.cc", 68 "browser/test_management_policy.cc",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//testing/gtest", 208 "//testing/gtest",
208 ] 209 ]
209 210
210 if (is_win) { 211 if (is_win) {
211 deps += [ 212 deps += [
212 "//base/allocator", 213 "//base/allocator",
213 ] 214 ]
214 } 215 }
215 } 216 }
216 } 217 }
OLDNEW
« no previous file with comments | « dbus/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698