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

Side by Side Diff: base/BUILD.gn

Issue 414973002: Add missing base files to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "at_exit.h", 73 "at_exit.h",
74 "atomic_ref_count.h", 74 "atomic_ref_count.h",
75 "atomic_sequence_num.h", 75 "atomic_sequence_num.h",
76 "atomicops.h", 76 "atomicops.h",
77 "atomicops_internals_gcc.h", 77 "atomicops_internals_gcc.h",
78 "atomicops_internals_mac.h", 78 "atomicops_internals_mac.h",
79 "atomicops_internals_tsan.h", 79 "atomicops_internals_tsan.h",
80 "atomicops_internals_x86_gcc.cc", 80 "atomicops_internals_x86_gcc.cc",
81 "atomicops_internals_x86_gcc.h", 81 "atomicops_internals_x86_gcc.h",
82 "atomicops_internals_x86_msvc.h", 82 "atomicops_internals_x86_msvc.h",
83 "auto_reset.h",
83 "barrier_closure.cc", 84 "barrier_closure.cc",
84 "barrier_closure.h", 85 "barrier_closure.h",
85 "base_export.h", 86 "base_export.h",
86 "base_paths.cc", 87 "base_paths.cc",
87 "base_paths.h", 88 "base_paths.h",
88 "base_paths_android.cc", 89 "base_paths_android.cc",
89 "base_paths_android.h", 90 "base_paths_android.h",
90 "base_paths_mac.h", 91 "base_paths_mac.h",
91 "base_paths_mac.mm", 92 "base_paths_mac.mm",
92 "base_paths_posix.cc", 93 "base_paths_posix.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "critical_closure.h", 127 "critical_closure.h",
127 "critical_closure_internal_ios.mm", 128 "critical_closure_internal_ios.mm",
128 "debug/alias.cc", 129 "debug/alias.cc",
129 "debug/alias.h", 130 "debug/alias.h",
130 "debug/crash_logging.cc", 131 "debug/crash_logging.cc",
131 "debug/crash_logging.h", 132 "debug/crash_logging.h",
132 "debug/debugger.cc", 133 "debug/debugger.cc",
133 "debug/debugger.h", 134 "debug/debugger.h",
134 "debug/debugger_posix.cc", 135 "debug/debugger_posix.cc",
135 "debug/debugger_win.cc", 136 "debug/debugger_win.cc",
137 "debug/dump_without_crashing.cc",
138 "debug/dump_without_crashing.h",
139 "debug/gdi_debug_util_win.cc",
140 "debug/gdi_debug_util_win.h",
136 # This file depends on files from the "allocator" target, 141 # This file depends on files from the "allocator" target,
137 # but this target does not depend on "allocator" (see 142 # but this target does not depend on "allocator" (see
138 # allocator.gyp for details). 143 # allocator.gyp for details).
139 "debug/leak_annotations.h", 144 "debug/leak_annotations.h",
140 "debug/leak_tracker.h", 145 "debug/leak_tracker.h",
141 "debug/proc_maps_linux.cc", 146 "debug/proc_maps_linux.cc",
142 "debug/proc_maps_linux.h", 147 "debug/proc_maps_linux.h",
143 "debug/profiler.cc", 148 "debug/profiler.cc",
144 "debug/profiler.h", 149 "debug/profiler.h",
145 "debug/stack_trace.cc", 150 "debug/stack_trace.cc",
(...skipping 10 matching lines...) Expand all
156 "debug/trace_event_memory.h", 161 "debug/trace_event_memory.h",
157 "debug/trace_event_synthetic_delay.cc", 162 "debug/trace_event_synthetic_delay.cc",
158 "debug/trace_event_synthetic_delay.h", 163 "debug/trace_event_synthetic_delay.h",
159 "debug/trace_event_system_stats_monitor.cc", 164 "debug/trace_event_system_stats_monitor.cc",
160 "debug/trace_event_system_stats_monitor.h", 165 "debug/trace_event_system_stats_monitor.h",
161 "debug/trace_event_win.cc", 166 "debug/trace_event_win.cc",
162 "deferred_sequenced_task_runner.cc", 167 "deferred_sequenced_task_runner.cc",
163 "deferred_sequenced_task_runner.h", 168 "deferred_sequenced_task_runner.h",
164 "environment.cc", 169 "environment.cc",
165 "environment.h", 170 "environment.h",
171 "event_recorder.h",
172 "event_recorder_stubs.cc",
173 "event_recorder_win.cc",
166 "file_descriptor_posix.h", 174 "file_descriptor_posix.h",
167 "file_util.cc", 175 "file_util.cc",
168 "file_util.h", 176 "file_util.h",
169 "file_util_android.cc", 177 "file_util_android.cc",
170 "file_util_linux.cc", 178 "file_util_linux.cc",
171 "file_util_mac.mm", 179 "file_util_mac.mm",
172 "file_util_posix.cc", 180 "file_util_posix.cc",
173 "file_util_win.cc", 181 "file_util_win.cc",
174 "file_version_info.h", 182 "file_version_info.h",
175 "file_version_info_mac.h", 183 "file_version_info_mac.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "json/json_reader.h", 246 "json/json_reader.h",
239 "json/json_string_value_serializer.cc", 247 "json/json_string_value_serializer.cc",
240 "json/json_string_value_serializer.h", 248 "json/json_string_value_serializer.h",
241 "json/json_value_converter.h", 249 "json/json_value_converter.h",
242 "json/json_writer.cc", 250 "json/json_writer.cc",
243 "json/json_writer.h", 251 "json/json_writer.h",
244 "json/string_escape.cc", 252 "json/string_escape.cc",
245 "json/string_escape.h", 253 "json/string_escape.h",
246 "lazy_instance.cc", 254 "lazy_instance.cc",
247 "lazy_instance.h", 255 "lazy_instance.h",
256 "linux_util.cc",
257 "linux_util.h",
248 "location.cc", 258 "location.cc",
249 "location.h", 259 "location.h",
250 "logging.cc", 260 "logging.cc",
251 "logging.h", 261 "logging.h",
252 "logging_win.cc", 262 "logging_win.cc",
253 "logging_win.h", 263 "logging_win.h",
254 "mac/authorization_util.h", 264 "mac/authorization_util.h",
255 "mac/authorization_util.mm", 265 "mac/authorization_util.mm",
256 "mac/bind_objc_block.h", 266 "mac/bind_objc_block.h",
257 "mac/bundle_locations.h", 267 "mac/bundle_locations.h",
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 # These dependencies are not required on Android, and in the case 873 # These dependencies are not required on Android, and in the case
864 # of xdg_mime must be excluded due to licensing restrictions. 874 # of xdg_mime must be excluded due to licensing restrictions.
865 deps += [ 875 deps += [
866 "//base/third_party/symbolize", 876 "//base/third_party/symbolize",
867 "//base/third_party/xdg_mime", 877 "//base/third_party/xdg_mime",
868 "//base/third_party/xdg_user_dirs", 878 "//base/third_party/xdg_user_dirs",
869 ] 879 ]
870 } else { 880 } else {
871 # Non-Linux. 881 # Non-Linux.
872 sources -= [ 882 sources -= [
883 "linux_util.cc",
884 "linux_util.h",
873 "nix/mime_util_xdg.cc", 885 "nix/mime_util_xdg.cc",
874 "nix/mime_util_xdg.h", 886 "nix/mime_util_xdg.h",
875 "nix/xdg_util.cc", 887 "nix/xdg_util.cc",
876 "nix/xdg_util.h", 888 "nix/xdg_util.h",
877 ] 889 ]
878 } 890 }
879 891
880 if (!use_glib) { 892 if (!use_glib) {
881 sources -= [ 893 sources -= [
882 "message_loop/message_pump_glib.cc", 894 "message_loop/message_pump_glib.cc",
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 "android/java/templates/NativeLibraries.template", 1430 "android/java/templates/NativeLibraries.template",
1419 ] 1431 ]
1420 inputs = [ 1432 inputs = [
1421 "android/java/templates/native_libraries_array.h", 1433 "android/java/templates/native_libraries_array.h",
1422 ] 1434 ]
1423 1435
1424 package_name = "org/chromium/base/library_loader" 1436 package_name = "org/chromium/base/library_loader"
1425 include_path = "android/java/templates" 1437 include_path = "android/java/templates"
1426 } 1438 }
1427 } 1439 }
OLDNEW
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698