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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 643993005: Remove limit on number of resources in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no cc change Created 6 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.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 { 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'android_webview_unittests_jni', 103 'android_webview_unittests_jni',
104 ], 104 ],
105 'include_dirs': [ 105 'include_dirs': [
106 '..', 106 '..',
107 '../skia/config', 107 '../skia/config',
108 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', 108 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests',
109 ], 109 ],
110 'sources': [ 110 'sources': [
111 'browser/aw_static_cookie_policy_unittest.cc', 111 'browser/aw_static_cookie_policy_unittest.cc',
112 'browser/aw_form_database_service_unittest.cc', 112 'browser/aw_form_database_service_unittest.cc',
113 'browser/global_tile_manager_unittest.cc',
114 'browser/net/android_stream_reader_url_request_job_unittest.cc', 113 'browser/net/android_stream_reader_url_request_job_unittest.cc',
115 'browser/net/input_stream_reader_unittest.cc', 114 'browser/net/input_stream_reader_unittest.cc',
116 'lib/main/webview_tests.cc', 115 'lib/main/webview_tests.cc',
117 'native/aw_contents_client_bridge_unittest.cc', 116 'native/aw_contents_client_bridge_unittest.cc',
118 'native/aw_media_url_interceptor_unittest.cc', 117 'native/aw_media_url_interceptor_unittest.cc',
119 'native/input_stream_unittest.cc', 118 'native/input_stream_unittest.cc',
120 'native/permission/media_access_permission_request_unittest.cc', 119 'native/permission/media_access_permission_request_unittest.cc',
121 'native/permission/permission_request_handler_unittest.cc', 120 'native/permission/permission_request_handler_unittest.cc',
122 'native/state_serializer_unittest.cc', 121 'native/state_serializer_unittest.cc',
123 ], 122 ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 ], 182 ],
184 }, 183 },
185 { 184 {
186 'target_name': 'libstandalonelibwebviewchromium', 185 'target_name': 'libstandalonelibwebviewchromium',
187 'includes': [ 186 'includes': [
188 'libwebviewchromium.gypi', 187 'libwebviewchromium.gypi',
189 ], 188 ],
190 }, 189 },
191 ], 190 ],
192 } 191 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698