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

Side by Side Diff: chromecast/browser/BUILD.gn

Issue 1431193005: [Chromecast] Adds Browser test for media playback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit rm blank line Created 5 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 | « no previous file | chromecast/browser/test/chromecast_shell_browser_test.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("browser") { 9 source_set("browser") {
10 sources = [ 10 sources = [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 test("cast_shell_browser_test") { 155 test("cast_shell_browser_test") {
156 sources = [ 156 sources = [
157 "test/chromecast_shell_browser_test.cc", 157 "test/chromecast_shell_browser_test.cc",
158 ] 158 ]
159 159
160 configs += [ ":browser_test_config" ] 160 configs += [ ":browser_test_config" ]
161 161
162 deps = [ 162 deps = [
163 ":test_support", 163 ":test_support",
164 "//base", 164 "//base",
165 "//content/test:test_support",
166 "//media/base:test_support",
165 "//testing/gtest", 167 "//testing/gtest",
166 "//url", 168 "//url",
167 ] 169 ]
168 170
169 # TODO(slan): Find a better way to do this. 171 # TODO(slan): Find a better way to do this.
170 if (chromecast_branding != "public") { 172 if (chromecast_branding != "public") {
171 deps += [ "//chromecast/internal:cast_shell_internal" ] 173 deps += [ "//chromecast/internal:cast_shell_internal" ]
172 } 174 }
173 } 175 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/browser/test/chromecast_shell_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698