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

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: resource bundle loading 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "view_prop.cc", 229 "view_prop.cc",
230 "view_prop.h", 230 "view_prop.h",
231 "webui/jstemplate_builder.cc", 231 "webui/jstemplate_builder.cc",
232 "webui/jstemplate_builder.h", 232 "webui/jstemplate_builder.h",
233 "webui/web_ui_util.cc", 233 "webui/web_ui_util.cc",
234 "webui/web_ui_util.h", 234 "webui/web_ui_util.h",
235 "win/accessibility_ids_win.h", 235 "win/accessibility_ids_win.h",
236 "win/accessibility_misc_utils.cc", 236 "win/accessibility_misc_utils.cc",
237 "win/accessibility_misc_utils.h", 237 "win/accessibility_misc_utils.h",
238 "win/atl_module.h", 238 "win/atl_module.h",
239 "win/dpi_setup.cc",
240 "win/dpi_setup.h",
241 "win/foreground_helper.cc", 239 "win/foreground_helper.cc",
242 "win/foreground_helper.h", 240 "win/foreground_helper.h",
243 "win/hidden_window.cc", 241 "win/hidden_window.cc",
244 "win/hidden_window.h", 242 "win/hidden_window.h",
245 "win/hwnd_subclass.cc", 243 "win/hwnd_subclass.cc",
246 "win/hwnd_subclass.h", 244 "win/hwnd_subclass.h",
247 "win/internal_constants.cc", 245 "win/internal_constants.cc",
248 "win/internal_constants.h", 246 "win/internal_constants.h",
249 "win/lock_state.cc", 247 "win/lock_state.cc",
250 "win/lock_state.h", 248 "win/lock_state.h",
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 deps += [ 892 deps += [
895 "//chromeos", 893 "//chromeos",
896 "//ui/aura:test_support", 894 "//ui/aura:test_support",
897 "//ui/events:gesture_detection", 895 "//ui/events:gesture_detection",
898 "//ui/chromeos:ui_chromeos", 896 "//ui/chromeos:ui_chromeos",
899 ] 897 ]
900 } 898 }
901 } 899 }
902 } 900 }
903 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). 901 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698