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

Side by Side Diff: content/content_browser.gypi

Issue 7044010: TraceSubscriber implementation that writes to a file. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 7 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'browser/tab_contents/tab_contents_delegate.cc', 308 'browser/tab_contents/tab_contents_delegate.cc',
309 'browser/tab_contents/tab_contents_delegate.h', 309 'browser/tab_contents/tab_contents_delegate.h',
310 'browser/tab_contents/tab_contents_observer.cc', 310 'browser/tab_contents/tab_contents_observer.cc',
311 'browser/tab_contents/tab_contents_observer.h', 311 'browser/tab_contents/tab_contents_observer.h',
312 'browser/tab_contents/tab_contents_view.cc', 312 'browser/tab_contents/tab_contents_view.cc',
313 'browser/tab_contents/tab_contents_view.h', 313 'browser/tab_contents/tab_contents_view.h',
314 'browser/trace_controller.cc', 314 'browser/trace_controller.cc',
315 'browser/trace_controller.h', 315 'browser/trace_controller.h',
316 'browser/trace_message_filter.cc', 316 'browser/trace_message_filter.cc',
317 'browser/trace_message_filter.h', 317 'browser/trace_message_filter.h',
318 'browser/trace_subscriber_stdio.cc',
319 'browser/trace_subscriber_stdio.h',
318 'browser/user_metrics.cc', 320 'browser/user_metrics.cc',
319 'browser/user_metrics.h', 321 'browser/user_metrics.h',
320 'browser/webui/empty_web_ui_factory.cc', 322 'browser/webui/empty_web_ui_factory.cc',
321 'browser/webui/empty_web_ui_factory.h', 323 'browser/webui/empty_web_ui_factory.h',
322 'browser/webui/generic_handler.cc', 324 'browser/webui/generic_handler.cc',
323 'browser/webui/generic_handler.h', 325 'browser/webui/generic_handler.h',
324 'browser/webui/web_ui.cc', 326 'browser/webui/web_ui.cc',
325 'browser/webui/web_ui.h', 327 'browser/webui/web_ui.h',
326 'browser/webui/web_ui_factory.cc', 328 'browser/webui/web_ui_factory.cc',
327 'browser/webui/web_ui_factory.h', 329 'browser/webui/web_ui_factory.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'mac_bundle_resources': [ 380 'mac_bundle_resources': [
379 'browser/gpu.sb', 381 'browser/gpu.sb',
380 'browser/worker.sb', 382 'browser/worker.sb',
381 ], 383 ],
382 }, 384 },
383 }], 385 }],
384 ], 386 ],
385 }, 387 },
386 ], 388 ],
387 } 389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698