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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1904753002: MenuButton: support Mac look & feel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add basic tests Created 4 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'range/range_f.h', 257 'range/range_f.h',
258 'range/range_mac.mm', 258 'range/range_mac.mm',
259 'range/range_win.cc', 259 'range/range_win.cc',
260 'render_text.cc', 260 'render_text.cc',
261 'render_text.h', 261 'render_text.h',
262 'render_text_harfbuzz.cc', 262 'render_text_harfbuzz.cc',
263 'render_text_harfbuzz.h', 263 'render_text_harfbuzz.h',
264 'render_text_mac.h', 264 'render_text_mac.h',
265 'render_text_mac.mm', 265 'render_text_mac.mm',
266 'scoped_canvas.h', 266 'scoped_canvas.h',
267 'scoped_canvas.cc',
tapted 2016/05/09 08:01:35 nit: sort
267 'scoped_cg_context_save_gstate_mac.h', 268 'scoped_cg_context_save_gstate_mac.h',
268 'scoped_ns_graphics_context_save_gstate_mac.h', 269 'scoped_ns_graphics_context_save_gstate_mac.h',
269 'scoped_ns_graphics_context_save_gstate_mac.mm', 270 'scoped_ns_graphics_context_save_gstate_mac.mm',
270 'scoped_ui_graphics_push_context_ios.h', 271 'scoped_ui_graphics_push_context_ios.h',
271 'scoped_ui_graphics_push_context_ios.mm', 272 'scoped_ui_graphics_push_context_ios.mm',
272 'screen.cc', 273 'screen.cc',
273 'screen.h', 274 'screen.h',
274 'screen_android.cc', 275 'screen_android.cc',
275 'screen_aura.cc', 276 'screen_aura.cc',
276 'screen_ios.mm', 277 'screen_ios.mm',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 ], 580 ],
580 'variables': { 581 'variables': {
581 'jni_gen_package': 'ui/gfx', 582 'jni_gen_package': 'ui/gfx',
582 }, 583 },
583 'includes': [ '../../build/jni_generator.gypi' ], 584 'includes': [ '../../build/jni_generator.gypi' ],
584 }, 585 },
585 ], 586 ],
586 }], 587 }],
587 ], 588 ],
588 } 589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698