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

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: Rebased 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
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_win_unittest.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 {
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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], 251 ],
251 'variables': { 252 'variables': {
252 'test_suite_name': 'ui_unittests', 253 'test_suite_name': 'ui_unittests',
253 }, 254 },
254 'includes': [ '../build/apk_test.gypi' ], 255 'includes': [ '../build/apk_test.gypi' ],
255 }, 256 },
256 ], 257 ],
257 }], 258 }],
258 ], 259 ],
259 } 260 }
OLDNEW
« no previous file with comments | « ui/base/dragdrop/os_exchange_data_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698