| 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 14 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |