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

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

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Rebase only Created 4 years, 1 month 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/renderer/render_thread_impl.cc ('k') | media/blink/DEPS » ('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("//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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 deps = [ 103 deps = [
104 ":blink", 104 ":blink",
105 "//base", 105 "//base",
106 "//base/test:test_support", 106 "//base/test:test_support",
107 "//cc", 107 "//cc",
108 "//cc/blink", 108 "//cc/blink",
109 "//gin", 109 "//gin",
110 "//media", 110 "//media",
111 "//media:shared_memory_support", 111 "//media:shared_memory_support",
112 "//media/base:test_support", 112 "//media/base:test_support",
113 "//mojo/edk/system",
113 "//net", 114 "//net",
114 "//testing/gmock", 115 "//testing/gmock",
115 "//testing/gtest", 116 "//testing/gtest",
116 "//third_party/WebKit/public:blink", 117 "//third_party/WebKit/public:blink",
117 "//third_party/WebKit/public:test_support", 118 "//third_party/WebKit/public:test_support",
118 "//ui/gfx:test_support", 119 "//ui/gfx:test_support",
119 "//ui/gfx/geometry", 120 "//ui/gfx/geometry",
120 "//url", 121 "//url",
121 ] 122 ]
122 123
(...skipping 24 matching lines...) Expand all
147 ] 148 ]
148 149
149 if (is_android) { 150 if (is_android) {
150 deps += [ 151 deps += [
151 "//media/base/android", 152 "//media/base/android",
152 "//media/base/android:media_java", 153 "//media/base/android:media_java",
153 "//v8:v8_external_startup_data_assets", 154 "//v8:v8_external_startup_data_assets",
154 ] 155 ]
155 } 156 }
156 } 157 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | media/blink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698