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

Side by Side Diff: ui/ui.gyp

Issue 10823067: Add a function to layout.h for getting ScaleFactor of the native view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« ui/base/layout_mac.mm ('K') | « ui/base/layout_mac.mm ('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 (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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'base/l10n/l10n_util.cc', 212 'base/l10n/l10n_util.cc',
213 'base/l10n/l10n_util.h', 213 'base/l10n/l10n_util.h',
214 'base/l10n/l10n_util_collator.h', 214 'base/l10n/l10n_util_collator.h',
215 'base/l10n/l10n_util_mac.h', 215 'base/l10n/l10n_util_mac.h',
216 'base/l10n/l10n_util_mac.mm', 216 'base/l10n/l10n_util_mac.mm',
217 'base/l10n/l10n_util_posix.cc', 217 'base/l10n/l10n_util_posix.cc',
218 'base/l10n/l10n_util_win.cc', 218 'base/l10n/l10n_util_win.cc',
219 'base/l10n/l10n_util_win.h', 219 'base/l10n/l10n_util_win.h',
220 'base/layout.cc', 220 'base/layout.cc',
221 'base/layout.h', 221 'base/layout.h',
222 'base/layout_mac.mm',
222 'base/models/button_menu_item_model.cc', 223 'base/models/button_menu_item_model.cc',
223 'base/models/button_menu_item_model.h', 224 'base/models/button_menu_item_model.h',
224 'base/models/combobox_model.h', 225 'base/models/combobox_model.h',
225 'base/models/list_model.h', 226 'base/models/list_model.h',
226 'base/models/list_model_observer.h', 227 'base/models/list_model_observer.h',
227 'base/models/menu_model.cc', 228 'base/models/menu_model.cc',
228 'base/models/menu_model.h', 229 'base/models/menu_model.h',
229 'base/models/menu_model_delegate.h', 230 'base/models/menu_model_delegate.h',
230 'base/models/simple_menu_model.cc', 231 'base/models/simple_menu_model.cc',
231 'base/models/simple_menu_model.h', 232 'base/models/simple_menu_model.h',
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 759 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
759 'os.chmod(\'<(ui_copy_dest)\', 0700)' 760 'os.chmod(\'<(ui_copy_dest)\', 0700)'
760 ] 761 ]
761 } 762 }
762 ], 763 ],
763 }, 764 },
764 ], 765 ],
765 }], 766 }],
766 ], 767 ],
767 } 768 }
OLDNEW
« ui/base/layout_mac.mm ('K') | « ui/base/layout_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698