| 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 { |
| 11 # GN version: //ui/android | 11 # GN version: //ui/android |
| 12 'target_name': 'ui_android', | 12 'target_name': 'ui_android', |
| 13 'type': '<(component)', | 13 'type': '<(component)', |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 16 '../../cc/cc.gyp:cc', | 16 '../../cc/cc.gyp:cc', |
| 17 '../../skia/skia.gyp:skia', | 17 '../../skia/skia.gyp:skia', |
| 18 '../gfx/gfx.gyp:gfx', | 18 '../gfx/gfx.gyp:gfx', |
| 19 '../gfx/gfx.gyp:gfx_geometry', | 19 '../gfx/gfx.gyp:gfx_geometry', |
| 20 'ui_android_jni_headers', | 20 'ui_android_jni_headers', |
| 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_android.cc', | |
| 31 'resources/ui_resource_android.h', | |
| 32 'resources/ui_resource_client_android.h', | |
| 33 'resources/ui_resource_provider.cc', | |
| 34 'resources/ui_resource_provider.h', | 30 'resources/ui_resource_provider.h', |
| 35 'ui_android_export.h', | 31 'ui_android_export.h', |
| 36 'ui_android_jni_registrar.cc', | 32 'ui_android_jni_registrar.cc', |
| 37 'ui_android_jni_registrar.h', | 33 'ui_android_jni_registrar.h', |
| 38 'view_android.cc', | 34 'view_android.cc', |
| 39 'view_android.h', | 35 'view_android.h', |
| 40 'window_android.cc', | 36 'window_android.cc', |
| 41 'window_android.h', | 37 'window_android.h', |
| 42 'window_android_compositor.h', | 38 'window_android_compositor.h', |
| 43 'window_android_observer.h', | 39 'window_android_observer.h', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 ], | 154 ], |
| 159 }, | 155 }, |
| 160 { | 156 { |
| 161 # GN version: //ui/android:ui_android_unittests | 157 # GN version: //ui/android:ui_android_unittests |
| 162 'target_name': 'ui_android_unittests', | 158 'target_name': 'ui_android_unittests', |
| 163 'type': '<(gtest_target_type)', | 159 'type': '<(gtest_target_type)', |
| 164 'dependencies': [ | 160 'dependencies': [ |
| 165 '../../base/base.gyp:base', | 161 '../../base/base.gyp:base', |
| 166 '../../base/base.gyp:test_support_base', | 162 '../../base/base.gyp:test_support_base', |
| 167 '../../cc/cc.gyp:cc', | 163 '../../cc/cc.gyp:cc', |
| 164 '../../cc/cc_tests.gyp:cc_test_support', |
| 168 '../../skia/skia.gyp:skia', | 165 '../../skia/skia.gyp:skia', |
| 169 '../../testing/android/native_test.gyp:native_test_native_code', | 166 '../../testing/android/native_test.gyp:native_test_native_code', |
| 167 '../../testing/gmock.gyp:gmock', |
| 170 '../../testing/gtest.gyp:gtest', | 168 '../../testing/gtest.gyp:gtest', |
| 171 '../base/ui_base.gyp:ui_base', | 169 '../base/ui_base.gyp:ui_base', |
| 172 '../gfx/gfx.gyp:gfx', | 170 '../gfx/gfx.gyp:gfx', |
| 173 '../resources/ui_resources.gyp:ui_test_pak', | 171 '../resources/ui_resources.gyp:ui_test_pak', |
| 174 'ui_android', | 172 'ui_android', |
| 175 ], | 173 ], |
| 176 'sources': [ | 174 'sources': [ |
| 177 'resources/resource_manager_impl_unittest.cc', | 175 'resources/resource_manager_impl_unittest.cc', |
| 178 'run_all_unittests.cc', | 176 'run_all_unittests.cc', |
| 179 ], | 177 ], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 206 ], | 204 ], |
| 207 'sources': [ | 205 'sources': [ |
| 208 'ui_android_unittests_apk.isolate', | 206 'ui_android_unittests_apk.isolate', |
| 209 ], | 207 ], |
| 210 }, | 208 }, |
| 211 ] | 209 ] |
| 212 } | 210 } |
| 213 ], | 211 ], |
| 214 ] | 212 ] |
| 215 } | 213 } |
| OLD | NEW |