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

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

Issue 1368883002: Mac: restore subpixel AA in the find bar when it doesn't have focus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 5 years, 2 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/cocoa/scoped_cg_context_smooth_fonts.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 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'cocoa/nib_loading.h', 116 'cocoa/nib_loading.h',
117 'cocoa/nib_loading.mm', 117 'cocoa/nib_loading.mm',
118 'cocoa/nscolor_additions.h', 118 'cocoa/nscolor_additions.h',
119 'cocoa/nscolor_additions.mm', 119 'cocoa/nscolor_additions.mm',
120 'cocoa/nsgraphics_context_additions.h', 120 'cocoa/nsgraphics_context_additions.h',
121 'cocoa/nsgraphics_context_additions.mm', 121 'cocoa/nsgraphics_context_additions.mm',
122 'cocoa/nsview_additions.h', 122 'cocoa/nsview_additions.h',
123 'cocoa/nsview_additions.mm', 123 'cocoa/nsview_additions.mm',
124 'cocoa/remote_layer_api.h', 124 'cocoa/remote_layer_api.h',
125 'cocoa/remote_layer_api.mm', 125 'cocoa/remote_layer_api.mm',
126 'cocoa/scoped_cg_context_smooth_fonts.h',
127 'cocoa/scoped_cg_context_smooth_fonts.mm',
126 'cocoa/three_part_image.h', 128 'cocoa/three_part_image.h',
127 'cocoa/three_part_image.mm', 129 'cocoa/three_part_image.mm',
128 'cocoa/tool_tip_base_view.h', 130 'cocoa/tool_tip_base_view.h',
129 'cocoa/tool_tip_base_view.mm', 131 'cocoa/tool_tip_base_view.mm',
130 'cocoa/tracking_area.h', 132 'cocoa/tracking_area.h',
131 'cocoa/tracking_area.mm', 133 'cocoa/tracking_area.mm',
132 'cocoa/underlay_opengl_hosting_window.h', 134 'cocoa/underlay_opengl_hosting_window.h',
133 'cocoa/underlay_opengl_hosting_window.mm', 135 'cocoa/underlay_opengl_hosting_window.mm',
134 'cocoa/user_interface_item_command_handler.h', 136 'cocoa/user_interface_item_command_handler.h',
135 'cocoa/view_description.h', 137 'cocoa/view_description.h',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 ], 722 ],
721 'variables': { 723 'variables': {
722 'jni_gen_package': 'ui', 724 'jni_gen_package': 'ui',
723 }, 725 },
724 'includes': [ '../../build/jni_generator.gypi' ], 726 'includes': [ '../../build/jni_generator.gypi' ],
725 }, 727 },
726 ], 728 ],
727 }], 729 }],
728 ], 730 ],
729 } 731 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/scoped_cg_context_smooth_fonts.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698