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

Side by Side Diff: content/content_common.gypi

Issue 401523002: Move media related mimetype functionality out of net/ and into media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add content/common/mime_util.h for realz Created 6 years, 5 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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'common/media/media_stream_track_metrics_host_messages.h', 387 'common/media/media_stream_track_metrics_host_messages.h',
388 'common/media/midi_messages.h', 388 'common/media/midi_messages.h',
389 'common/media/video_capture.h', 389 'common/media/video_capture.h',
390 'common/media/video_capture_messages.h', 390 'common/media/video_capture_messages.h',
391 'common/media/webrtc_identity_messages.h', 391 'common/media/webrtc_identity_messages.h',
392 'common/memory_benchmark_messages.h', 392 'common/memory_benchmark_messages.h',
393 'common/message_port_messages.h', 393 'common/message_port_messages.h',
394 'common/message_router.cc', 394 'common/message_router.cc',
395 'common/message_router.h', 395 'common/message_router.h',
396 'common/mime_registry_messages.h', 396 'common/mime_registry_messages.h',
397 'common/mime_util.cc',
398 'common/mime_util.h',
397 'common/mojo/mojo_messages.h', 399 'common/mojo/mojo_messages.h',
398 'common/mojo/service_registry_impl.cc', 400 'common/mojo/service_registry_impl.cc',
399 'common/mojo/service_registry_impl.h', 401 'common/mojo/service_registry_impl.h',
400 'common/navigation_gesture.h', 402 'common/navigation_gesture.h',
401 'common/net/url_fetcher.cc', 403 'common/net/url_fetcher.cc',
402 'common/net/url_request_user_data.cc', 404 'common/net/url_request_user_data.cc',
403 'common/net/url_request_user_data.h', 405 'common/net/url_request_user_data.h',
404 'common/one_writer_seqlock.cc', 406 'common/one_writer_seqlock.cc',
405 'common/one_writer_seqlock.h', 407 'common/one_writer_seqlock.h',
406 'common/p2p_messages.h', 408 'common/p2p_messages.h',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 }, { 884 }, {
883 'defines': ['USE_SECCOMP_BPF'], 885 'defines': ['USE_SECCOMP_BPF'],
884 }], 886 }],
885 ['use_ozone==1', { 887 ['use_ozone==1', {
886 'dependencies': [ 888 'dependencies': [
887 '../ui/ozone/ozone.gyp:ozone', 889 '../ui/ozone/ozone.gyp:ozone',
888 ], 890 ],
889 }], 891 }],
890 ], 892 ],
891 } 893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698