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

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: rebase Created 9 years, 5 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 'webdropdata.cc', 401 'webdropdata.cc',
402 'webdropdata_win.cc', 402 'webdropdata_win.cc',
403 'webdropdata.h', 403 'webdropdata.h',
404 'webfileutilities_impl.cc', 404 'webfileutilities_impl.cc',
405 'webfileutilities_impl.h', 405 'webfileutilities_impl.h',
406 'webkit_constants.h', 406 'webkit_constants.h',
407 'webkit_glue.cc', 407 'webkit_glue.cc',
408 'webkit_glue.h', 408 'webkit_glue.h',
409 'webkitclient_impl.cc', 409 'webkitclient_impl.cc',
410 'webkitclient_impl.h', 410 'webkitclient_impl.h',
411 'webmediaplayer_impl.cc',
411 'webmediaplayer_impl.h', 412 'webmediaplayer_impl.h',
412 'webmediaplayer_impl.cc', 413 'webmediaplayer_proxy.cc',
414 'webmediaplayer_proxy.h',
413 'webmenuitem.cc', 415 'webmenuitem.cc',
414 'webmenuitem.h', 416 'webmenuitem.h',
415 'webmenurunner_mac.h', 417 'webmenurunner_mac.h',
416 'webmenurunner_mac.mm', 418 'webmenurunner_mac.mm',
417 'webpreferences.cc', 419 'webpreferences.cc',
418 'webpreferences.h', 420 'webpreferences.h',
419 'websocketstreamhandle_bridge.h', 421 'websocketstreamhandle_bridge.h',
420 'websocketstreamhandle_delegate.h', 422 'websocketstreamhandle_delegate.h',
421 'websocketstreamhandle_impl.cc', 423 'websocketstreamhandle_impl.cc',
422 'websocketstreamhandle_impl.h', 424 'websocketstreamhandle_impl.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 }, 542 },
541 'includes': [ '../../build/grit_action.gypi' ], 543 'includes': [ '../../build/grit_action.gypi' ],
542 }, 544 },
543 ], 545 ],
544 'includes': [ '../../build/grit_target.gypi' ], 546 'includes': [ '../../build/grit_target.gypi' ],
545 }, 547 },
546 ], 548 ],
547 }], 549 }],
548 ], 550 ],
549 } 551 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698