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

Side by Side Diff: ui/android/ui_android.gyp

Issue 1409833004: Add DeviceDisplayInfo getter in WindowAndroid. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert (unnecessary) changes caused by rebasing. Created 4 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 23 matching lines...) Expand all
34 'overscroll_glow.h', 34 'overscroll_glow.h',
35 'overscroll_refresh.cc', 35 'overscroll_refresh.cc',
36 'overscroll_refresh.h', 36 'overscroll_refresh.h',
37 'resources/crushed_sprite_resource.cc', 37 'resources/crushed_sprite_resource.cc',
38 'resources/crushed_sprite_resource.h', 38 'resources/crushed_sprite_resource.h',
39 'resources/resource_manager.cc', 39 'resources/resource_manager.cc',
40 'resources/resource_manager.h', 40 'resources/resource_manager.h',
41 'resources/resource_manager_impl.cc', 41 'resources/resource_manager_impl.cc',
42 'resources/resource_manager_impl.h', 42 'resources/resource_manager_impl.h',
43 'resources/ui_resource_provider.h', 43 'resources/ui_resource_provider.h',
44 'screen_android.cc',
45 'screen_android.h',
44 'ui_android_export.h', 46 'ui_android_export.h',
45 'ui_android_jni_registrar.cc', 47 'ui_android_jni_registrar.cc',
46 'ui_android_jni_registrar.h', 48 'ui_android_jni_registrar.h',
47 'view_android.h', 49 'view_android.h',
48 'window_android.cc', 50 'window_android.cc',
49 'window_android.h', 51 'window_android.h',
50 'window_android_compositor.cc', 52 'window_android_compositor.cc',
51 'window_android_compositor.h', 53 'window_android_compositor.h',
52 'window_android_observer.h', 54 'window_android_observer.h',
53 ], 55 ],
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 ], 242 ],
241 'sources': [ 243 'sources': [
242 'ui_android_unittests_apk.isolate', 244 'ui_android_unittests_apk.isolate',
243 ], 245 ],
244 }, 246 },
245 ] 247 ]
246 } 248 }
247 ], 249 ],
248 ] 250 ]
249 } 251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698