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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8747001: Reintroduce password support to NativeTextfieldViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for dcommit Created 8 years, 9 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/ui.gyp ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'base/models/tree_node_model_unittest.cc', 65 'base/models/tree_node_model_unittest.cc',
66 'base/range/range_unittest.cc', 66 'base/range/range_unittest.cc',
67 'base/range/range_mac_unittest.mm', 67 'base/range/range_mac_unittest.mm',
68 'base/range/range_win_unittest.cc', 68 'base/range/range_win_unittest.cc',
69 'base/resource/data_pack_literal.cc', 69 'base/resource/data_pack_literal.cc',
70 'base/resource/data_pack_unittest.cc', 70 'base/resource/data_pack_unittest.cc',
71 'base/resource/resource_bundle_unittest.cc', 71 'base/resource/resource_bundle_unittest.cc',
72 'base/text/bytes_formatting_unittest.cc', 72 'base/text/bytes_formatting_unittest.cc',
73 'base/test/data/resource.h', 73 'base/test/data/resource.h',
74 'base/text/text_elider_unittest.cc', 74 'base/text/text_elider_unittest.cc',
75 'base/text/utf16_indexing_unittest.cc',
75 'gfx/blit_unittest.cc', 76 'gfx/blit_unittest.cc',
76 'gfx/codec/jpeg_codec_unittest.cc', 77 'gfx/codec/jpeg_codec_unittest.cc',
77 'gfx/codec/png_codec_unittest.cc', 78 'gfx/codec/png_codec_unittest.cc',
78 'gfx/color_analysis_unittest.cc', 79 'gfx/color_analysis_unittest.cc',
79 'gfx/color_utils_unittest.cc', 80 'gfx/color_utils_unittest.cc',
80 'gfx/font_unittest.cc', 81 'gfx/font_unittest.cc',
81 'gfx/font_list_unittest.cc', 82 'gfx/font_list_unittest.cc',
82 'gfx/image/image_mac_unittest.mm', 83 'gfx/image/image_mac_unittest.mm',
83 'gfx/image/image_unittest.cc', 84 'gfx/image/image_unittest.cc',
84 'gfx/image/image_unittest_util.h', 85 'gfx/image/image_unittest_util.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ['use_aura==1', { 180 ['use_aura==1', {
180 'sources!': [ 181 'sources!': [
181 'base/view_prop_unittest.cc', 182 'base/view_prop_unittest.cc',
182 'gfx/screen_unittest.cc', 183 'gfx/screen_unittest.cc',
183 ], 184 ],
184 }], 185 }],
185 ], 186 ],
186 }, 187 },
187 ], 188 ],
188 } 189 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/controls/textfield/native_textfield_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698