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

Side by Side Diff: content/content_browser.gypi

Issue 67683003: Remove TraceController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'public/browser/site_instance.h', 170 'public/browser/site_instance.h',
171 'public/browser/speech_recognition_event_listener.h', 171 'public/browser/speech_recognition_event_listener.h',
172 'public/browser/speech_recognition_manager.h', 172 'public/browser/speech_recognition_manager.h',
173 'public/browser/speech_recognition_manager_delegate.h', 173 'public/browser/speech_recognition_manager_delegate.h',
174 'public/browser/speech_recognition_session_config.cc', 174 'public/browser/speech_recognition_session_config.cc',
175 'public/browser/speech_recognition_session_config.h', 175 'public/browser/speech_recognition_session_config.h',
176 'public/browser/speech_recognition_session_context.cc', 176 'public/browser/speech_recognition_session_context.cc',
177 'public/browser/speech_recognition_session_context.h', 177 'public/browser/speech_recognition_session_context.h',
178 'public/browser/storage_partition.h', 178 'public/browser/storage_partition.h',
179 'public/browser/stream_handle.h', 179 'public/browser/stream_handle.h',
180 'public/browser/trace_controller.h',
181 'public/browser/trace_subscriber.h',
182 'public/browser/tracing_controller.h', 180 'public/browser/tracing_controller.h',
183 'public/browser/user_metrics.h', 181 'public/browser/user_metrics.h',
184 'public/browser/utility_process_host.h', 182 'public/browser/utility_process_host.h',
185 'public/browser/web_contents.cc', 183 'public/browser/web_contents.cc',
186 'public/browser/web_contents.h', 184 'public/browser/web_contents.h',
187 'public/browser/web_contents_delegate.cc', 185 'public/browser/web_contents_delegate.cc',
188 'public/browser/web_contents_delegate.h', 186 'public/browser/web_contents_delegate.h',
189 'public/browser/web_contents_observer.cc', 187 'public/browser/web_contents_observer.cc',
190 'public/browser/web_contents_observer.h', 188 'public/browser/web_contents_observer.h',
191 'public/browser/web_contents_user_data.h', 189 'public/browser/web_contents_user_data.h',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'browser/storage_partition_impl.cc', 1149 'browser/storage_partition_impl.cc',
1152 'browser/storage_partition_impl.h', 1150 'browser/storage_partition_impl.h',
1153 'browser/storage_partition_impl_map.cc', 1151 'browser/storage_partition_impl_map.cc',
1154 'browser/storage_partition_impl_map.h', 1152 'browser/storage_partition_impl_map.h',
1155 'browser/system_message_window_win.cc', 1153 'browser/system_message_window_win.cc',
1156 'browser/system_message_window_win.h', 1154 'browser/system_message_window_win.h',
1157 'browser/tcmalloc_internals_request_job.cc', 1155 'browser/tcmalloc_internals_request_job.cc',
1158 'browser/tcmalloc_internals_request_job.h', 1156 'browser/tcmalloc_internals_request_job.h',
1159 'browser/theme_helper_mac.mm', 1157 'browser/theme_helper_mac.mm',
1160 'browser/theme_helper_mac.h', 1158 'browser/theme_helper_mac.h',
1161 'browser/tracing/trace_controller_impl.cc',
1162 'browser/tracing/trace_controller_impl.h',
1163 'browser/tracing/trace_message_filter.cc', 1159 'browser/tracing/trace_message_filter.cc',
1164 'browser/tracing/trace_message_filter.h', 1160 'browser/tracing/trace_message_filter.h',
1165 'browser/tracing/trace_subscriber_stdio.cc',
1166 'browser/tracing/trace_subscriber_stdio.h',
1167 'browser/tracing/tracing_controller_impl.cc', 1161 'browser/tracing/tracing_controller_impl.cc',
1168 'browser/tracing/tracing_controller_impl.h', 1162 'browser/tracing/tracing_controller_impl.h',
1169 'browser/tracing/tracing_ui.cc', 1163 'browser/tracing/tracing_ui.cc',
1170 'browser/tracing/tracing_ui.h', 1164 'browser/tracing/tracing_ui.h',
1171 'browser/udev_linux.cc', 1165 'browser/udev_linux.cc',
1172 'browser/udev_linux.h', 1166 'browser/udev_linux.h',
1173 'browser/user_metrics.cc', 1167 'browser/user_metrics.cc',
1174 'browser/utility_process_host_impl.cc', 1168 'browser/utility_process_host_impl.cc',
1175 'browser/utility_process_host_impl.h', 1169 'browser/utility_process_host_impl.h',
1176 'browser/vibration/vibration_message_filter.cc', 1170 'browser/vibration/vibration_message_filter.cc',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 '../build/linux/system.gyp:dbus', 1621 '../build/linux/system.gyp:dbus',
1628 '../dbus/dbus.gyp:dbus', 1622 '../dbus/dbus.gyp:dbus',
1629 ], 1623 ],
1630 }, { # OS != "linux" or use_dbus==0 1624 }, { # OS != "linux" or use_dbus==0
1631 'sources!': [ 1625 'sources!': [
1632 'browser/geolocation/wifi_data_provider_linux.cc', 1626 'browser/geolocation/wifi_data_provider_linux.cc',
1633 ], 1627 ],
1634 }], 1628 }],
1635 ], 1629 ],
1636 } 1630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698