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

Side by Side Diff: remoting/remoting.gyp

Issue 7657005: Roll ffmpeg/libvpx deps to switch to ffvp8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 { 158 {
159 'target_name': 'remoting_host_plugin', 159 'target_name': 'remoting_host_plugin',
160 'type': 'loadable_module', 160 'type': 'loadable_module',
161 'defines': [ 161 'defines': [
162 'HOST_PLUGIN_MIME_TYPE=<(host_plugin_mime_type)', 162 'HOST_PLUGIN_MIME_TYPE=<(host_plugin_mime_type)',
163 ], 163 ],
164 'dependencies': [ 164 'dependencies': [
165 'remoting_base', 165 'remoting_base',
166 'remoting_host', 166 'remoting_host',
167 'remoting_jingle_glue', 167 'remoting_jingle_glue',
168 '../third_party/libvpx/libvpx.gyp:libvpx',
169 '../third_party/npapi/npapi.gyp:npapi', 168 '../third_party/npapi/npapi.gyp:npapi',
170 ], 169 ],
171 'sources': [ 170 'sources': [
172 # Hack for NPAPI policy support. REMOVE ASAP. 171 # Hack for NPAPI policy support. REMOVE ASAP.
173 # Bug: http://crbug.com/92576 172 # Bug: http://crbug.com/92576
174 '../content/common/json_value_serializer.cc', 173 '../content/common/json_value_serializer.cc',
175 '../content/common/json_value_serializer.h', 174 '../content/common/json_value_serializer.h',
176 175
177 'host/plugin/host_plugin.cc', 176 'host/plugin/host_plugin.cc',
178 'host/plugin/host_plugin.def', 177 'host/plugin/host_plugin.def',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 }, # end of target 'webapp_it2me' 276 }, # end of target 'webapp_it2me'
278 { 277 {
279 'target_name': 'remoting_base', 278 'target_name': 'remoting_base',
280 'type': 'static_library', 279 'type': 'static_library',
281 'dependencies': [ 280 'dependencies': [
282 '../base/base.gyp:base', 281 '../base/base.gyp:base',
283 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 282 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
284 '../ui/ui.gyp:ui', 283 '../ui/ui.gyp:ui',
285 '../net/net.gyp:net', 284 '../net/net.gyp:net',
286 '../skia/skia.gyp:skia', 285 '../skia/skia.gyp:skia',
286 '../third_party/libvpx/libvpx.gyp:libvpx',
287 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 287 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
288 '../third_party/zlib/zlib.gyp:zlib', 288 '../third_party/zlib/zlib.gyp:zlib',
289 '../media/media.gyp:yuv_convert', 289 '../media/media.gyp:yuv_convert',
290 'remoting_jingle_glue', 290 'remoting_jingle_glue',
291 'proto/chromotocol.gyp:chromotocol_proto_lib', 291 'proto/chromotocol.gyp:chromotocol_proto_lib',
292 'proto/trace.gyp:trace_proto_lib', 292 'proto/trace.gyp:trace_proto_lib',
293 # TODO(hclam): Enable VP8 in the build.
294 #'third_party/on2/on2.gyp:vp8',
295 ], 293 ],
296 'export_dependent_settings': [ 294 'export_dependent_settings': [
297 '../base/base.gyp:base', 295 '../base/base.gyp:base',
298 '../net/net.gyp:net', 296 '../net/net.gyp:net',
299 '../skia/skia.gyp:skia', 297 '../skia/skia.gyp:skia',
300 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 298 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
301 'proto/chromotocol.gyp:chromotocol_proto_lib', 299 'proto/chromotocol.gyp:chromotocol_proto_lib',
302 ], 300 ],
303 # TODO(hclam): Remove this and depend on libvpx directly once we remove
304 # libvpx from FFmpeg.
305 'include_dirs': [
306 '../third_party/libvpx/source/libvpx',
307 ],
308 # This target needs a hard dependency because dependent targets 301 # This target needs a hard dependency because dependent targets
309 # depend on chromotocol_proto_lib for headers. 302 # depend on chromotocol_proto_lib for headers.
310 'hard_dependency': 1, 303 'hard_dependency': 1,
311 'sources': [ 304 'sources': [
312 'base/auth_token_util.cc', 305 'base/auth_token_util.cc',
313 'base/auth_token_util.h', 306 'base/auth_token_util.h',
314 'base/capture_data.cc', 307 'base/capture_data.cc',
315 'base/capture_data.h', 308 'base/capture_data.h',
316 'base/compound_buffer.cc', 309 'base/compound_buffer.cc',
317 'base/compound_buffer.h', 310 'base/compound_buffer.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 '../base/allocator/allocator.gyp:allocator', 804 '../base/allocator/allocator.gyp:allocator',
812 ], 805 ],
813 }, 806 },
814 ], 807 ],
815 ], 808 ],
816 }], 809 }],
817 ], # end of 'conditions' 810 ], # end of 'conditions'
818 }, # end of target 'remoting_unittests' 811 }, # end of target 'remoting_unittests'
819 ], # end of targets 812 ], # end of targets
820 } 813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698