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

Side by Side Diff: ui/ui_unittests.gypi

Issue 7082017: Files that are in src/ui/base should be compiled into libui_base.a. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 6 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') | 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) 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ['toolkit_uses_gtk == 1', { 93 ['toolkit_uses_gtk == 1', {
94 'dependencies': [ 94 'dependencies': [
95 '../app/app.gyp:app_base',
96 '../build/linux/system.gyp:gtk', 95 '../build/linux/system.gyp:gtk',
97 ], 96 ],
98 'conditions': [ 97 'conditions': [
99 ['linux_use_tcmalloc==1', { 98 ['linux_use_tcmalloc==1', {
100 'dependencies': [ 99 'dependencies': [
101 '../base/allocator/allocator.gyp:allocator', 100 '../base/allocator/allocator.gyp:allocator',
102 ], 101 ],
103 }], 102 }],
104 ], 103 ],
105 }], 104 }],
106 ], 105 ],
107 }, 106 },
108 ], 107 ],
109 } 108 }
110 109
111 # Local Variables: 110 # Local Variables:
112 # tab-width:2 111 # tab-width:2
113 # indent-tabs-mode:nil 112 # indent-tabs-mode:nil
114 # End: 113 # End:
115 # vim: set expandtab tabstop=2 shiftwidth=2: 114 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/ui_base.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698