| OLD | NEW |
| 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 'libstandalonelibwebviewchromium', | 10 'libstandalonelibwebviewchromium', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'target_name': 'android_webview_unittests', | 106 'target_name': 'android_webview_unittests', |
| 107 'type': '<(gtest_target_type)', | 107 'type': '<(gtest_target_type)', |
| 108 'dependencies': [ | 108 'dependencies': [ |
| 109 '../base/base.gyp:test_support_base', | 109 '../base/base.gyp:test_support_base', |
| 110 '../content/content_shell_and_tests.gyp:test_support_content', | 110 '../content/content_shell_and_tests.gyp:test_support_content', |
| 111 '../net/net.gyp:net_test_support', | 111 '../net/net.gyp:net_test_support', |
| 112 '../testing/android/native_test.gyp:native_test_native_code', | 112 '../testing/android/native_test.gyp:native_test_native_code', |
| 113 '../testing/gmock.gyp:gmock', | 113 '../testing/gmock.gyp:gmock', |
| 114 '../testing/gtest.gyp:gtest', | 114 '../testing/gtest.gyp:gtest', |
| 115 '../ui/base/ui_base.gyp:ui_base_jni_headers', | 115 '../ui/base/ui_base.gyp:ui_base_jni_headers', |
| 116 '../ui/gl/gl.gyp:gl', |
| 116 'android_webview_common', | 117 'android_webview_common', |
| 117 'android_webview_unittests_jni', | 118 'android_webview_unittests_jni', |
| 118 ], | 119 ], |
| 119 'include_dirs': [ | 120 'include_dirs': [ |
| 120 '..', | 121 '..', |
| 121 '../skia/config', | 122 '../skia/config', |
| 122 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', | 123 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', |
| 123 ], | 124 ], |
| 124 'sources': [ | 125 'sources': [ |
| 125 'browser/aw_static_cookie_policy_unittest.cc', | 126 'browser/aw_static_cookie_policy_unittest.cc', |
| 126 'browser/aw_form_database_service_unittest.cc', | 127 'browser/aw_form_database_service_unittest.cc', |
| 127 'browser/browser_view_renderer_unittest.cc', | 128 'browser/browser_view_renderer_unittest.cc', |
| 128 'browser/net/android_stream_reader_url_request_job_unittest.cc', | 129 'browser/net/android_stream_reader_url_request_job_unittest.cc', |
| 129 'browser/net/input_stream_reader_unittest.cc', | 130 'browser/net/input_stream_reader_unittest.cc', |
| 131 'browser/test/fake_window.cc', |
| 132 'browser/test/fake_window.h', |
| 130 'browser/test/rendering_test.cc', | 133 'browser/test/rendering_test.cc', |
| 131 'browser/test/rendering_test.h', | 134 'browser/test/rendering_test.h', |
| 132 'lib/main/webview_tests.cc', | 135 'lib/main/webview_tests.cc', |
| 133 'native/aw_contents_client_bridge_unittest.cc', | 136 'native/aw_contents_client_bridge_unittest.cc', |
| 134 'native/aw_media_url_interceptor_unittest.cc', | 137 'native/aw_media_url_interceptor_unittest.cc', |
| 135 'native/input_stream_unittest.cc', | 138 'native/input_stream_unittest.cc', |
| 136 'native/permission/media_access_permission_request_unittest.cc', | 139 'native/permission/media_access_permission_request_unittest.cc', |
| 137 'native/permission/permission_request_handler_unittest.cc', | 140 'native/permission/permission_request_handler_unittest.cc', |
| 138 'native/state_serializer_unittest.cc', | 141 'native/state_serializer_unittest.cc', |
| 139 ], | 142 ], |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 ], | 202 ], |
| 200 }, | 203 }, |
| 201 { | 204 { |
| 202 'target_name': 'libstandalonelibwebviewchromium', | 205 'target_name': 'libstandalonelibwebviewchromium', |
| 203 'includes': [ | 206 'includes': [ |
| 204 'libwebviewchromium.gypi', | 207 'libwebviewchromium.gypi', |
| 205 ], | 208 ], |
| 206 }, | 209 }, |
| 207 ], | 210 ], |
| 208 } | 211 } |
| OLD | NEW |