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

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

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | mojo/BUILD.gn » ('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 component("blink") { 4 component("blink") {
5 output_name = "media_blink" 5 output_name = "media_blink"
6 6
7 deps = [ 7 deps = [
8 "//base", 8 "//base",
9 "//cc", 9 "//cc",
10 "//cc/blink", 10 "//cc/blink",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "webmediaplayer_impl.h", 46 "webmediaplayer_impl.h",
47 "webmediaplayer_params.cc", 47 "webmediaplayer_params.cc",
48 "webmediaplayer_params.h", 48 "webmediaplayer_params.h",
49 "webmediaplayer_util.cc", 49 "webmediaplayer_util.cc",
50 "webmediaplayer_util.h", 50 "webmediaplayer_util.h",
51 "webmediasource_impl.cc", 51 "webmediasource_impl.cc",
52 "webmediasource_impl.h", 52 "webmediasource_impl.h",
53 "websourcebuffer_impl.cc", 53 "websourcebuffer_impl.cc",
54 "websourcebuffer_impl.h", 54 "websourcebuffer_impl.h",
55 ] 55 ]
56
57 if (is_android) {
58 sources -= [
59 "webmediaplayer_impl.cc",
60 "webmediaplayer_impl.h",
61 ]
62 }
56 } 63 }
57 64
58 test("media_blink_unittests") { 65 test("media_blink_unittests") {
59 deps = [ 66 deps = [
60 ":blink", 67 ":blink",
61 "//base", 68 "//base",
62 "//base/test:test_support", 69 "//base/test:test_support",
63 "//cc", 70 "//cc",
64 "//cc/blink", 71 "//cc/blink",
65 "//media", 72 "//media",
(...skipping 16 matching lines...) Expand all
82 "mock_webframeclient.h", 89 "mock_webframeclient.h",
83 "mock_weburlloader.cc", 90 "mock_weburlloader.cc",
84 "mock_weburlloader.h", 91 "mock_weburlloader.h",
85 "run_all_unittests.cc", 92 "run_all_unittests.cc",
86 "test_response_generator.cc", 93 "test_response_generator.cc",
87 "test_response_generator.h", 94 "test_response_generator.h",
88 "video_frame_compositor_unittest.cc", 95 "video_frame_compositor_unittest.cc",
89 "webaudiosourceprovider_impl_unittest.cc", 96 "webaudiosourceprovider_impl_unittest.cc",
90 ] 97 ]
91 } 98 }
OLDNEW
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698