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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 138433004: Normalize _unittest.cc filename suffix for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resync to trunk for mojo conflicts Created 6 years, 11 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 | Annotate | Revision Log
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 { 6 {
7 'target_name': 'android_webview_apk', 7 'target_name': 'android_webview_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'libwebviewchromium', 10 'libwebviewchromium',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 '..', 80 '..',
81 '../skia/config', 81 '../skia/config',
82 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', 82 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests',
83 ], 83 ],
84 'sources': [ 84 'sources': [
85 'browser/aw_form_database_service_unittest.cc', 85 'browser/aw_form_database_service_unittest.cc',
86 'browser/net/android_stream_reader_url_request_job_unittest.cc', 86 'browser/net/android_stream_reader_url_request_job_unittest.cc',
87 'browser/net/input_stream_reader_unittest.cc', 87 'browser/net/input_stream_reader_unittest.cc',
88 'lib/main/webview_tests.cc', 88 'lib/main/webview_tests.cc',
89 'native/input_stream_unittest.cc', 89 'native/input_stream_unittest.cc',
90 'native/state_serializer_unittests.cc', 90 'native/state_serializer_unittest.cc',
91 ], 91 ],
92 }, 92 },
93 { 93 {
94 'target_name': 'android_webview_unittest_java', 94 'target_name': 'android_webview_unittest_java',
95 'type': 'none', 95 'type': 'none',
96 'dependencies': [ 96 'dependencies': [
97 '../base/base.gyp:base_java_test_support', 97 '../base/base.gyp:base_java_test_support',
98 '../content/content_shell_and_tests.gyp:content_java_test_support', 98 '../content/content_shell_and_tests.gyp:content_java_test_support',
99 'android_webview_java', 99 'android_webview_java',
100 ], 100 ],
(...skipping 22 matching lines...) Expand all
123 'android_webview_unittests', 123 'android_webview_unittests',
124 ], 124 ],
125 'variables': { 125 'variables': {
126 'test_suite_name': 'android_webview_unittests', 126 'test_suite_name': 'android_webview_unittests',
127 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)', 127 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)',
128 }, 128 },
129 'includes': [ '../build/apk_test.gypi' ], 129 'includes': [ '../build/apk_test.gypi' ],
130 }, 130 },
131 ], 131 ],
132 } 132 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/native/state_serializer_unittest.cc » ('j') | ash/test/ash_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698