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

Side by Side Diff: ui/ui.gyp

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/gfx/render_text_unittest.cc ('k') | ui/ui_unittests.gypi » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'base/resource/resource_bundle_aurax11.cc', 190 'base/resource/resource_bundle_aurax11.cc',
191 'base/resource/resource_bundle_gtk.cc', 191 'base/resource/resource_bundle_gtk.cc',
192 'base/resource/resource_bundle_linux.cc', 192 'base/resource/resource_bundle_linux.cc',
193 'base/resource/resource_bundle_mac.mm', 193 'base/resource/resource_bundle_mac.mm',
194 'base/resource/resource_bundle_posix.cc', 194 'base/resource/resource_bundle_posix.cc',
195 'base/resource/resource_bundle_win.cc', 195 'base/resource/resource_bundle_win.cc',
196 'base/text/bytes_formatting.cc', 196 'base/text/bytes_formatting.cc',
197 'base/text/bytes_formatting.h', 197 'base/text/bytes_formatting.h',
198 'base/text/text_elider.cc', 198 'base/text/text_elider.cc',
199 'base/text/text_elider.h', 199 'base/text/text_elider.h',
200 'base/text/utf16_indexing.cc',
201 'base/text/utf16_indexing.h',
200 'base/theme_provider.cc', 202 'base/theme_provider.cc',
201 'base/theme_provider.h', 203 'base/theme_provider.h',
202 'base/touch/touch_factory.cc', 204 'base/touch/touch_factory.cc',
203 'base/touch/touch_factory.h', 205 'base/touch/touch_factory.h',
204 'base/ui_base_exports.cc', 206 'base/ui_base_exports.cc',
205 'base/ui_base_paths.cc', 207 'base/ui_base_paths.cc',
206 'base/ui_base_paths.h', 208 'base/ui_base_paths.h',
207 'base/ui_base_switches.cc', 209 'base/ui_base_switches.cc',
208 'base/ui_base_switches.h', 210 'base/ui_base_switches.h',
209 'base/ui_base_types.h', 211 'base/ui_base_types.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
680 'os.chmod(\'<(ui_copy_dest)\', 0700)' 682 'os.chmod(\'<(ui_copy_dest)\', 0700)'
681 ] 683 ]
682 } 684 }
683 ], 685 ],
684 }, 686 },
685 ], 687 ],
686 }], 688 }],
687 ], 689 ],
688 } 690 }
OLDNEW
« no previous file with comments | « ui/gfx/render_text_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698