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

Side by Side Diff: ui/ui.gyp

Issue 10151025: Add scale factor tag to data packs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « ui/test/test_suite.cc ('k') | webkit/support/platform_support_mac.mm » ('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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'base/resource/resource_bundle.cc', 219 'base/resource/resource_bundle.cc',
220 'base/resource/resource_bundle.h', 220 'base/resource/resource_bundle.h',
221 'base/resource/resource_bundle_android.cc', 221 'base/resource/resource_bundle_android.cc',
222 'base/resource/resource_bundle_aurax11.cc', 222 'base/resource/resource_bundle_aurax11.cc',
223 'base/resource/resource_bundle_gtk.cc', 223 'base/resource/resource_bundle_gtk.cc',
224 'base/resource/resource_bundle_mac.mm', 224 'base/resource/resource_bundle_mac.mm',
225 'base/resource/resource_bundle_win.cc', 225 'base/resource/resource_bundle_win.cc',
226 'base/resource/resource_bundle_win.h', 226 'base/resource/resource_bundle_win.h',
227 'base/resource/resource_data_dll_win.cc', 227 'base/resource/resource_data_dll_win.cc',
228 'base/resource/resource_data_dll_win.h', 228 'base/resource/resource_data_dll_win.h',
229 'base/resource/resource_handle.cc',
229 'base/resource/resource_handle.h', 230 'base/resource/resource_handle.h',
230 'base/text/bytes_formatting.cc', 231 'base/text/bytes_formatting.cc',
231 'base/text/bytes_formatting.h', 232 'base/text/bytes_formatting.h',
232 'base/text/text_elider.cc', 233 'base/text/text_elider.cc',
233 'base/text/text_elider.h', 234 'base/text/text_elider.h',
234 'base/text/utf16_indexing.cc', 235 'base/text/utf16_indexing.cc',
235 'base/text/utf16_indexing.h', 236 'base/text/utf16_indexing.h',
236 'base/theme_provider.cc', 237 'base/theme_provider.cc',
237 'base/theme_provider.h', 238 'base/theme_provider.h',
238 'base/touch/touch_factory.cc', 239 'base/touch/touch_factory.cc',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 744 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 745 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 746 ]
746 } 747 }
747 ], 748 ],
748 }, 749 },
749 ], 750 ],
750 }], 751 }],
751 ], 752 ],
752 } 753 }
OLDNEW
« no previous file with comments | « ui/test/test_suite.cc ('k') | webkit/support/platform_support_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698