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

Side by Side Diff: content/content_common.gypi

Issue 13119009: Adding WebRTC logging filter, handler and handler host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed typo in gypi file. Created 7 years, 8 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 | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('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) 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', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'common/url_schemes.h', 377 'common/url_schemes.h',
378 'common/utility_messages.h', 378 'common/utility_messages.h',
379 'common/view_messages.h', 379 'common/view_messages.h',
380 'common/view_message_enums.h', 380 'common/view_message_enums.h',
381 'common/web_database_observer_impl.cc', 381 'common/web_database_observer_impl.cc',
382 'common/web_database_observer_impl.h', 382 'common/web_database_observer_impl.h',
383 'common/webkitplatformsupport_impl.cc', 383 'common/webkitplatformsupport_impl.cc',
384 'common/webkitplatformsupport_impl.h', 384 'common/webkitplatformsupport_impl.h',
385 'common/webmessageportchannel_impl.cc', 385 'common/webmessageportchannel_impl.cc',
386 'common/webmessageportchannel_impl.h', 386 'common/webmessageportchannel_impl.h',
387 'common/webrtc_logging_messages.h',
387 'common/worker_messages.h', 388 'common/worker_messages.h',
388 'common/zygote_commands_linux.h', 389 'common/zygote_commands_linux.h',
389 'port/common/input_event_ack_state.h', 390 'port/common/input_event_ack_state.h',
390 'public/common/common_param_traits.cc', 391 'public/common/common_param_traits.cc',
391 'public/common/common_param_traits.h', 392 'public/common/common_param_traits.h',
392 'public/common/common_param_traits_macros.h', 393 'public/common/common_param_traits_macros.h',
393 'public/common/content_client.cc', 394 'public/common/content_client.cc',
394 'public/common/content_client.h', 395 'public/common/content_client.h',
395 'public/common/window_container_type.cc', 396 'public/common/window_container_type.cc',
396 'public/common/window_container_type.h', 397 'public/common/window_container_type.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
584 '<(output)', 585 '<(output)',
585 '<(PRODUCT_DIR)', 586 '<(PRODUCT_DIR)',
586 ], 587 ],
587 'msvs_cygwin_shell': 1, 588 'msvs_cygwin_shell': 1,
588 }, 589 },
589 ] 590 ]
590 }], 591 }],
591 ], 592 ],
592 } 593 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698