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

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

Issue 885373003: Fix componene debug build failure because of src/media/blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | media/blink/media_blink.gyp » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("blink") { 7 component("blink") {
8 output_name = "media_blink" 8 output_name = "media_blink"
9 9
10 deps = [ 10 deps = [
11 "//base", 11 "//base",
12 "//cc", 12 "//cc",
13 "//cc/blink", 13 "//cc/blink",
14 "//gpu/blink", 14 "//gpu/blink",
15 "//media", 15 "//media",
16 "//media:shared_memory_support", 16 "//media:shared_memory_support",
17 "//net", 17 "//net",
18 "//skia",
18 "//third_party/WebKit/public:blink", 19 "//third_party/WebKit/public:blink",
19 "//ui/gfx", 20 "//ui/gfx",
20 "//ui/gfx/geometry", 21 "//ui/gfx/geometry",
21 "//url", 22 "//url",
22 ] 23 ]
23 24
24 defines = [ "MEDIA_IMPLEMENTATION" ] 25 defines = [ "MEDIA_IMPLEMENTATION" ]
25 26
26 sources = [ 27 sources = [
27 "active_loader.cc", 28 "active_loader.cc",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "mock_weburlloader.cc", 113 "mock_weburlloader.cc",
113 "mock_weburlloader.h", 114 "mock_weburlloader.h",
114 "run_all_unittests.cc", 115 "run_all_unittests.cc",
115 "test_response_generator.cc", 116 "test_response_generator.cc",
116 "test_response_generator.h", 117 "test_response_generator.h",
117 "video_frame_compositor_unittest.cc", 118 "video_frame_compositor_unittest.cc",
118 "webaudiosourceprovider_impl_unittest.cc", 119 "webaudiosourceprovider_impl_unittest.cc",
119 ] 120 ]
120 } 121 }
121 } 122 }
OLDNEW
« no previous file with comments | « no previous file | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698