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

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

Issue 1144333004: Make WebView work for external displays (over Presentations). Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use scoped_ptr to store DeviceDisplayInfo and make DeviceDisplayInfo getters const Created 5 years, 6 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 14 matching lines...) Expand all
25 'sources' : [ 25 'sources' : [
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_android.cc', 30 'resources/ui_resource_android.cc',
31 'resources/ui_resource_android.h', 31 'resources/ui_resource_android.h',
32 'resources/ui_resource_client_android.h', 32 'resources/ui_resource_client_android.h',
33 'resources/ui_resource_provider.cc', 33 'resources/ui_resource_provider.cc',
34 'resources/ui_resource_provider.h', 34 'resources/ui_resource_provider.h',
35 'screen_android.cc',
35 'ui_android_export.h', 36 'ui_android_export.h',
36 'ui_android_jni_registrar.cc', 37 'ui_android_jni_registrar.cc',
37 'ui_android_jni_registrar.h', 38 'ui_android_jni_registrar.h',
38 'view_android.cc', 39 'view_android.cc',
39 'view_android.h', 40 'view_android.h',
40 'window_android.cc', 41 'window_android.cc',
41 'window_android.h', 42 'window_android.h',
42 'window_android_compositor.h', 43 'window_android_compositor.h',
43 'window_android_observer.h', 44 'window_android_observer.h',
44 ], 45 ],
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'ui_android_unittests', 186 'ui_android_unittests',
186 'ui_java', 187 'ui_java',
187 ], 188 ],
188 'variables': { 189 'variables': {
189 'test_suite_name': 'ui_android_unittests', 190 'test_suite_name': 'ui_android_unittests',
190 }, 191 },
191 'includes': [ '../../build/apk_test.gypi' ], 192 'includes': [ '../../build/apk_test.gypi' ],
192 }, 193 },
193 ], 194 ],
194 } 195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698