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

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

Issue 2203123003: [Chromecast] Remove usage of nonreentrant functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Bool error codes Created 4 years, 4 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/file_utils.h » ('j') | chromecast/base/file_utils.h » ('J')
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 28 matching lines...) Expand all
39 "cast_resource.h", 39 "cast_resource.h",
40 "chromecast_config_android.cc", 40 "chromecast_config_android.cc",
41 "chromecast_config_android.h", 41 "chromecast_config_android.h",
42 "chromecast_switches.cc", 42 "chromecast_switches.cc",
43 "chromecast_switches.h", 43 "chromecast_switches.h",
44 "device_capabilities.h", 44 "device_capabilities.h",
45 "device_capabilities_impl.cc", 45 "device_capabilities_impl.cc",
46 "device_capabilities_impl.h", 46 "device_capabilities_impl.h",
47 "error_codes.cc", 47 "error_codes.cc",
48 "error_codes.h", 48 "error_codes.h",
49 "file_utils.cc",
50 "file_utils.h",
49 "init_command_line_shlib.cc", 51 "init_command_line_shlib.cc",
50 "init_command_line_shlib.h", 52 "init_command_line_shlib.h",
51 "path_utils.cc", 53 "path_utils.cc",
52 "path_utils.h", 54 "path_utils.h",
53 "pref_names.cc", 55 "pref_names.cc",
54 "pref_names.h", 56 "pref_names.h",
55 "process_utils.cc", 57 "process_utils.cc",
56 "process_utils.h", 58 "process_utils.h",
57 "serializers.cc", 59 "serializers.cc",
58 "serializers.h", 60 "serializers.h",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java", 215 "$java_src_dir/org/chromium/chromecast/base/ChromecastConfigAndroid.java",
214 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java", 216 "$java_src_dir/org/chromium/chromecast/base/DumpstateWriter.java",
215 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java", 217 "$java_src_dir/org/chromium/chromecast/base/SystemTimeChangeNotifierAndroi d.java",
216 ] 218 ]
217 219
218 deps = [ 220 deps = [
219 "//base:base_java", 221 "//base:base_java",
220 ] 222 ]
221 } 223 }
222 } 224 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/base/file_utils.h » ('j') | chromecast/base/file_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698