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

Side by Side Diff: content/content_common.gypi

Issue 1715753002: Revert of Enable H.264 video WebRTC behind run-time flag and add WebRtcBrowserTest for H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « content/content.gyp ('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 '../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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'public/common/browser_plugin_guest_mode.cc', 42 'public/common/browser_plugin_guest_mode.cc',
43 'public/common/browser_plugin_guest_mode.h', 43 'public/common/browser_plugin_guest_mode.h',
44 'public/common/browser_side_navigation_policy.cc', 44 'public/common/browser_side_navigation_policy.cc',
45 'public/common/browser_side_navigation_policy.h', 45 'public/common/browser_side_navigation_policy.h',
46 'public/common/child_process_host.h', 46 'public/common/child_process_host.h',
47 'public/common/child_process_host_delegate.cc', 47 'public/common/child_process_host_delegate.cc',
48 'public/common/child_process_host_delegate.h', 48 'public/common/child_process_host_delegate.h',
49 'public/common/child_process_sandbox_support_linux.h', 49 'public/common/child_process_sandbox_support_linux.h',
50 'public/common/color_suggestion.cc', 50 'public/common/color_suggestion.cc',
51 'public/common/color_suggestion.h', 51 'public/common/color_suggestion.h',
52 'public/common/common_features.h',
53 'public/common/common_param_traits.cc', 52 'public/common/common_param_traits.cc',
54 'public/common/common_param_traits.h', 53 'public/common/common_param_traits.h',
55 'public/common/common_param_traits_macros.h', 54 'public/common/common_param_traits_macros.h',
56 'public/common/console_message_level.h', 55 'public/common/console_message_level.h',
57 'public/common/content_client.cc', 56 'public/common/content_client.cc',
58 'public/common/content_client.h', 57 'public/common/content_client.h',
59 'public/common/content_constants.cc', 58 'public/common/content_constants.cc',
60 'public/common/content_constants.h', 59 'public/common/content_constants.h',
61 'public/common/content_descriptors.h', 60 'public/common/content_descriptors.h',
62 'public/common/content_features.cc', 61 'public/common/content_features.cc',
(...skipping 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1120 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1121 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1123 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1124 ], 1123 ],
1125 }], 1124 }],
1126 ], 1125 ],
1127 } 1126 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698