diff options
author | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 15:29:38 +0000 |
---|---|---|
committer | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-06 15:29:38 +0000 |
commit | 3e21b5ec1142b6dd0051569d3136057c49ca5c8f (patch) | |
tree | 0150c2d08d22d1c9d6326a5356ebaefbb301336b /content/content_common.gypi | |
parent | 405a02493d9faf4ab8c24f77382dd55a57425962 (diff) | |
download | chromium_src-3e21b5ec1142b6dd0051569d3136057c49ca5c8f.zip chromium_src-3e21b5ec1142b6dd0051569d3136057c49ca5c8f.tar.gz chromium_src-3e21b5ec1142b6dd0051569d3136057c49ca5c8f.tar.bz2 |
Move WebRTC logging files to media/
Original CL for adding these files: https://chromiumcodereview.appspot.com/13119009/
BUG=229829
TBR=cevans@chromium.org (for content/common/content_message_generator.h)
The TBR is for a single include file path change after moving a file. Chris reviewed the original CL above.
Review URL: https://chromiumcodereview.appspot.com/14751014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index e0558e9..9537c6c 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -294,6 +294,7 @@ 'common/media/media_stream_options.h', 'common/media/video_capture.h', 'common/media/video_capture_messages.h', + 'common/media/webrtc_logging_messages.h', 'common/message_router.cc', 'common/message_router.h', 'common/mime_registry_messages.h', @@ -377,7 +378,6 @@ 'common/webkitplatformsupport_impl.h', 'common/webmessageportchannel_impl.cc', 'common/webmessageportchannel_impl.h', - 'common/webrtc_logging_messages.h', 'common/worker_messages.h', 'common/zygote_commands_linux.h', 'port/common/input_event_ack_state.h', |