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

Side by Side Diff: ui/ui_unittests.gyp

Issue 312723003: ui/gfx/color_profile: implement GetDisplayColorProfile on win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor code name changes. Created 6 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'test_data_prefix' : 'ui', 103 'test_data_prefix' : 'ui',
104 }, 104 },
105 'includes': [ '../build/copy_test_data_ios.gypi' ], 105 'includes': [ '../build/copy_test_data_ios.gypi' ],
106 }, 106 },
107 ], 107 ],
108 }], 108 }],
109 ['OS == "win"', { 109 ['OS == "win"', {
110 'sources': [ 110 'sources': [
111 'base/dragdrop/os_exchange_data_win_unittest.cc', 111 'base/dragdrop/os_exchange_data_win_unittest.cc',
112 'base/win/hwnd_subclass_unittest.cc', 112 'base/win/hwnd_subclass_unittest.cc',
113 'gfx/color_profile_win_unittest.cc',
113 'gfx/font_fallback_win_unittest.cc', 114 'gfx/font_fallback_win_unittest.cc',
114 'gfx/icon_util_unittest.cc', 115 'gfx/icon_util_unittest.cc',
115 'gfx/icon_util_unittests.rc', 116 'gfx/icon_util_unittests.rc',
116 'gfx/platform_font_win_unittest.cc', 117 'gfx/platform_font_win_unittest.cc',
117 ], 118 ],
118 'include_dirs': [ 119 'include_dirs': [
119 '../..', 120 '../..',
120 '../third_party/wtl/include', 121 '../third_party/wtl/include',
121 ], 122 ],
122 'msvs_settings': { 123 'msvs_settings': {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 264 ],
264 'variables': { 265 'variables': {
265 'test_suite_name': 'ui_unittests', 266 'test_suite_name': 'ui_unittests',
266 }, 267 },
267 'includes': [ '../build/apk_test.gypi' ], 268 'includes': [ '../build/apk_test.gypi' ],
268 }, 269 },
269 ], 270 ],
270 }], 271 }],
271 ], 272 ],
272 } 273 }
OLDNEW
« ui/gfx/color_profile_win_unittest.cc ('K') | « ui/gfx/color_profile_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698