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

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: Rebase 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
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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'common/url_schemes.h', 378 'common/url_schemes.h',
379 'common/utility_messages.h', 379 'common/utility_messages.h',
380 'common/view_messages.h', 380 'common/view_messages.h',
381 'common/view_message_enums.h', 381 'common/view_message_enums.h',
382 'common/web_database_observer_impl.cc', 382 'common/web_database_observer_impl.cc',
383 'common/web_database_observer_impl.h', 383 'common/web_database_observer_impl.h',
384 'common/webkitplatformsupport_impl.cc', 384 'common/webkitplatformsupport_impl.cc',
385 'common/webkitplatformsupport_impl.h', 385 'common/webkitplatformsupport_impl.h',
386 'common/webmessageportchannel_impl.cc', 386 'common/webmessageportchannel_impl.cc',
387 'common/webmessageportchannel_impl.h', 387 'common/webmessageportchannel_impl.h',
388 'common/webrtc_logging_messages.h'
388 'common/worker_messages.h', 389 'common/worker_messages.h',
389 'common/zygote_commands_linux.h', 390 'common/zygote_commands_linux.h',
390 'port/common/input_event_ack_state.h', 391 'port/common/input_event_ack_state.h',
391 'public/common/common_param_traits.cc', 392 'public/common/common_param_traits.cc',
392 'public/common/common_param_traits.h', 393 'public/common/common_param_traits.h',
393 'public/common/common_param_traits_macros.h', 394 'public/common/common_param_traits_macros.h',
394 'public/common/content_client.cc', 395 'public/common/content_client.cc',
395 'public/common/content_client.h', 396 'public/common/content_client.h',
396 'public/common/window_container_type.cc', 397 'public/common/window_container_type.cc',
397 'public/common/window_container_type.h', 398 'public/common/window_container_type.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
585 '<(output)', 586 '<(output)',
586 '<(PRODUCT_DIR)', 587 '<(PRODUCT_DIR)',
587 ], 588 ],
588 'msvs_cygwin_shell': 1, 589 'msvs_cygwin_shell': 1,
589 }, 590 },
590 ] 591 ]
591 }], 592 }],
592 ], 593 ],
593 } 594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698