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

Side by Side Diff: content/content_common.gypi

Issue 14914009: VAVDA: Redesign stage 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added DCHECKs for ChildThread in TFPPicture Created 7 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'libraries': [ 508 'libraries': [
509 '-lEGL', 509 '-lEGL',
510 '-lGLESv2', 510 '-lGLESv2',
511 ], 511 ],
512 }, 512 },
513 }], 513 }],
514 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { 514 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
515 'sources': [ 515 'sources': [
516 'common/gpu/media/h264_dpb.cc', 516 'common/gpu/media/h264_dpb.cc',
517 'common/gpu/media/h264_dpb.h', 517 'common/gpu/media/h264_dpb.h',
518 'common/gpu/media/va_surface.h',
518 'common/gpu/media/vaapi_h264_decoder.cc', 519 'common/gpu/media/vaapi_h264_decoder.cc',
519 'common/gpu/media/vaapi_h264_decoder.h', 520 'common/gpu/media/vaapi_h264_decoder.h',
520 'common/gpu/media/vaapi_video_decode_accelerator.cc', 521 'common/gpu/media/vaapi_video_decode_accelerator.cc',
521 'common/gpu/media/vaapi_video_decode_accelerator.h', 522 'common/gpu/media/vaapi_video_decode_accelerator.h',
523 'common/gpu/media/vaapi_wrapper.cc',
524 'common/gpu/media/vaapi_wrapper.h',
522 ], 525 ],
523 'include_dirs': [ 526 'include_dirs': [
524 '<(DEPTH)/third_party/libva', 527 '<(DEPTH)/third_party/libva',
525 ], 528 ],
526 }], 529 }],
527 ['OS=="win"', { 530 ['OS=="win"', {
528 'dependencies': [ 531 'dependencies': [
529 '../media/media.gyp:media', 532 '../media/media.gyp:media',
530 '../ui/gl/gl.gyp:gl', 533 '../ui/gl/gl.gyp:gl',
531 ], 534 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 580 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
578 '<(output)', 581 '<(output)',
579 '<(PRODUCT_DIR)', 582 '<(PRODUCT_DIR)',
580 ], 583 ],
581 'msvs_cygwin_shell': 1, 584 'msvs_cygwin_shell': 1,
582 }, 585 },
583 ] 586 ]
584 }], 587 }],
585 ], 588 ],
586 } 589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698