OLD | NEW |
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 10 matching lines...) Expand all Loading... |
21 ], | 21 ], |
22 'defines': [ | 22 'defines': [ |
23 'UI_ANDROID_IMPLEMENTATION', | 23 'UI_ANDROID_IMPLEMENTATION', |
24 ], | 24 ], |
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_provider.h', | 30 'resources/ui_resource_provider.h', |
| 31 'screen_android.cc', |
31 'ui_android_export.h', | 32 'ui_android_export.h', |
32 'ui_android_jni_registrar.cc', | 33 'ui_android_jni_registrar.cc', |
33 'ui_android_jni_registrar.h', | 34 'ui_android_jni_registrar.h', |
34 'view_android.cc', | 35 'view_android.cc', |
35 'view_android.h', | 36 'view_android.h', |
36 'window_android.cc', | 37 'window_android.cc', |
37 'window_android.h', | 38 'window_android.h', |
38 'window_android_compositor.h', | 39 'window_android_compositor.h', |
39 'window_android_observer.h', | 40 'window_android_observer.h', |
40 ], | 41 ], |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 ], | 205 ], |
205 'sources': [ | 206 'sources': [ |
206 'ui_android_unittests_apk.isolate', | 207 'ui_android_unittests_apk.isolate', |
207 ], | 208 ], |
208 }, | 209 }, |
209 ] | 210 ] |
210 } | 211 } |
211 ], | 212 ], |
212 ] | 213 ] |
213 } | 214 } |
OLD | NEW |