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

Side by Side Diff: chrome/chrome.gyp

Issue 2843060: GYP changed to extract D3DX9 DLL into product dir.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « build/dir_exists.py ('k') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # it easier for us to reference them internally. 61 # it easier for us to reference them internally.
62 'browser/resources/bookmark_manager_resources.grd', 62 'browser/resources/bookmark_manager_resources.grd',
63 'browser/resources/net_internals_resources.grd', 63 'browser/resources/net_internals_resources.grd',
64 'browser/resources/shared_resources.grd' 64 'browser/resources/shared_resources.grd'
65 ], 65 ],
66 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 66 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
67 'grit_cmd': ['python', '../tools/grit/grit.py'], 67 'grit_cmd': ['python', '../tools/grit/grit.py'],
68 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 68 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
69 # TODO: remove this helper when we have loops in GYP 69 # TODO: remove this helper when we have loops in GYP
70 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'], 70 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
71 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
71 'conditions': [ 72 'conditions': [
72 ['OS=="win"', { 73 ['OS=="win"', {
73 'nacl_defines': [ 74 'nacl_defines': [
74 'NACL_WINDOWS=1', 75 'NACL_WINDOWS=1',
75 'NACL_LINUX=0', 76 'NACL_LINUX=0',
76 'NACL_OSX=0', 77 'NACL_OSX=0',
77 ], 78 ],
78 'platform_locale_settings_grd': 79 'platform_locale_settings_grd':
79 'app/resources/locale_settings_win.grd', 80 'app/resources/locale_settings_win.grd',
80 },], 81 },],
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'gpu/gpu_view_win.h', 709 'gpu/gpu_view_win.h',
709 ], 710 ],
710 'include_dirs': [ 711 'include_dirs': [
711 '..', 712 '..',
712 ], 713 ],
713 'conditions': [ 714 'conditions': [
714 ['OS=="win"', { 715 ['OS=="win"', {
715 'include_dirs': [ 716 'include_dirs': [
716 '<(DEPTH)/third_party/wtl/include', 717 '<(DEPTH)/third_party/wtl/include',
717 ], 718 ],
719 'dependencies': [
720 '../third_party/angle/src/build_angle.gyp:libEGL',
721 '../third_party/angle/src/build_angle.gyp:libGLESv2',
722 ],
723 }],
724 ['OS=="win" and directxsdk_exists=="True"', {
725 'actions': [
726 {
727 'action_name': 'extract_d3dx9',
728 'variables': {
729 'input': 'Aug2009_d3dx9_42_x86.cab',
730 'output': 'd3dx9_42.dll',
731 },
732 'inputs': [
733 '../third_party/directxsdk/files/Redist/<(input)',
734 ],
735 'outputs': [
736 '<(PRODUCT_DIR)/<(output)',
737 ],
738 'action': [
739 'expand',
740 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
741 '-F:<(output)',
742 '<(PRODUCT_DIR)',
743 ],
744 },
745 ],
718 }], 746 }],
719 ['OS=="linux" and target_arch!="arm"', { 747 ['OS=="linux" and target_arch!="arm"', {
720 'sources': [ 748 'sources': [
721 'gpu/gpu_backing_store_glx.cc', 749 'gpu/gpu_backing_store_glx.cc',
722 'gpu/gpu_backing_store_glx.h', 750 'gpu/gpu_backing_store_glx.h',
723 'gpu/gpu_backing_store_glx_context.cc', 751 'gpu/gpu_backing_store_glx_context.cc',
724 'gpu/gpu_backing_store_glx_context.h', 752 'gpu/gpu_backing_store_glx_context.h',
725 'gpu/gpu_view_x.cc', 753 'gpu/gpu_view_x.cc',
726 'gpu/gpu_view_x.h', 754 'gpu/gpu_view_x.h',
727 'gpu/x_util.cc', 755 'gpu/x_util.cc',
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 }], # targets 1866 }], # targets
1839 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1867 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1840 ], # 'conditions' 1868 ], # 'conditions'
1841 } 1869 }
1842 1870
1843 # Local Variables: 1871 # Local Variables:
1844 # tab-width:2 1872 # tab-width:2
1845 # indent-tabs-mode:nil 1873 # indent-tabs-mode:nil
1846 # End: 1874 # End:
1847 # vim: set expandtab tabstop=2 shiftwidth=2: 1875 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/dir_exists.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698