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

Side by Side Diff: ui/ui_gfx.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 | « ui/ui_base.gypi ('k') | ui/ui_views.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 'targets': [ 6 'targets': [
7 { 7 {
8 # TODO(rsesek): Remove this target once ui_unittests is run on the 8 # TODO(rsesek): Remove this target once ui_unittests is run on the
9 # waterfall instead of gfx_unittests. 9 # waterfall instead of gfx_unittests.
10 'target_name': 'gfx_unittests', 10 'target_name': 'gfx_unittests',
(...skipping 20 matching lines...) Expand all
31 'python', '-c', 31 'python', '-c',
32 'import os, shutil; ' \ 32 'import os, shutil; ' \
33 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 33 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
34 'os.chmod(\'<(ui_copy_dest)\', 0700)' 34 'os.chmod(\'<(ui_copy_dest)\', 0700)'
35 ] 35 ]
36 } 36 }
37 ], 37 ],
38 }, 38 },
39 { 39 {
40 'target_name': 'ui_gfx', 40 'target_name': 'ui_gfx',
41 'type': '<(library)', 41 'type': 'static_library',
42 'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A', 42 'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A',
43 'dependencies': [ 43 'dependencies': [
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:base_i18n', 45 '../base/base.gyp:base_i18n',
46 '../skia/skia.gyp:skia', 46 '../skia/skia.gyp:skia',
47 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/libpng/libpng.gyp:libpng', 49 '../third_party/libpng/libpng.gyp:libpng',
50 '../third_party/zlib/zlib.gyp:zlib', 50 '../third_party/zlib/zlib.gyp:zlib',
51 'gfx_resources', 51 'gfx_resources',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 }, 179 },
180 180
181 ], 181 ],
182 } 182 }
183 183
184 # Local Variables: 184 # Local Variables:
185 # tab-width:2 185 # tab-width:2
186 # indent-tabs-mode:nil 186 # indent-tabs-mode:nil
187 # End: 187 # End:
188 # vim: set expandtab tabstop=2 shiftwidth=2: 188 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/ui_base.gypi ('k') | ui/ui_views.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698