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

Side by Side Diff: ui/ui_unittests.gypi

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated to trunk and added spaces, collapsed one check 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
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 'target_name': 'ui_unittests', 8 'target_name': 'ui_unittests',
9 'type': 'executable', 9 'type': 'executable',
10 'msvs_guid': 'C412B00F-2098-4833-B3DE-A1B8B7A094F0', 10 'msvs_guid': 'C412B00F-2098-4833-B3DE-A1B8B7A094F0',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ], 83 ],
84 }, 84 },
85 }, 85 },
86 'link_settings': { 86 'link_settings': {
87 'libraries': [ 87 'libraries': [
88 '-limm32.lib', 88 '-limm32.lib',
89 '-loleacc.lib', 89 '-loleacc.lib',
90 ], 90 ],
91 }, 91 },
92 }], 92 }],
93 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 93 ['toolkit_uses_gtk == 1', {
94 'dependencies': [ 94 'dependencies': [
95 '../app/app.gyp:app_base', 95 '../app/app.gyp:app_base',
96 '../build/linux/system.gyp:gtk', 96 '../build/linux/system.gyp:gtk',
97 ], 97 ],
98 'conditions': [ 98 'conditions': [
99 ['linux_use_tcmalloc==1', { 99 ['linux_use_tcmalloc==1', {
100 'dependencies': [ 100 'dependencies': [
101 '../base/allocator/allocator.gyp:allocator', 101 '../base/allocator/allocator.gyp:allocator',
102 ], 102 ],
103 }], 103 }],
104 ], 104 ],
105 }], 105 }],
106 ], 106 ],
107 }, 107 },
108 ], 108 ],
109 } 109 }
110 110
111 # Local Variables: 111 # Local Variables:
112 # tab-width:2 112 # tab-width:2
113 # indent-tabs-mode:nil 113 # indent-tabs-mode:nil
114 # End: 114 # End:
115 # vim: set expandtab tabstop=2 shiftwidth=2: 115 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome_tests.gypi ('K') | « ui/ui_gfx.gypi ('k') | ui/ui_views.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698