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

Side by Side Diff: content/content_common.gypi

Issue 11418079: Do not compile third_party/libva on Linux. It's not used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uploading again Created 8 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 | « no previous file | content/content_tests.gypi » ('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) 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 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 '<(DEPTH)/third_party/angle/include', 482 '<(DEPTH)/third_party/angle/include',
483 '<(DEPTH)/third_party/openmax/il', 483 '<(DEPTH)/third_party/openmax/il',
484 ], 484 ],
485 'link_settings': { 485 'link_settings': {
486 'libraries': [ 486 'libraries': [
487 '-lEGL', 487 '-lEGL',
488 '-lGLESv2', 488 '-lGLESv2',
489 ], 489 ],
490 }, 490 },
491 }], 491 }],
492 ['target_arch != "arm" and (OS=="linux" or chromeos == 1)', { 492 ['target_arch != "arm" and chromeos == 1', {
493 'sources': [ 493 'sources': [
494 'common/gpu/media/h264_dpb.cc', 494 'common/gpu/media/h264_dpb.cc',
495 'common/gpu/media/h264_dpb.h', 495 'common/gpu/media/h264_dpb.h',
496 'common/gpu/media/vaapi_h264_decoder.cc', 496 'common/gpu/media/vaapi_h264_decoder.cc',
497 'common/gpu/media/vaapi_h264_decoder.h', 497 'common/gpu/media/vaapi_h264_decoder.h',
498 'common/gpu/media/vaapi_video_decode_accelerator.cc', 498 'common/gpu/media/vaapi_video_decode_accelerator.cc',
499 'common/gpu/media/vaapi_video_decode_accelerator.h', 499 'common/gpu/media/vaapi_video_decode_accelerator.h',
500 ], 500 ],
501 'include_dirs': [ 501 'include_dirs': [
502 '<(DEPTH)/third_party/libva', 502 '<(DEPTH)/third_party/libva',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 '../build/extract_from_cab.py', 558 '../build/extract_from_cab.py',
559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
560 '<(output)', 560 '<(output)',
561 '<(PRODUCT_DIR)', 561 '<(PRODUCT_DIR)',
562 ], 562 ],
563 }, 563 },
564 ] 564 ]
565 }], 565 }],
566 ], 566 ],
567 } 567 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698