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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 3058055: Implemented way to share video frames between WebKit and Chromium (Closed)
Patch Set: Adding WebKit side for easy reading (will delete in final patch) Created 10 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
« no previous file with comments | « webkit/glue/media/web_video_renderer.h ('k') | webkit/glue/webmediaplayer_impl.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'webpasswordautocompletelistener_impl.h', 326 'webpasswordautocompletelistener_impl.h',
327 'webpreferences.cc', 327 'webpreferences.cc',
328 'webpreferences.h', 328 'webpreferences.h',
329 'websocketstreamhandle_bridge.h', 329 'websocketstreamhandle_bridge.h',
330 'websocketstreamhandle_delegate.h', 330 'websocketstreamhandle_delegate.h',
331 'websocketstreamhandle_impl.cc', 331 'websocketstreamhandle_impl.cc',
332 'websocketstreamhandle_impl.h', 332 'websocketstreamhandle_impl.h',
333 'webthemeengine_impl_win.cc', 333 'webthemeengine_impl_win.cc',
334 'weburlloader_impl.cc', 334 'weburlloader_impl.cc',
335 'weburlloader_impl.h', 335 'weburlloader_impl.h',
336 'webvideoframe_impl.cc',
337 'webvideoframe_impl.h',
336 'window_open_disposition.h', 338 'window_open_disposition.h',
337 'window_open_disposition.cc', 339 'window_open_disposition.cc',
338 340
339 # These files used to be built in the webcore target, but moved here 341 # These files used to be built in the webcore target, but moved here
340 # since part of glue. 342 # since part of glue.
341 '../extensions/v8/benchmarking_extension.cc', 343 '../extensions/v8/benchmarking_extension.cc',
342 '../extensions/v8/benchmarking_extension.h', 344 '../extensions/v8/benchmarking_extension.h',
343 '../extensions/v8/gc_extension.cc', 345 '../extensions/v8/gc_extension.cc',
344 '../extensions/v8/gc_extension.h', 346 '../extensions/v8/gc_extension.h',
345 '../extensions/v8/gears_extension.cc', 347 '../extensions/v8/gears_extension.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 }], 415 }],
414 ['inside_chromium_build==0', { 416 ['inside_chromium_build==0', {
415 'dependencies': [ 417 'dependencies': [
416 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 418 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
417 ], 419 ],
418 }], 420 }],
419 ], 421 ],
420 }, 422 },
421 ], 423 ],
422 } 424 }
OLDNEW
« no previous file with comments | « webkit/glue/media/web_video_renderer.h ('k') | webkit/glue/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698