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

Side by Side Diff: ui/ui.gyp

Issue 10387010: Select theme resources from ResourceBundle at requested scale factor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 7 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 (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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'base/resource/resource_bundle.cc', 233 'base/resource/resource_bundle.cc',
234 'base/resource/resource_bundle.h', 234 'base/resource/resource_bundle.h',
235 'base/resource/resource_bundle_android.cc', 235 'base/resource/resource_bundle_android.cc',
236 'base/resource/resource_bundle_aurax11.cc', 236 'base/resource/resource_bundle_aurax11.cc',
237 'base/resource/resource_bundle_gtk.cc', 237 'base/resource/resource_bundle_gtk.cc',
238 'base/resource/resource_bundle_mac.mm', 238 'base/resource/resource_bundle_mac.mm',
239 'base/resource/resource_bundle_win.cc', 239 'base/resource/resource_bundle_win.cc',
240 'base/resource/resource_bundle_win.h', 240 'base/resource/resource_bundle_win.h',
241 'base/resource/resource_data_dll_win.cc', 241 'base/resource/resource_data_dll_win.cc',
242 'base/resource/resource_data_dll_win.h', 242 'base/resource/resource_data_dll_win.h',
243 'base/resource/resource_handle.cc',
sky 2012/05/16 14:21:21 Is this intentional?
flackr 2012/05/16 14:37:12 Yes, this became an empty file.
244 'base/resource/resource_handle.h', 243 'base/resource/resource_handle.h',
245 'base/text/bytes_formatting.cc', 244 'base/text/bytes_formatting.cc',
246 'base/text/bytes_formatting.h', 245 'base/text/bytes_formatting.h',
247 'base/text/text_elider.cc', 246 'base/text/text_elider.cc',
248 'base/text/text_elider.h', 247 'base/text/text_elider.h',
249 'base/text/utf16_indexing.cc', 248 'base/text/utf16_indexing.cc',
250 'base/text/utf16_indexing.h', 249 'base/text/utf16_indexing.h',
251 'base/theme_provider.cc', 250 'base/theme_provider.cc',
252 'base/theme_provider.h', 251 'base/theme_provider.h',
253 'base/touch/touch_factory.cc', 252 'base/touch/touch_factory.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 730 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
732 'os.chmod(\'<(ui_copy_dest)\', 0700)' 731 'os.chmod(\'<(ui_copy_dest)\', 0700)'
733 ] 732 ]
734 } 733 }
735 ], 734 ],
736 }, 735 },
737 ], 736 ],
738 }], 737 }],
739 ], 738 ],
740 } 739 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698