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

Side by Side Diff: content/content_gpu.gypi

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « content/content_common.gypi ('k') | content/content_plugin.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)', 7 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/ directxsdk)',
8 }, # variables 8 }, # variables
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'content_gpu', 11 'target_name': 'content_gpu',
12 'type': '<(library)', 12 'type': 'static_library',
13 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', 13 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A',
14 'dependencies': [ 14 'dependencies': [
15 'content_common', 15 'content_common',
16 '../base/base.gyp:base', 16 '../base/base.gyp:base',
17 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 '../ui/gfx/gl/gl.gyp:gl', 18 '../ui/gfx/gl/gl.gyp:gl',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'gpu/gpu_dx_diagnostics_win.cc', 21 'gpu/gpu_dx_diagnostics_win.cc',
22 'gpu/gpu_info_collector_linux.cc', 22 'gpu/gpu_info_collector_linux.cc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(output)', 89 '<(output)',
90 '<(PRODUCT_DIR)', 90 '<(PRODUCT_DIR)',
91 ], 91 ],
92 }, 92 },
93 ], 93 ],
94 }], 94 }],
95 ], 95 ],
96 }, 96 },
97 ], 97 ],
98 } 98 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_plugin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698