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

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

Issue 1767603003: [chromecast] Add cast_shell --accept-resource-provider switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: remove ret variable Created 4 years, 9 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
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 public_deps = [ 84 public_deps = [
85 ":base", 85 ":base",
86 "//base", 86 "//base",
87 ] 87 ]
88 } 88 }
89 89
90 # GYP target: chromecast_tests.gypi:cast_base_unittests 90 # GYP target: chromecast_tests.gypi:cast_base_unittests
91 test("cast_base_unittests") { 91 test("cast_base_unittests") {
92 sources = [ 92 sources = [
93 "bind_to_task_runner_unittest.cc", 93 "bind_to_task_runner_unittest.cc",
94 "chromecast_switches_unittest.cc",
94 "device_capabilities_impl_unittest.cc", 95 "device_capabilities_impl_unittest.cc",
95 "error_codes_unittest.cc", 96 "error_codes_unittest.cc",
96 "path_utils_unittest.cc", 97 "path_utils_unittest.cc",
97 "process_utils_unittest.cc", 98 "process_utils_unittest.cc",
98 "serializers_unittest.cc", 99 "serializers_unittest.cc",
99 "system_time_change_notifier_unittest.cc", 100 "system_time_change_notifier_unittest.cc",
100 ] 101 ]
101 102
102 deps = [ 103 deps = [
103 ":test_support", 104 ":test_support",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java", 202 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java",
202 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java", 203 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java",
203 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java", 204 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java",
204 ] 205 ]
205 206
206 deps = [ 207 deps = [
207 "//base:base_java", 208 "//base:base_java",
208 ] 209 ]
209 } 210 }
210 } 211 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/base/chromecast_switches.h » ('j') | chromecast/base/chromecast_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698