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

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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'browser/tab_contents/tab_contents_delegate.cc', 312 'browser/tab_contents/tab_contents_delegate.cc',
313 'browser/tab_contents/tab_contents_delegate.h', 313 'browser/tab_contents/tab_contents_delegate.h',
314 'browser/tab_contents/tab_contents_observer.cc', 314 'browser/tab_contents/tab_contents_observer.cc',
315 'browser/tab_contents/tab_contents_observer.h', 315 'browser/tab_contents/tab_contents_observer.h',
316 'browser/tab_contents/tab_contents_view.cc', 316 'browser/tab_contents/tab_contents_view.cc',
317 'browser/tab_contents/tab_contents_view.h', 317 'browser/tab_contents/tab_contents_view.h',
318 'browser/trace_controller.cc', 318 'browser/trace_controller.cc',
319 'browser/trace_controller.h', 319 'browser/trace_controller.h',
320 'browser/trace_message_filter.cc', 320 'browser/trace_message_filter.cc',
321 'browser/trace_message_filter.h', 321 'browser/trace_message_filter.h',
322 'browser/trace_subscriber_stdio.cc',
323 'browser/trace_subscriber_stdio.h',
322 'browser/user_metrics.cc', 324 'browser/user_metrics.cc',
323 'browser/user_metrics.h', 325 'browser/user_metrics.h',
324 'browser/webui/empty_web_ui_factory.cc', 326 'browser/webui/empty_web_ui_factory.cc',
325 'browser/webui/empty_web_ui_factory.h', 327 'browser/webui/empty_web_ui_factory.h',
326 'browser/webui/generic_handler.cc', 328 'browser/webui/generic_handler.cc',
327 'browser/webui/generic_handler.h', 329 'browser/webui/generic_handler.h',
328 'browser/webui/web_ui.cc', 330 'browser/webui/web_ui.cc',
329 'browser/webui/web_ui.h', 331 'browser/webui/web_ui.h',
330 'browser/webui/web_ui_factory.cc', 332 'browser/webui/web_ui_factory.cc',
331 'browser/webui/web_ui_factory.h', 333 'browser/webui/web_ui_factory.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'mac_bundle_resources': [ 384 'mac_bundle_resources': [
383 'browser/gpu.sb', 385 'browser/gpu.sb',
384 'browser/worker.sb', 386 'browser/worker.sb',
385 ], 387 ],
386 }, 388 },
387 }], 389 }],
388 ], 390 ],
389 }, 391 },
390 ], 392 ],
391 } 393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698