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

Side by Side Diff: extensions/BUILD.gn

Issue 874033003: Fix chrome target in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix building on chromeos. Created 5 years, 10 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 | « content/test/BUILD.gn ('k') | extensions/browser/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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "grit/extensions_renderer_resources.h", 52 "grit/extensions_renderer_resources.h",
53 "extensions_renderer_resources.pak", 53 "extensions_renderer_resources.pak",
54 ] 54 ]
55 grit_flags = [ 55 grit_flags = [
56 "-E", 56 "-E",
57 "mojom_root=" + rebase_path(root_gen_dir), 57 "mojom_root=" + rebase_path(root_gen_dir),
58 ] 58 ]
59 59
60 deps = [ 60 deps = [
61 "//device/serial:serial_mojo", 61 "//device/serial:serial_mojo",
62 "//extensions/common:mojo",
62 "//extensions/common/api:mojom", 63 "//extensions/common/api:mojom",
63 ] 64 ]
64 } 65 }
65 66
66 source_set("test_support") { 67 source_set("test_support") {
67 testonly = true 68 testonly = true
68 sources = [ 69 sources = [
69 "browser/api/dns/mock_host_resolver_creator.cc", 70 "browser/api/dns/mock_host_resolver_creator.cc",
70 "browser/api/dns/mock_host_resolver_creator.h", 71 "browser/api/dns/mock_host_resolver_creator.h",
71 "browser/api/storage/settings_test_util.cc", 72 "browser/api/storage/settings_test_util.cc",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ] 350 ]
350 351
351 if (is_win) { 352 if (is_win) {
352 deps += [ "//base/allocator" ] 353 deps += [ "//base/allocator" ]
353 } 354 }
354 355
355 if (is_mac) { 356 if (is_mac) {
356 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper. 357 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper.
357 } 358 }
358 } 359 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698