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

Side by Side Diff: content/content_common.gypi

Issue 1718883002: 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: ('dependencies' instead of 'deps') 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 27 matching lines...) Expand all
38 '../ui/accessibility/accessibility.gyp:ax_gen', 38 '../ui/accessibility/accessibility.gyp:ax_gen',
39 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 39 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
40 '../ui/base/ui_base.gyp:ui_base', 40 '../ui/base/ui_base.gyp:ui_base',
41 '../ui/events/events.gyp:events_ipc', 41 '../ui/events/events.gyp:events_ipc',
42 '../ui/gfx/gfx.gyp:gfx', 42 '../ui/gfx/gfx.gyp:gfx',
43 '../ui/gfx/gfx.gyp:gfx_geometry', 43 '../ui/gfx/gfx.gyp:gfx_geometry',
44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 44 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
45 '../ui/gl/gl.gyp:gl', 45 '../ui/gl/gl.gyp:gl',
46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
47 '../url/url.gyp:url_lib', 47 '../url/url.gyp:url_lib',
48 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 48 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
kjellander_chromium 2016/02/22 14:45:53 Since you're listing the generated header in the p
hbos_chromium 2016/02/22 15:43:39 Done.
49 ], 49 ],
50 'include_dirs': [ 50 'include_dirs': [
51 '..', 51 '..',
52 ], 52 ],
53 'actions': [ 53 'actions': [
54 { 54 {
55 'action_name': 'generate_webkit_version', 55 'action_name': 'generate_webkit_version',
56 'inputs': [ 56 'inputs': [
57 '<(script)', 57 '<(script)',
58 '<(lastchange)', 58 '<(lastchange)',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'public/common/browser_plugin_guest_mode.cc', 93 'public/common/browser_plugin_guest_mode.cc',
94 'public/common/browser_plugin_guest_mode.h', 94 'public/common/browser_plugin_guest_mode.h',
95 'public/common/browser_side_navigation_policy.cc', 95 'public/common/browser_side_navigation_policy.cc',
96 'public/common/browser_side_navigation_policy.h', 96 'public/common/browser_side_navigation_policy.h',
97 'public/common/child_process_host.h', 97 'public/common/child_process_host.h',
98 'public/common/child_process_host_delegate.cc', 98 'public/common/child_process_host_delegate.cc',
99 'public/common/child_process_host_delegate.h', 99 'public/common/child_process_host_delegate.h',
100 'public/common/child_process_sandbox_support_linux.h', 100 'public/common/child_process_sandbox_support_linux.h',
101 'public/common/color_suggestion.cc', 101 'public/common/color_suggestion.cc',
102 'public/common/color_suggestion.h', 102 'public/common/color_suggestion.h',
103 'public/common/common_features.h',
103 'public/common/common_param_traits.cc', 104 'public/common/common_param_traits.cc',
104 'public/common/common_param_traits.h', 105 'public/common/common_param_traits.h',
105 'public/common/common_param_traits_macros.h', 106 'public/common/common_param_traits_macros.h',
106 'public/common/console_message_level.h', 107 'public/common/console_message_level.h',
107 'public/common/content_client.cc', 108 'public/common/content_client.cc',
108 'public/common/content_client.h', 109 'public/common/content_client.h',
109 'public/common/content_constants.cc', 110 'public/common/content_constants.cc',
110 'public/common/content_constants.h', 111 'public/common/content_constants.h',
111 'public/common/content_descriptors.h', 112 'public/common/content_descriptors.h',
112 'public/common/content_features.cc', 113 'public/common/content_features.cc',
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1086 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1086 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1087 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1087 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1088 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1088 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1089 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1089 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1090 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1091 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1091 ], 1092 ],
1092 }], 1093 }],
1093 ], 1094 ],
1094 } 1095 }
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