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

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

Issue 7493030: Split WebMediaPlayerImpl::Proxy into its own class. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: fixes 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
« 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) 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'webdropdata.cc', 408 'webdropdata.cc',
409 'webdropdata_win.cc', 409 'webdropdata_win.cc',
410 'webdropdata.h', 410 'webdropdata.h',
411 'webfileutilities_impl.cc', 411 'webfileutilities_impl.cc',
412 'webfileutilities_impl.h', 412 'webfileutilities_impl.h',
413 'webkit_constants.h', 413 'webkit_constants.h',
414 'webkit_glue.cc', 414 'webkit_glue.cc',
415 'webkit_glue.h', 415 'webkit_glue.h',
416 'webkitclient_impl.cc', 416 'webkitclient_impl.cc',
417 'webkitclient_impl.h', 417 'webkitclient_impl.h',
418 'webmediaplayer_impl.cc',
418 'webmediaplayer_impl.h', 419 'webmediaplayer_impl.h',
419 'webmediaplayer_impl.cc', 420 'webmediaplayer_proxy.cc',
421 'webmediaplayer_proxy.h',
420 'webmenuitem.cc', 422 'webmenuitem.cc',
421 'webmenuitem.h', 423 'webmenuitem.h',
422 'webmenurunner_mac.h', 424 'webmenurunner_mac.h',
423 'webmenurunner_mac.mm', 425 'webmenurunner_mac.mm',
424 'webpreferences.cc', 426 'webpreferences.cc',
425 'webpreferences.h', 427 'webpreferences.h',
426 'websocketstreamhandle_bridge.h', 428 'websocketstreamhandle_bridge.h',
427 'websocketstreamhandle_delegate.h', 429 'websocketstreamhandle_delegate.h',
428 'websocketstreamhandle_impl.cc', 430 'websocketstreamhandle_impl.cc',
429 'websocketstreamhandle_impl.h', 431 'websocketstreamhandle_impl.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 }, 549 },
548 'includes': [ '../../build/grit_action.gypi' ], 550 'includes': [ '../../build/grit_action.gypi' ],
549 }, 551 },
550 ], 552 ],
551 'includes': [ '../../build/grit_target.gypi' ], 553 'includes': [ '../../build/grit_target.gypi' ],
552 }, 554 },
553 ], 555 ],
554 }], 556 }],
555 ], 557 ],
556 } 558 }
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