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

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

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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/webkitplatformsupport_impl.cc » ('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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 }, 106 },
107 { 107 {
108 'target_name': 'glue', 108 'target_name': 'glue',
109 'type': 'static_library', 109 'type': 'static_library',
110 'variables': { 'enable_wexit_time_destructors': 1, }, 110 'variables': { 'enable_wexit_time_destructors': 1, },
111 'dependencies': [ 111 'dependencies': [
112 '<(DEPTH)/base/base.gyp:base_i18n', 112 '<(DEPTH)/base/base.gyp:base_i18n',
113 '<(DEPTH)/base/base.gyp:base_static', 113 '<(DEPTH)/base/base.gyp:base_static',
114 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', 114 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
115 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 115 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
116 '<(DEPTH)/media/media.gyp:yuv_convert',
117 '<(DEPTH)/net/net.gyp:net', 116 '<(DEPTH)/net/net.gyp:net',
118 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', 117 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c',
119 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 118 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
120 '<(DEPTH)/printing/printing.gyp:printing', 119 '<(DEPTH)/printing/printing.gyp:printing',
121 '<(DEPTH)/skia/skia.gyp:skia', 120 '<(DEPTH)/skia/skia.gyp:skia',
122 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 121 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
123 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 122 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
124 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 123 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
125 '<(DEPTH)/ui/ui.gyp:ui', 124 '<(DEPTH)/ui/ui.gyp:ui',
126 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 125 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '../plugins/ppapi/resource_helper.cc', 312 '../plugins/ppapi/resource_helper.cc',
314 '../plugins/ppapi/resource_helper.h', 313 '../plugins/ppapi/resource_helper.h',
315 '../plugins/ppapi/string.cc', 314 '../plugins/ppapi/string.cc',
316 '../plugins/ppapi/string.h', 315 '../plugins/ppapi/string.h',
317 '../plugins/ppapi/webkit_forwarding_impl.cc', 316 '../plugins/ppapi/webkit_forwarding_impl.cc',
318 '../plugins/ppapi/webkit_forwarding_impl.h', 317 '../plugins/ppapi/webkit_forwarding_impl.h',
319 '../plugins/sad_plugin.cc', 318 '../plugins/sad_plugin.cc',
320 '../plugins/sad_plugin.h', 319 '../plugins/sad_plugin.h',
321 '../plugins/webplugininfo.cc', 320 '../plugins/webplugininfo.cc',
322 '../plugins/webplugininfo.h', 321 '../plugins/webplugininfo.h',
323 'media/audio_decoder.cc',
324 'media/audio_decoder.h',
325 'media/buffered_data_source.cc',
326 'media/buffered_data_source.h',
327 'media/buffered_resource_loader.cc',
328 'media/buffered_resource_loader.h',
329 'media/simple_data_source.cc',
330 'media/simple_data_source.h',
331 'media/video_renderer_impl.cc',
332 'media/video_renderer_impl.h',
333 'media/web_data_source.cc',
334 'media/web_data_source.h',
335 'media/web_data_source_factory.cc',
336 'media/web_data_source_factory.h',
337 'media/web_video_renderer.h',
338 'alt_error_page_resource_fetcher.cc', 322 'alt_error_page_resource_fetcher.cc',
339 'alt_error_page_resource_fetcher.h', 323 'alt_error_page_resource_fetcher.h',
340 'context_menu.cc', 324 'context_menu.cc',
341 'context_menu.h', 325 'context_menu.h',
342 'cpp_binding_example.cc', 326 'cpp_binding_example.cc',
343 'cpp_binding_example.h', 327 'cpp_binding_example.h',
344 'cpp_bound_class.cc', 328 'cpp_bound_class.cc',
345 'cpp_bound_class.h', 329 'cpp_bound_class.h',
346 'cpp_variant.cc', 330 'cpp_variant.cc',
347 'cpp_variant.h', 331 'cpp_variant.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'webdropdata.cc', 386 'webdropdata.cc',
403 'webdropdata_win.cc', 387 'webdropdata_win.cc',
404 'webdropdata.h', 388 'webdropdata.h',
405 'webfileutilities_impl.cc', 389 'webfileutilities_impl.cc',
406 'webfileutilities_impl.h', 390 'webfileutilities_impl.h',
407 'webkit_constants.h', 391 'webkit_constants.h',
408 'webkit_glue.cc', 392 'webkit_glue.cc',
409 'webkit_glue.h', 393 'webkit_glue.h',
410 'webkitplatformsupport_impl.cc', 394 'webkitplatformsupport_impl.cc',
411 'webkitplatformsupport_impl.h', 395 'webkitplatformsupport_impl.h',
412 'webmediaplayer_delegate.h',
413 'webmediaplayer_impl.cc',
414 'webmediaplayer_impl.h',
415 'webmediaplayer_proxy.cc',
416 'webmediaplayer_proxy.h',
417 'webmenuitem.cc', 396 'webmenuitem.cc',
418 'webmenuitem.h', 397 'webmenuitem.h',
419 'webmenurunner_mac.h', 398 'webmenurunner_mac.h',
420 'webmenurunner_mac.mm', 399 'webmenurunner_mac.mm',
421 'webpreferences.cc', 400 'webpreferences.cc',
422 'webpreferences.h', 401 'webpreferences.h',
423 'websocketstreamhandle_bridge.h', 402 'websocketstreamhandle_bridge.h',
424 'websocketstreamhandle_delegate.h', 403 'websocketstreamhandle_delegate.h',
425 'websocketstreamhandle_impl.cc', 404 'websocketstreamhandle_impl.cc',
426 'websocketstreamhandle_impl.h', 405 'websocketstreamhandle_impl.h',
427 'webthemeengine_impl_linux.cc', 406 'webthemeengine_impl_linux.cc',
428 'webthemeengine_impl_mac.cc', 407 'webthemeengine_impl_mac.cc',
429 'webthemeengine_impl_win.cc', 408 'webthemeengine_impl_win.cc',
430 'webthread_impl.h', 409 'webthread_impl.h',
431 'webthread_impl.cc', 410 'webthread_impl.cc',
432 'weburlloader_impl.cc', 411 'weburlloader_impl.cc',
433 'weburlloader_impl.h', 412 'weburlloader_impl.h',
434 'webvideoframe_impl.cc',
435 'webvideoframe_impl.h',
436 'web_intent_data.cc', 413 'web_intent_data.cc',
437 'web_intent_data.h', 414 'web_intent_data.h',
438 'web_intent_reply_data.h', 415 'web_intent_reply_data.h',
439 'web_intent_service_data.cc', 416 'web_intent_service_data.cc',
440 'web_intent_service_data.h', 417 'web_intent_service_data.h',
441 'web_io_operators.cc', 418 'web_io_operators.cc',
442 'web_io_operators.h', 419 'web_io_operators.h',
443 'window_open_disposition.h', 420 'window_open_disposition.h',
444 'window_open_disposition.cc', 421 'window_open_disposition.cc',
445 422
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 }, 533 },
557 'includes': [ '../../build/grit_action.gypi' ], 534 'includes': [ '../../build/grit_action.gypi' ],
558 }, 535 },
559 ], 536 ],
560 'includes': [ '../../build/grit_target.gypi' ], 537 'includes': [ '../../build/grit_target.gypi' ],
561 }, 538 },
562 ], 539 ],
563 }], 540 }],
564 ], 541 ],
565 } 542 }
OLDNEW
« no previous file with comments | « webkit/glue/media/web_video_renderer.h ('k') | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698