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

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

Issue 659883002: Enable hidpi on Linux, refactor a bit on Windows to share Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants Created 6 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
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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'view_prop.cc', 341 'view_prop.cc',
342 'view_prop.h', 342 'view_prop.h',
343 'webui/jstemplate_builder.cc', 343 'webui/jstemplate_builder.cc',
344 'webui/jstemplate_builder.h', 344 'webui/jstemplate_builder.h',
345 'webui/web_ui_util.cc', 345 'webui/web_ui_util.cc',
346 'webui/web_ui_util.h', 346 'webui/web_ui_util.h',
347 'win/accessibility_ids_win.h', 347 'win/accessibility_ids_win.h',
348 'win/accessibility_misc_utils.cc', 348 'win/accessibility_misc_utils.cc',
349 'win/accessibility_misc_utils.h', 349 'win/accessibility_misc_utils.h',
350 'win/atl_module.h', 350 'win/atl_module.h',
351 'win/dpi_setup.cc',
352 'win/dpi_setup.h',
353 'win/foreground_helper.cc', 351 'win/foreground_helper.cc',
354 'win/foreground_helper.h', 352 'win/foreground_helper.h',
355 'win/hidden_window.cc', 353 'win/hidden_window.cc',
356 'win/hidden_window.h', 354 'win/hidden_window.h',
357 'win/hwnd_subclass.cc', 355 'win/hwnd_subclass.cc',
358 'win/hwnd_subclass.h', 356 'win/hwnd_subclass.h',
359 'win/internal_constants.cc', 357 'win/internal_constants.cc',
360 'win/internal_constants.h', 358 'win/internal_constants.h',
361 'win/lock_state.cc', 359 'win/lock_state.cc',
362 'win/lock_state.h', 360 'win/lock_state.h',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ], 759 ],
762 'variables': { 760 'variables': {
763 'jni_gen_package': 'ui', 761 'jni_gen_package': 'ui',
764 }, 762 },
765 'includes': [ '../../build/jni_generator.gypi' ], 763 'includes': [ '../../build/jni_generator.gypi' ],
766 }, 764 },
767 ], 765 ],
768 }], 766 }],
769 ], 767 ],
770 } 768 }
OLDNEW
« no previous file with comments | « ui/base/test/run_all_unittests.cc ('k') | ui/base/win/dpi_setup.h » ('j') | ui/gfx/dpi.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698