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

Side by Side Diff: content/content_common.gypi

Issue 877323009: Extracted media mime type checks from net/base/ into media/base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fixes #1 Created 5 years, 10 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
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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'common/media/media_stream_track_metrics_host_messages.h', 405 'common/media/media_stream_track_metrics_host_messages.h',
406 'common/media/midi_messages.h', 406 'common/media/midi_messages.h',
407 'common/media/video_capture.h', 407 'common/media/video_capture.h',
408 'common/media/video_capture_messages.h', 408 'common/media/video_capture_messages.h',
409 'common/media/webrtc_identity_messages.h', 409 'common/media/webrtc_identity_messages.h',
410 'common/memory_benchmark_messages.h', 410 'common/memory_benchmark_messages.h',
411 'common/message_port_messages.h', 411 'common/message_port_messages.h',
412 'common/message_router.cc', 412 'common/message_router.cc',
413 'common/message_router.h', 413 'common/message_router.h',
414 'common/mime_registry_messages.h', 414 'common/mime_registry_messages.h',
415 'common/mime_util.cc',
416 'common/mime_util.h',
415 'common/mojo/mojo_messages.h', 417 'common/mojo/mojo_messages.h',
416 'common/mojo/service_registry_impl.cc', 418 'common/mojo/service_registry_impl.cc',
417 'common/mojo/service_registry_impl.h', 419 'common/mojo/service_registry_impl.h',
418 'common/navigation_gesture.h', 420 'common/navigation_gesture.h',
419 'common/navigation_params.cc', 421 'common/navigation_params.cc',
420 'common/navigation_params.h', 422 'common/navigation_params.h',
421 'common/navigator_connect_messages.h', 423 'common/navigator_connect_messages.h',
422 'common/net/url_fetcher.cc', 424 'common/net/url_fetcher.cc',
423 'common/net/url_request_user_data.cc', 425 'common/net/url_request_user_data.cc',
424 'common/net/url_request_user_data.h', 426 'common/net/url_request_user_data.h',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1037 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1036 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1037 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1038 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1040 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1039 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1041 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1040 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1041 ], 1043 ],
1042 }], 1044 }],
1043 ], 1045 ],
1044 } 1046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698