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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1689623004: Start removing enum ui::ResourceBundle::FontStyle, fix MacViews font sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix transcription error Created 4 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
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/views/bubble/bubble_delegate.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'cursor/cursor_x11.cc', 191 'cursor/cursor_x11.cc',
192 'cursor/cursors_aura.cc', 192 'cursor/cursors_aura.cc',
193 'cursor/cursors_aura.h', 193 'cursor/cursors_aura.h',
194 'cursor/image_cursors.cc', 194 'cursor/image_cursors.cc',
195 'cursor/image_cursors.h', 195 'cursor/image_cursors.h',
196 'cursor/ozone/bitmap_cursor_factory_ozone.cc', 196 'cursor/ozone/bitmap_cursor_factory_ozone.cc',
197 'cursor/ozone/bitmap_cursor_factory_ozone.h', 197 'cursor/ozone/bitmap_cursor_factory_ozone.h',
198 'default_theme_provider.cc', 198 'default_theme_provider.cc',
199 'default_theme_provider.h', 199 'default_theme_provider.h',
200 'default_theme_provider_mac.mm', 200 'default_theme_provider_mac.mm',
201 'default_style.h',
201 'device_form_factor.h', 202 'device_form_factor.h',
202 'device_form_factor_android.cc', 203 'device_form_factor_android.cc',
203 'device_form_factor_android.h', 204 'device_form_factor_android.h',
204 'device_form_factor_desktop.cc', 205 'device_form_factor_desktop.cc',
205 'device_form_factor_ios.mm', 206 'device_form_factor_ios.mm',
206 'dragdrop/cocoa_dnd_util.h', 207 'dragdrop/cocoa_dnd_util.h',
207 'dragdrop/cocoa_dnd_util.mm', 208 'dragdrop/cocoa_dnd_util.mm',
208 'dragdrop/drag_drop_types.h', 209 'dragdrop/drag_drop_types.h',
209 'dragdrop/drag_drop_types_win.cc', 210 'dragdrop/drag_drop_types_win.cc',
210 'dragdrop/drag_source_win.cc', 211 'dragdrop/drag_source_win.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 ], 761 ],
761 'variables': { 762 'variables': {
762 'jni_gen_package': 'ui', 763 'jni_gen_package': 'ui',
763 }, 764 },
764 'includes': [ '../../build/jni_generator.gypi' ], 765 'includes': [ '../../build/jni_generator.gypi' ],
765 }, 766 },
766 ], 767 ],
767 }], 768 }],
768 ], 769 ],
769 } 770 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle.cc ('k') | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698