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

Side by Side Diff: extensions/BUILD.gn

Issue 2675033002: [Media Router] Add MediaSink subtypes (Closed)
Patch Set: resolve code review comments from dcheng Created 3 years, 9 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "-E", 55 "-E",
56 "mojom_root=" + rebase_path(root_gen_dir), 56 "mojom_root=" + rebase_path(root_gen_dir),
57 ] 57 ]
58 58
59 deps = [ 59 deps = [
60 "//chrome/browser/media/router:mojo_bindings__generator", 60 "//chrome/browser/media/router:mojo_bindings__generator",
61 "//device/serial:serial_mojo__generator", 61 "//device/serial:serial_mojo__generator",
62 "//extensions/common:mojo__generator", 62 "//extensions/common:mojo__generator",
63 "//extensions/common/api:mojom__generator", 63 "//extensions/common/api:mojom__generator",
64 "//mojo/common:common_custom_types__generator", 64 "//mojo/common:common_custom_types__generator",
65 "//url/mojo:url_mojom_gurl__generator",
65 "//url/mojo:url_mojom_origin__generator", 66 "//url/mojo:url_mojom_origin__generator",
66 ] 67 ]
67 } 68 }
68 69
69 static_library("test_support") { 70 static_library("test_support") {
70 testonly = true 71 testonly = true
71 sources = [ 72 sources = [
72 "browser/api/cast_channel/cast_test_util.cc", 73 "browser/api/cast_channel/cast_test_util.cc",
73 "browser/api/cast_channel/cast_test_util.h", 74 "browser/api/cast_channel/cast_test_util.h",
74 "browser/api/declarative/test_rules_registry.cc", 75 "browser/api/declarative/test_rules_registry.cc",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//testing/gtest", 359 "//testing/gtest",
359 "//third_party/hunspell", 360 "//third_party/hunspell",
360 "//third_party/icu", 361 "//third_party/icu",
361 "//third_party/libpng", 362 "//third_party/libpng",
362 "//third_party/zlib", 363 "//third_party/zlib",
363 "//ui/base:test_support", 364 "//ui/base:test_support",
364 "//ui/resources:ui_test_pak", 365 "//ui/resources:ui_test_pak",
365 "//ui/web_dialogs:test_support", 366 "//ui/web_dialogs:test_support",
366 ] 367 ]
367 } 368 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698