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

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

Issue 1409833004: Add DeviceDisplayInfo getter in WindowAndroid. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some minor/comment/nits changes for sky@ and boliu@. Created 4 years, 9 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
(...skipping 10 matching lines...) Expand all
21 "overscroll_glow.h", 21 "overscroll_glow.h",
22 "overscroll_refresh.cc", 22 "overscroll_refresh.cc",
23 "overscroll_refresh.h", 23 "overscroll_refresh.h",
24 "resources/crushed_sprite_resource.cc", 24 "resources/crushed_sprite_resource.cc",
25 "resources/crushed_sprite_resource.h", 25 "resources/crushed_sprite_resource.h",
26 "resources/resource_manager.cc", 26 "resources/resource_manager.cc",
27 "resources/resource_manager.h", 27 "resources/resource_manager.h",
28 "resources/resource_manager_impl.cc", 28 "resources/resource_manager_impl.cc",
29 "resources/resource_manager_impl.h", 29 "resources/resource_manager_impl.h",
30 "resources/ui_resource_provider.h", 30 "resources/ui_resource_provider.h",
31 "screen_android.cc",
32 "screen_android.h",
31 "ui_android_export.h", 33 "ui_android_export.h",
32 "ui_android_jni_registrar.cc", 34 "ui_android_jni_registrar.cc",
33 "ui_android_jni_registrar.h", 35 "ui_android_jni_registrar.h",
34 "view_android.h", 36 "view_android.h",
35 "window_android.cc", 37 "window_android.cc",
36 "window_android.h", 38 "window_android.h",
37 "window_android_compositor.cc", 39 "window_android_compositor.cc",
38 "window_android_compositor.h", 40 "window_android_compositor.h",
39 "window_android_observer.h", 41 "window_android_observer.h",
40 ] 42 ]
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//cc", 180 "//cc",
179 "//cc:test_support", 181 "//cc:test_support",
180 "//skia", 182 "//skia",
181 "//testing/gmock", 183 "//testing/gmock",
182 "//testing/gtest", 184 "//testing/gtest",
183 "//ui/base", 185 "//ui/base",
184 "//ui/gfx", 186 "//ui/gfx",
185 "//ui/resources:ui_test_pak", 187 "//ui/resources:ui_test_pak",
186 ] 188 ]
187 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698