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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 12096043: Make ui build on Win64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « no previous file | ui/message_center/message_center.gyp » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ], 93 ],
94 'include_dirs': [ 94 'include_dirs': [
95 '../../third_party/GTM', 95 '../../third_party/GTM',
96 ], 96 ],
97 }, { # OS!="mac" 97 }, { # OS!="mac"
98 'sources/': [ 98 'sources/': [
99 ['exclude', 'cocoa/'], 99 ['exclude', 'cocoa/'],
100 ], 100 ],
101 }], 101 }],
102 ], 102 ],
103 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
104 'msvs_disabled_warnings': [ 4267, ],
103 }, 105 },
104 { 106 {
105 'target_name': 'app_list_unittests', 107 'target_name': 'app_list_unittests',
106 'type': 'executable', 108 'type': 'executable',
107 'dependencies': [ 109 'dependencies': [
108 '../../base/base.gyp:base', 110 '../../base/base.gyp:base',
109 '../../base/base.gyp:test_support_base', 111 '../../base/base.gyp:test_support_base',
110 '../../skia/skia.gyp:skia', 112 '../../skia/skia.gyp:skia',
111 '../../testing/gtest.gyp:gtest', 113 '../../testing/gtest.gyp:gtest',
112 '../compositor/compositor.gyp:compositor', 114 '../compositor/compositor.gyp:compositor',
(...skipping 28 matching lines...) Expand all
141 ], 143 ],
142 }, { # OS!="mac" 144 }, { # OS!="mac"
143 'sources/': [ 145 'sources/': [
144 ['exclude', 'cocoa/'], 146 ['exclude', 'cocoa/'],
145 ], 147 ],
146 }], 148 }],
147 ], 149 ],
148 }, 150 },
149 ], 151 ],
150 } 152 }
OLDNEW
« no previous file with comments | « no previous file | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698