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

Side by Side Diff: ui/ui_unittests.gyp

Issue 380553002: Add a unit test that filenames aren't unintentionally converted to URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows Created 6 years, 5 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 {
11 'target_name': 'ui_unittests', 11 'target_name': 'ui_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../base/base.gyp:test_support_base', 15 '../base/base.gyp:test_support_base',
16 '../net/net.gyp:net',
16 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
17 '../testing/gmock.gyp:gmock', 18 '../testing/gmock.gyp:gmock',
18 '../testing/gtest.gyp:gtest', 19 '../testing/gtest.gyp:gtest',
19 '../third_party/icu/icu.gyp:icui18n', 20 '../third_party/icu/icu.gyp:icui18n',
20 '../third_party/icu/icu.gyp:icuuc', 21 '../third_party/icu/icu.gyp:icuuc',
21 '../url/url.gyp:url_lib', 22 '../url/url.gyp:url_lib',
22 'base/ui_base.gyp:ui_base', 23 'base/ui_base.gyp:ui_base',
23 'base/ui_base.gyp:ui_base_test_support', 24 'base/ui_base.gyp:ui_base_test_support',
24 'events/events.gyp:events_base', 25 'events/events.gyp:events_base',
25 'gfx/gfx.gyp:gfx_test_support', 26 'gfx/gfx.gyp:gfx_test_support',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], 244 ],
244 'variables': { 245 'variables': {
245 'test_suite_name': 'ui_unittests', 246 'test_suite_name': 'ui_unittests',
246 }, 247 },
247 'includes': [ '../build/apk_test.gypi' ], 248 'includes': [ '../build/apk_test.gypi' ],
248 }, 249 },
249 ], 250 ],
250 }], 251 }],
251 ], 252 ],
252 } 253 }
OLDNEW
« ui/base/clipboard/clipboard_util_win.cc ('K') | « ui/base/dragdrop/os_exchange_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698