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

Side by Side Diff: ui/ui_unittests.gyp

Issue 426673003: Introduce a helper for OPENFILENAME struct to make certain logic testable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix renamed method calls. Created 6 years, 4 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/shell_dialogs/select_file_dialog_win.cc ('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 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'test_data_prefix' : 'ui', 104 'test_data_prefix' : 'ui',
105 }, 105 },
106 'includes': [ '../build/copy_test_data_ios.gypi' ], 106 'includes': [ '../build/copy_test_data_ios.gypi' ],
107 }, 107 },
108 ], 108 ],
109 }], 109 }],
110 ['OS == "win"', { 110 ['OS == "win"', {
111 'sources': [ 111 'sources': [
112 'base/dragdrop/os_exchange_data_win_unittest.cc', 112 'base/dragdrop/os_exchange_data_win_unittest.cc',
113 'base/win/hwnd_subclass_unittest.cc', 113 'base/win/hwnd_subclass_unittest.cc',
114 'base/win/open_file_name_win_unittest.cc',
114 'gfx/color_profile_win_unittest.cc', 115 'gfx/color_profile_win_unittest.cc',
115 'gfx/font_fallback_win_unittest.cc', 116 'gfx/font_fallback_win_unittest.cc',
116 'gfx/icon_util_unittest.cc', 117 'gfx/icon_util_unittest.cc',
117 'gfx/icon_util_unittests.rc', 118 'gfx/icon_util_unittests.rc',
118 'gfx/platform_font_win_unittest.cc', 119 'gfx/platform_font_win_unittest.cc',
119 ], 120 ],
120 'include_dirs': [ 121 'include_dirs': [
121 '../..', 122 '../..',
122 '../third_party/wtl/include', 123 '../third_party/wtl/include',
123 ], 124 ],
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 268 ],
268 'variables': { 269 'variables': {
269 'test_suite_name': 'ui_unittests', 270 'test_suite_name': 'ui_unittests',
270 }, 271 },
271 'includes': [ '../build/apk_test.gypi' ], 272 'includes': [ '../build/apk_test.gypi' ],
272 }, 273 },
273 ], 274 ],
274 }], 275 }],
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698