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

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: windows 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'view_prop.cc', 337 'view_prop.cc',
338 'view_prop.h', 338 'view_prop.h',
339 'webui/jstemplate_builder.cc', 339 'webui/jstemplate_builder.cc',
340 'webui/jstemplate_builder.h', 340 'webui/jstemplate_builder.h',
341 'webui/web_ui_util.cc', 341 'webui/web_ui_util.cc',
342 'webui/web_ui_util.h', 342 'webui/web_ui_util.h',
343 'win/accessibility_ids_win.h', 343 'win/accessibility_ids_win.h',
344 'win/accessibility_misc_utils.cc', 344 'win/accessibility_misc_utils.cc',
345 'win/accessibility_misc_utils.h', 345 'win/accessibility_misc_utils.h',
346 'win/atl_module.h', 346 'win/atl_module.h',
347 'win/dpi_setup.cc',
348 'win/dpi_setup.h',
349 'win/foreground_helper.cc', 347 'win/foreground_helper.cc',
350 'win/foreground_helper.h', 348 'win/foreground_helper.h',
351 'win/hidden_window.cc', 349 'win/hidden_window.cc',
352 'win/hidden_window.h', 350 'win/hidden_window.h',
353 'win/hwnd_subclass.cc', 351 'win/hwnd_subclass.cc',
354 'win/hwnd_subclass.h', 352 'win/hwnd_subclass.h',
355 'win/internal_constants.cc', 353 'win/internal_constants.cc',
356 'win/internal_constants.h', 354 'win/internal_constants.h',
357 'win/lock_state.cc', 355 'win/lock_state.cc',
358 'win/lock_state.h', 356 'win/lock_state.h',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 ], 755 ],
758 'variables': { 756 'variables': {
759 'jni_gen_package': 'ui', 757 'jni_gen_package': 'ui',
760 }, 758 },
761 'includes': [ '../../build/jni_generator.gypi' ], 759 'includes': [ '../../build/jni_generator.gypi' ],
762 }, 760 },
763 ], 761 ],
764 }], 762 }],
765 ], 763 ],
766 } 764 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698