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

Side by Side Diff: base/BUILD.gn

Issue 170433003: Remove reference to stack_trace_ios.mm from base/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | no next file » | 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 component("base") { 7 component("base") {
8 external = true 8 external = true
9 sources = [ 9 sources = [
10 "../build/build_config.h", 10 "../build/build_config.h",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 # allocator.gyp for details). 117 # allocator.gyp for details).
118 "debug/leak_annotations.h", 118 "debug/leak_annotations.h",
119 "debug/leak_tracker.h", 119 "debug/leak_tracker.h",
120 "debug/proc_maps_linux.cc", 120 "debug/proc_maps_linux.cc",
121 "debug/proc_maps_linux.h", 121 "debug/proc_maps_linux.h",
122 "debug/profiler.cc", 122 "debug/profiler.cc",
123 "debug/profiler.h", 123 "debug/profiler.h",
124 "debug/stack_trace.cc", 124 "debug/stack_trace.cc",
125 "debug/stack_trace.h", 125 "debug/stack_trace.h",
126 "debug/stack_trace_android.cc", 126 "debug/stack_trace_android.cc",
127 "debug/stack_trace_ios.mm",
128 "debug/stack_trace_posix.cc", 127 "debug/stack_trace_posix.cc",
129 "debug/stack_trace_win.cc", 128 "debug/stack_trace_win.cc",
130 "debug/trace_event.h", 129 "debug/trace_event.h",
131 "debug/trace_event_android.cc", 130 "debug/trace_event_android.cc",
132 "debug/trace_event_impl.cc", 131 "debug/trace_event_impl.cc",
133 "debug/trace_event_impl.h", 132 "debug/trace_event_impl.h",
134 "debug/trace_event_impl_constants.cc", 133 "debug/trace_event_impl_constants.cc",
135 "debug/trace_event_memory.cc", 134 "debug/trace_event_memory.cc",
136 "debug/trace_event_memory.h", 135 "debug/trace_event_memory.h",
137 "debug/trace_event_synthetic_delay.cc", 136 "debug/trace_event_synthetic_delay.cc",
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 899 # # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
901 # 'msvs_disabled_warnings': [ 900 # 'msvs_disabled_warnings': [
902 # 4267, 901 # 4267,
903 # ], 902 # ],
904 # }], 903 # }],
905 #], 904 #],
906 #'variables': { 905 #'variables': {
907 # 'optimize': 'max', 906 # 'optimize': 'max',
908 #}, 907 #},
909 } 908 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698