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

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

Issue 1089143002: Make the Android GN debug component build actually build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extra whitespace Created 5 years, 8 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 | « content/test/BUILD.gn ('k') | media/blink/key_system_config_selector_unittest.cc » ('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 = [
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "key_system_config_selector_unittest.cc", 117 "key_system_config_selector_unittest.cc",
118 "mock_webframeclient.h", 118 "mock_webframeclient.h",
119 "mock_weburlloader.cc", 119 "mock_weburlloader.cc",
120 "mock_weburlloader.h", 120 "mock_weburlloader.h",
121 "run_all_unittests.cc", 121 "run_all_unittests.cc",
122 "test_response_generator.cc", 122 "test_response_generator.cc",
123 "test_response_generator.h", 123 "test_response_generator.h",
124 "video_frame_compositor_unittest.cc", 124 "video_frame_compositor_unittest.cc",
125 "webaudiosourceprovider_impl_unittest.cc", 125 "webaudiosourceprovider_impl_unittest.cc",
126 ] 126 ]
127
128 if (is_android) {
129 deps += [ "//ui/gl" ]
130 }
127 } 131 }
128 } 132 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | media/blink/key_system_config_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698