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

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

Issue 1971333002: Views: factor out Combobox background and const-ify style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix position of action arrows 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
« no previous file with comments | « no previous file | ui/gfx/scoped_canvas.h » ('j') | ui/views/controls/combobox/combobox.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'platform_font_mac.h', 271 'platform_font_mac.h',
272 'platform_font_mac.mm', 272 'platform_font_mac.mm',
273 'platform_font_win.cc', 273 'platform_font_win.cc',
274 'platform_font_win.h', 274 'platform_font_win.h',
275 'render_text.cc', 275 'render_text.cc',
276 'render_text.h', 276 'render_text.h',
277 'render_text_harfbuzz.cc', 277 'render_text_harfbuzz.cc',
278 'render_text_harfbuzz.h', 278 'render_text_harfbuzz.h',
279 'render_text_mac.h', 279 'render_text_mac.h',
280 'render_text_mac.mm', 280 'render_text_mac.mm',
281 'scoped_canvas.cc',
tapted 2016/05/17 08:10:39 looks like this is needed in ui/gfx/BUILD.gn as we
Elly Fong-Jones 2016/05/17 14:00:55 I am going to be so thrilled when we don't have tw
281 'scoped_canvas.h', 282 'scoped_canvas.h',
282 'scoped_cg_context_save_gstate_mac.h', 283 'scoped_cg_context_save_gstate_mac.h',
283 'scoped_ns_graphics_context_save_gstate_mac.h', 284 'scoped_ns_graphics_context_save_gstate_mac.h',
284 'scoped_ns_graphics_context_save_gstate_mac.mm', 285 'scoped_ns_graphics_context_save_gstate_mac.mm',
285 'scoped_ui_graphics_push_context_ios.h', 286 'scoped_ui_graphics_push_context_ios.h',
286 'scoped_ui_graphics_push_context_ios.mm', 287 'scoped_ui_graphics_push_context_ios.mm',
287 'scrollbar_size.cc', 288 'scrollbar_size.cc',
288 'scrollbar_size.h', 289 'scrollbar_size.h',
289 'selection_model.cc', 290 'selection_model.cc',
290 'selection_model.h', 291 'selection_model.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 ], 581 ],
581 'variables': { 582 'variables': {
582 'jni_gen_package': 'ui/gfx', 583 'jni_gen_package': 'ui/gfx',
583 }, 584 },
584 'includes': [ '../../build/jni_generator.gypi' ], 585 'includes': [ '../../build/jni_generator.gypi' ],
585 }, 586 },
586 ], 587 ],
587 }], 588 }],
588 ], 589 ],
589 } 590 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/scoped_canvas.h » ('j') | ui/views/controls/combobox/combobox.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698