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

Side by Side Diff: chromecast/BUILD.gn

Issue 2621793003: [Chromecast] Restore CastDevToolsManagerDelegateTest (Closed)
Patch Set: Add missing BUILD.gn dependencies Created 3 years, 11 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 | chromecast/app/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 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("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chromecast/build/tests/cast_test.gni") 10 import("//chromecast/build/tests/cast_test.gni")
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 test_groups = [ ":cast_junit_tests" ] 286 test_groups = [ ":cast_junit_tests" ]
287 } 287 }
288 } 288 }
289 289
290 test("cast_shell_unittests") { 290 test("cast_shell_unittests") {
291 deps = [ 291 deps = [
292 ":cast_shell_lib", 292 ":cast_shell_lib",
293 "//chromecast/app:test_support", 293 "//chromecast/app:test_support",
294 "//chromecast/app:unittests", 294 "//chromecast/app:unittests",
295 "//chromecast/browser:unittests", 295 "//chromecast/browser:unittests",
296 "//ui/gl:test_support",
296 ] 297 ]
297 } 298 }
298 299
299 test("cast_shell_browsertests") { 300 test("cast_shell_browsertests") {
300 deps = [ 301 deps = [
301 ":cast_shell_lib", 302 ":cast_shell_lib",
302 "//chromecast/app:test_support", 303 "//chromecast/app:test_support",
303 "//chromecast/browser:browsertests", 304 "//chromecast/browser:browsertests",
304 ] 305 ]
305 } 306 }
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 shared_libraries = [ "//chromecast/android:libcast_shell_android" ] 455 shared_libraries = [ "//chromecast/android:libcast_shell_android" ]
455 456
456 deps = [ 457 deps = [
457 ":cast_shell_apk_assets", 458 ":cast_shell_apk_assets",
458 "//base:base_java", 459 "//base:base_java",
459 "//chromecast/android:libcast_shell_android", 460 "//chromecast/android:libcast_shell_android",
460 "//chromecast/browser/android:cast_shell_java", 461 "//chromecast/browser/android:cast_shell_java",
461 ] 462 ]
462 } 463 }
463 } 464 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698