| 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 29 matching lines...) Expand all Loading... |
| 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 'ui_android_export.h', | 44 'ui_android_export.h', |
| 45 'ui_android_jni_registrar.cc', | 45 'ui_android_jni_registrar.cc', |
| 46 'ui_android_jni_registrar.h', | 46 'ui_android_jni_registrar.h', |
| 47 'view_android.h', | 47 'view_android.h', |
| 48 'window_android.cc', | 48 'window_android.cc', |
| 49 'window_android.h', | 49 'window_android.h', |
| 50 'window_android_compositor.cc', | |
| 51 'window_android_compositor.h', | 50 'window_android_compositor.h', |
| 52 'window_android_observer.h', | 51 'window_android_observer.h', |
| 53 ], | 52 ], |
| 54 }, | 53 }, |
| 55 { | 54 { |
| 56 'target_name': 'ui_android_jni_headers', | 55 'target_name': 'ui_android_jni_headers', |
| 57 'type': 'none', | 56 'type': 'none', |
| 58 'sources': [ | 57 'sources': [ |
| 59 'java/src/org/chromium/ui/base/WindowAndroid.java', | 58 'java/src/org/chromium/ui/base/WindowAndroid.java', |
| 60 'java/src/org/chromium/ui/resources/ResourceManager.java', | 59 'java/src/org/chromium/ui/resources/ResourceManager.java', |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 ], | 240 ], |
| 242 'sources': [ | 241 'sources': [ |
| 243 'ui_android_unittests_apk.isolate', | 242 'ui_android_unittests_apk.isolate', |
| 244 ], | 243 ], |
| 245 }, | 244 }, |
| 246 ] | 245 ] |
| 247 } | 246 } |
| 248 ], | 247 ], |
| 249 ] | 248 ] |
| 250 } | 249 } |
| OLD | NEW |