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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 11420056: Android WebView save/restoreState and backForardList Part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use ScopedVector Created 8 years, 1 month 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_test_apk', 7 'target_name': 'android_webview_test_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base_java_test_support', 10 '../base/base.gyp:base_java_test_support',
(...skipping 27 matching lines...) Expand all
38 '../testing/gtest.gyp:gtest', 38 '../testing/gtest.gyp:gtest',
39 'android_webview_common', 39 'android_webview_common',
40 ], 40 ],
41 'include_dirs': [ 41 'include_dirs': [
42 '..', 42 '..',
43 '../skia/config', 43 '../skia/config',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 'lib/main/webview_tests.cc', 46 'lib/main/webview_tests.cc',
47 'native/android_stream_reader_url_request_job_unittests.cc', 47 'native/android_stream_reader_url_request_job_unittests.cc',
48 'native/state_serializer_unittests.cc',
48 ], 49 ],
49 }, 50 },
50 { 51 {
51 'target_name': 'android_webview_unittests_apk', 52 'target_name': 'android_webview_unittests_apk',
52 'type': 'none', 53 'type': 'none',
53 'dependencies': [ 54 'dependencies': [
54 'android_webview_unittests', 55 'android_webview_unittests',
55 ], 56 ],
56 'variables': { 57 'variables': {
57 'test_suite_name': 'android_webview_unittests', 58 'test_suite_name': 'android_webview_unittests',
58 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)', 59 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)android_webvi ew_unittests<(SHARED_LIB_SUFFIX)',
59 }, 60 },
60 'includes': [ '../build/apk_test.gypi' ], 61 'includes': [ '../build/apk_test.gypi' ],
61 }, 62 },
62 ], 63 ],
63 } 64 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/native/state_serializer.h » ('j') | android_webview/native/state_serializer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698