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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_gl_surface.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 5 'targets': [
6 # GN: //android_webview/test:android_webview_apk 6 # GN: //android_webview/test:android_webview_apk
7 { 7 {
8 'target_name': 'android_webview_apk', 8 'target_name': 'android_webview_apk',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'type': '<(gtest_target_type)', 129 'type': '<(gtest_target_type)',
130 'dependencies': [ 130 'dependencies': [
131 '../base/base.gyp:test_support_base', 131 '../base/base.gyp:test_support_base',
132 '../content/content_shell_and_tests.gyp:test_support_content', 132 '../content/content_shell_and_tests.gyp:test_support_content',
133 '../net/net.gyp:net_test_support', 133 '../net/net.gyp:net_test_support',
134 '../testing/android/native_test.gyp:native_test_native_code', 134 '../testing/android/native_test.gyp:native_test_native_code',
135 '../testing/gmock.gyp:gmock', 135 '../testing/gmock.gyp:gmock',
136 '../testing/gtest.gyp:gtest', 136 '../testing/gtest.gyp:gtest',
137 '../ui/base/ui_base.gyp:ui_base_jni_headers', 137 '../ui/base/ui_base.gyp:ui_base_jni_headers',
138 '../ui/gl/gl.gyp:gl', 138 '../ui/gl/gl.gyp:gl',
139 '../ui/gl/init/gl_init.gyp:gl_init',
139 '../ui/gl/gl.gyp:gl_test_support', 140 '../ui/gl/gl.gyp:gl_test_support',
140 'android_webview_common', 141 'android_webview_common',
141 'android_webview_unittests_jni', 142 'android_webview_unittests_jni',
142 ], 143 ],
143 'include_dirs': [ 144 'include_dirs': [
144 '..', 145 '..',
145 '../skia/config', 146 '../skia/config',
146 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', 147 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests',
147 ], 148 ],
148 'sources': [ 149 'sources': [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 ], 271 ],
271 'sources': [ 272 'sources': [
272 'android_webview_unittests_apk.isolate', 273 'android_webview_unittests_apk.isolate',
273 ], 274 ],
274 }, 275 },
275 ] 276 ]
276 } 277 }
277 ], 278 ],
278 ] 279 ]
279 } 280 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/aw_gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698