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

Side by Side Diff: libvpx.gyp

Issue 450993002: Workaround assembly offsets build error for WebRTC standalone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 4 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 | no next file » | 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 'variables': { 5 'variables': {
6 'libvpx_build_vp9%': 1, 6 'libvpx_build_vp9%': 1,
7 'libvpx_source%': 'source/libvpx', 7 'libvpx_source%': 'source/libvpx',
8 'conditions': [ 8 'conditions': [
9 ['os_posix==1', { 9 ['os_posix==1', {
10 'asm_obj_extension': 'o', 10 'asm_obj_extension': 'o',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 }, 479 },
480 ], 480 ],
481 'sources': [ 481 'sources': [
482 '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.obj', 482 '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.obj',
483 ], 483 ],
484 }, { 484 }, {
485 'variables': { 485 'variables': {
486 'unpack_lib_search_path_list': [ 486 'unpack_lib_search_path_list': [
487 '-a', '<(PRODUCT_DIR)/libvpx_asm_offsets_vp8.a', 487 '-a', '<(PRODUCT_DIR)/libvpx_asm_offsets_vp8.a',
488 '-a', '<(LIB_DIR)/third_party/libvpx/libvpx_asm_offsets_vp8.a', 488 '-a', '<(LIB_DIR)/third_party/libvpx/libvpx_asm_offsets_vp8.a',
489 '-a', '<(LIB_DIR)/chromium/src/third_party/libvpx/libvpx_asm_offse ts_vp8.a',
489 '-a', '<(LIB_DIR)/Source/WebKit/chromium/third_party/libvpx/libvpx _asm_offsets_vp8.a', 490 '-a', '<(LIB_DIR)/Source/WebKit/chromium/third_party/libvpx/libvpx _asm_offsets_vp8.a',
490 '-a', '<(lib_intermediate_name)', 491 '-a', '<(lib_intermediate_name)',
491 ], 492 ],
492 'unpack_lib_output_dir':'<(INTERMEDIATE_DIR)', 493 'unpack_lib_output_dir':'<(INTERMEDIATE_DIR)',
493 'unpack_lib_name':'vp8_asm_enc_offsets.o' 494 'unpack_lib_name':'vp8_asm_enc_offsets.o'
494 }, 495 },
495 'includes': ['unpack_lib_posix.gypi'], 496 'includes': ['unpack_lib_posix.gypi'],
496 # Need this otherwise gyp won't run the rule on them. 497 # Need this otherwise gyp won't run the rule on them.
497 'sources': [ 498 'sources': [
498 '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.o', 499 '<(INTERMEDIATE_DIR)/vp8_asm_enc_offsets.o',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 }, 553 },
553 ], 554 ],
554 'sources': [ 555 'sources': [
555 '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.obj', 556 '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.obj',
556 ], 557 ],
557 }, { 558 }, {
558 'variables': { 559 'variables': {
559 'unpack_lib_search_path_list': [ 560 'unpack_lib_search_path_list': [
560 '-a', '<(PRODUCT_DIR)/libvpx_asm_offsets_vpx_scale.a', 561 '-a', '<(PRODUCT_DIR)/libvpx_asm_offsets_vpx_scale.a',
561 '-a', '<(LIB_DIR)/third_party/libvpx/libvpx_asm_offsets_vpx_scale. a', 562 '-a', '<(LIB_DIR)/third_party/libvpx/libvpx_asm_offsets_vpx_scale. a',
563 '-a', '<(LIB_DIR)/chromium/src/third_party/libvpx/libvpx_asm_offse ts_vpx_scale.a',
562 '-a', '<(LIB_DIR)/Source/WebKit/chromium/third_party/libvpx/libvpx _asm_offsets_vpx_scale.a', 564 '-a', '<(LIB_DIR)/Source/WebKit/chromium/third_party/libvpx/libvpx _asm_offsets_vpx_scale.a',
563 '-a', '<(lib_intermediate_name)', 565 '-a', '<(lib_intermediate_name)',
564 ], 566 ],
565 'unpack_lib_output_dir':'<(INTERMEDIATE_DIR)', 567 'unpack_lib_output_dir':'<(INTERMEDIATE_DIR)',
566 'unpack_lib_name':'vpx_scale_asm_offsets.o' 568 'unpack_lib_name':'vpx_scale_asm_offsets.o'
567 }, 569 },
568 'includes': ['unpack_lib_posix.gypi'], 570 'includes': ['unpack_lib_posix.gypi'],
569 # Need this otherwise gyp won't run the rule on them. 571 # Need this otherwise gyp won't run the rule on them.
570 'sources': [ 572 'sources': [
571 '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.o', 573 '<(INTERMEDIATE_DIR)/vpx_scale_asm_offsets.o',
572 ], 574 ],
573 }], 575 }],
574 ], 576 ],
575 'includes': ['obj_int_extract.gypi'], 577 'includes': ['obj_int_extract.gypi'],
576 }, 578 },
577 ], 579 ],
578 } 580 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698