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

Side by Side Diff: media/blink/BUILD.gn

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: content_unittests does not need to init mojo edk any more by itself Created 4 years, 2 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 # 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("blink") { 8 component("blink") {
9 output_name = "media_blink" 9 output_name = "media_blink"
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 deps = [ 102 deps = [
103 ":blink", 103 ":blink",
104 "//base", 104 "//base",
105 "//base/test:test_support", 105 "//base/test:test_support",
106 "//cc", 106 "//cc",
107 "//cc/blink", 107 "//cc/blink",
108 "//gin", 108 "//gin",
109 "//media", 109 "//media",
110 "//media:shared_memory_support", 110 "//media:shared_memory_support",
111 "//media/base:test_support", 111 "//media/base:test_support",
112 "//mojo/edk/system",
112 "//net", 113 "//net",
113 "//testing/gmock", 114 "//testing/gmock",
114 "//testing/gtest", 115 "//testing/gtest",
115 "//third_party/WebKit/public:blink", 116 "//third_party/WebKit/public:blink",
116 "//third_party/WebKit/public:test_support", 117 "//third_party/WebKit/public:test_support",
117 "//ui/gfx:test_support", 118 "//ui/gfx:test_support",
118 "//ui/gfx/geometry", 119 "//ui/gfx/geometry",
119 "//url", 120 "//url",
120 ] 121 ]
121 122
(...skipping 24 matching lines...) Expand all
146 ] 147 ]
147 148
148 if (is_android) { 149 if (is_android) {
149 deps += [ 150 deps += [
150 "//media/base/android", 151 "//media/base/android",
151 "//media/base/android:media_java", 152 "//media/base/android:media_java",
152 "//v8:v8_external_startup_data_assets", 153 "//v8:v8_external_startup_data_assets",
153 ] 154 ]
154 } 155 }
155 } 156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698