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

Side by Side Diff: extensions/BUILD.gn

Issue 2338993003: Fix missing dependency of //extensions:extensions_renderer_resources. (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 import("//testing/test.gni") 4 import("//testing/test.gni")
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 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("extensions_resources") { 10 group("extensions_resources") {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 grit_flags = [ 47 grit_flags = [
48 "-E", 48 "-E",
49 "mojom_root=" + rebase_path(root_gen_dir), 49 "mojom_root=" + rebase_path(root_gen_dir),
50 ] 50 ]
51 51
52 deps = [ 52 deps = [
53 "//chrome/browser/media/router:mojo_bindings__generator", 53 "//chrome/browser/media/router:mojo_bindings__generator",
54 "//device/serial:serial_mojo__generator", 54 "//device/serial:serial_mojo__generator",
55 "//extensions/common:mojo__generator", 55 "//extensions/common:mojo__generator",
56 "//extensions/common/api:mojom__generator", 56 "//extensions/common/api:mojom__generator",
57 "//mojo/common:common_custom_types__generator",
57 ] 58 ]
58 } 59 }
59 60
60 static_library("test_support") { 61 static_library("test_support") {
61 testonly = true 62 testonly = true
62 sources = [ 63 sources = [
63 "browser/api/cast_channel/cast_test_util.cc", 64 "browser/api/cast_channel/cast_test_util.cc",
64 "browser/api/cast_channel/cast_test_util.h", 65 "browser/api/cast_channel/cast_test_util.h",
65 "browser/api/dns/mock_host_resolver_creator.cc", 66 "browser/api/dns/mock_host_resolver_creator.cc",
66 "browser/api/dns/mock_host_resolver_creator.h", 67 "browser/api/dns/mock_host_resolver_creator.h",
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "//testing/gtest", 349 "//testing/gtest",
349 "//third_party/hunspell", 350 "//third_party/hunspell",
350 "//third_party/icu", 351 "//third_party/icu",
351 "//third_party/libpng", 352 "//third_party/libpng",
352 "//third_party/zlib", 353 "//third_party/zlib",
353 "//ui/base:test_support", 354 "//ui/base:test_support",
354 "//ui/resources:ui_test_pak", 355 "//ui/resources:ui_test_pak",
355 "//ui/web_dialogs:test_support", 356 "//ui/web_dialogs:test_support",
356 ] 357 ]
357 } 358 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698