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

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

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 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 | chromecast/base/chromecast_switches.h » ('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("//chrome/version.gni") # TODO layering violation! 5 import("//chrome/version.gni") # TODO layering violation!
6 import("//chromecast/chromecast.gni") 6 import("//chromecast/chromecast.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 public_deps = [ 118 public_deps = [
119 ":base", 119 ":base",
120 "//base", 120 "//base",
121 ] 121 ]
122 } 122 }
123 123
124 # GYP target: chromecast_tests.gypi:cast_base_unittests 124 # GYP target: chromecast_tests.gypi:cast_base_unittests
125 test("cast_base_unittests") { 125 test("cast_base_unittests") {
126 sources = [ 126 sources = [
127 "bind_to_task_runner_unittest.cc", 127 "bind_to_task_runner_unittest.cc",
128 "chromecast_switches_unittest.cc",
129 "device_capabilities_impl_unittest.cc", 128 "device_capabilities_impl_unittest.cc",
130 "error_codes_unittest.cc", 129 "error_codes_unittest.cc",
131 "path_utils_unittest.cc", 130 "path_utils_unittest.cc",
132 "process_utils_unittest.cc", 131 "process_utils_unittest.cc",
133 "serializers_unittest.cc", 132 "serializers_unittest.cc",
134 "system_time_change_notifier_unittest.cc", 133 "system_time_change_notifier_unittest.cc",
135 ] 134 ]
136 135
137 deps = [ 136 deps = [
138 ":test_support", 137 ":test_support",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java", 244 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java",
246 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java", 245 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java",
247 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java", 246 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java",
248 ] 247 ]
249 248
250 deps = [ 249 deps = [
251 "//base:base_java", 250 "//base:base_java",
252 ] 251 ]
253 } 252 }
254 } 253 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/base/chromecast_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698