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

Side by Side Diff: content/content_common.gypi

Issue 14772009: Rationalize dependency on khronos EGL headers in place of angle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated khronos headers. 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
« no previous file with comments | « no previous file | content/content_gpu.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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '../build/linux/system.gyp:gtk', 445 '../build/linux/system.gyp:gtk',
446 ], 446 ],
447 }], 447 }],
448 ['OS=="linux"', { 448 ['OS=="linux"', {
449 'dependencies': [ 449 'dependencies': [
450 '../build/linux/system.gyp:pangocairo', 450 '../build/linux/system.gyp:pangocairo',
451 ], 451 ],
452 }], 452 }],
453 ['use_x11 == 1', { 453 ['use_x11 == 1', {
454 'include_dirs': [ 454 'include_dirs': [
455 '<(DEPTH)/third_party/angle/include', 455 '<(DEPTH)/third_party/khronos',
456 ], 456 ],
457 'link_settings': { 457 'link_settings': {
458 'libraries': [ 458 'libraries': [
459 '-lXcomposite', 459 '-lXcomposite',
460 ], 460 ],
461 }, 461 },
462 }], 462 }],
463 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 463 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
464 'sources': [ 464 'sources': [
465 'common/gpu/x_util.cc', 465 'common/gpu/x_util.cc',
(...skipping 30 matching lines...) Expand all
496 ], 496 ],
497 'sources': [ 497 'sources': [
498 'common/gpu/media/exynos_video_decode_accelerator.cc', 498 'common/gpu/media/exynos_video_decode_accelerator.cc',
499 'common/gpu/media/exynos_video_decode_accelerator.h', 499 'common/gpu/media/exynos_video_decode_accelerator.h',
500 'common/gpu/media/gles2_texture_to_egl_image_translator.cc', 500 'common/gpu/media/gles2_texture_to_egl_image_translator.cc',
501 'common/gpu/media/gles2_texture_to_egl_image_translator.h', 501 'common/gpu/media/gles2_texture_to_egl_image_translator.h',
502 'common/gpu/media/omx_video_decode_accelerator.cc', 502 'common/gpu/media/omx_video_decode_accelerator.cc',
503 'common/gpu/media/omx_video_decode_accelerator.h', 503 'common/gpu/media/omx_video_decode_accelerator.h',
504 ], 504 ],
505 'include_dirs': [ 505 'include_dirs': [
506 '<(DEPTH)/third_party/angle/include', 506 '<(DEPTH)/third_party/khronos',
507 '<(DEPTH)/third_party/openmax/il', 507 '<(DEPTH)/third_party/openmax/il',
508 ], 508 ],
509 'link_settings': { 509 'link_settings': {
510 'libraries': [ 510 'libraries': [
511 '-lEGL', 511 '-lEGL',
512 '-lGLESv2', 512 '-lGLESv2',
513 ], 513 ],
514 }, 514 },
515 }], 515 }],
516 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { 516 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'mfplat.dll', 549 'mfplat.dll',
550 ], 550 ],
551 }, 551 },
552 }, 552 },
553 }, 553 },
554 'sources': [ 554 'sources': [
555 'common/gpu/media/dxva_video_decode_accelerator.cc', 555 'common/gpu/media/dxva_video_decode_accelerator.cc',
556 'common/gpu/media/dxva_video_decode_accelerator.h', 556 'common/gpu/media/dxva_video_decode_accelerator.h',
557 ], 557 ],
558 'include_dirs': [ 558 'include_dirs': [
559 '<(DEPTH)/third_party/angle/include', 559 '<(DEPTH)/third_party/khronos',
560 ], 560 ],
561 }], 561 }],
562 ['OS=="win" and directxsdk_exists=="True"', { 562 ['OS=="win" and directxsdk_exists=="True"', {
563 'actions': [ 563 'actions': [
564 { 564 {
565 'action_name': 'extract_xinput', 565 'action_name': 'extract_xinput',
566 'variables': { 566 'variables': {
567 'input': 'APR2007_xinput_x86.cab', 567 'input': 'APR2007_xinput_x86.cab',
568 'output': 'xinput1_3.dll', 568 'output': 'xinput1_3.dll',
569 }, 569 },
570 'inputs': [ 570 'inputs': [
571 '../third_party/directxsdk/files/Redist/<(input)', 571 '../third_party/directxsdk/files/Redist/<(input)',
572 ], 572 ],
573 'outputs': [ 573 'outputs': [
574 '<(PRODUCT_DIR)/<(output)', 574 '<(PRODUCT_DIR)/<(output)',
575 ], 575 ],
576 'action': [ 576 'action': [
577 'python', 577 'python',
578 '../build/extract_from_cab.py', 578 '../build/extract_from_cab.py',
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 580 '<(output)',
581 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
582 ], 582 ],
583 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
584 }, 584 },
585 ] 585 ]
586 }], 586 }],
587 ], 587 ],
588 } 588 }
OLDNEW
« no previous file with comments | « no previous file | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698