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

Side by Side Diff: ui/base/BUILD.gn

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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "view_prop.cc", 231 "view_prop.cc",
232 "view_prop.h", 232 "view_prop.h",
233 "webui/jstemplate_builder.cc", 233 "webui/jstemplate_builder.cc",
234 "webui/jstemplate_builder.h", 234 "webui/jstemplate_builder.h",
235 "webui/web_ui_util.cc", 235 "webui/web_ui_util.cc",
236 "webui/web_ui_util.h", 236 "webui/web_ui_util.h",
237 "win/accessibility_ids_win.h", 237 "win/accessibility_ids_win.h",
238 "win/accessibility_misc_utils.cc", 238 "win/accessibility_misc_utils.cc",
239 "win/accessibility_misc_utils.h", 239 "win/accessibility_misc_utils.h",
240 "win/atl_module.h", 240 "win/atl_module.h",
241 "win/dpi_setup.cc",
242 "win/dpi_setup.h",
243 "win/foreground_helper.cc", 241 "win/foreground_helper.cc",
244 "win/foreground_helper.h", 242 "win/foreground_helper.h",
245 "win/hidden_window.cc", 243 "win/hidden_window.cc",
246 "win/hidden_window.h", 244 "win/hidden_window.h",
247 "win/hwnd_subclass.cc", 245 "win/hwnd_subclass.cc",
248 "win/hwnd_subclass.h", 246 "win/hwnd_subclass.h",
249 "win/internal_constants.cc", 247 "win/internal_constants.cc",
250 "win/internal_constants.h", 248 "win/internal_constants.h",
251 "win/lock_state.cc", 249 "win/lock_state.cc",
252 "win/lock_state.h", 250 "win/lock_state.h",
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 deps += [ 894 deps += [
897 "//chromeos", 895 "//chromeos",
898 "//ui/aura:test_support", 896 "//ui/aura:test_support",
899 "//ui/events:gesture_detection", 897 "//ui/events:gesture_detection",
900 "//ui/chromeos:ui_chromeos", 898 "//ui/chromeos:ui_chromeos",
901 ] 899 ]
902 } 900 }
903 } 901 }
904 } 902 }
905 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). 903 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698