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

Side by Side Diff: extensions/BUILD.gn

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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 # 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("//extensions/features/features.gni") 4 import("//extensions/features/features.gni")
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 outputs = [ 44 outputs = [
45 "grit/extensions_renderer_resources.h", 45 "grit/extensions_renderer_resources.h",
46 "extensions_renderer_resources.pak", 46 "extensions_renderer_resources.pak",
47 ] 47 ]
48 grit_flags = [ 48 grit_flags = [
49 "-E", 49 "-E",
50 "mojom_root=" + rebase_path(root_gen_dir), 50 "mojom_root=" + rebase_path(root_gen_dir),
51 ] 51 ]
52 52
53 deps = [ 53 deps = [
54 "//chrome/browser/media/router:mojo_bindings__generator",
55 "//chrome/browser/media/router:mojo_bindings_common__generator",
56 "//device/serial:serial_mojo__generator", 54 "//device/serial:serial_mojo__generator",
57 "//extensions/common:mojo__generator", 55 "//extensions/common:mojo__generator",
58 "//extensions/common/api:mojom__generator", 56 "//extensions/common/api:mojom__generator",
59 "//mojo/common:common_custom_types__generator",
60 "//net/interfaces:interfaces__generator",
61 "//url/mojo:url_mojom_gurl__generator",
62 "//url/mojo:url_mojom_origin__generator",
63 ] 57 ]
64 } 58 }
65 59
66 static_library("test_support") { 60 static_library("test_support") {
67 testonly = true 61 testonly = true
68 sources = [ 62 sources = [
69 "browser/api/cast_channel/cast_test_util.cc", 63 "browser/api/cast_channel/cast_test_util.cc",
70 "browser/api/cast_channel/cast_test_util.h", 64 "browser/api/cast_channel/cast_test_util.h",
71 "browser/api/declarative/test_rules_registry.cc", 65 "browser/api/declarative/test_rules_registry.cc",
72 "browser/api/declarative/test_rules_registry.h", 66 "browser/api/declarative/test_rules_registry.h",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "//testing/gtest", 353 "//testing/gtest",
360 "//third_party/hunspell", 354 "//third_party/hunspell",
361 "//third_party/icu", 355 "//third_party/icu",
362 "//third_party/libpng", 356 "//third_party/libpng",
363 "//third_party/zlib", 357 "//third_party/zlib",
364 "//ui/base:test_support", 358 "//ui/base:test_support",
365 "//ui/resources:ui_test_pak", 359 "//ui/resources:ui_test_pak",
366 "//ui/web_dialogs:test_support", 360 "//ui/web_dialogs:test_support",
367 ] 361 ]
368 } 362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698