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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11051003: Implement Android WebView.clearCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 8 years, 2 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
« no previous file with comments | « no previous file | android_webview/common/render_view_messages.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebview', 10 'target_name': 'libwebview',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'browser/scoped_allow_wait_for_legacy_web_view_api.h', 46 'browser/scoped_allow_wait_for_legacy_web_view_api.h',
47 'browser/scoped_allow_wait_for_legacy_web_view_api.h', 47 'browser/scoped_allow_wait_for_legacy_web_view_api.h',
48 'lib/aw_browser_dependency_factory_impl.cc', 48 'lib/aw_browser_dependency_factory_impl.cc',
49 'lib/aw_browser_dependency_factory_impl.h', 49 'lib/aw_browser_dependency_factory_impl.h',
50 'lib/aw_content_browser_client.cc', 50 'lib/aw_content_browser_client.cc',
51 'lib/aw_content_browser_client.h', 51 'lib/aw_content_browser_client.h',
52 'lib/main/aw_main_delegate.cc', 52 'lib/main/aw_main_delegate.cc',
53 'lib/main/aw_main_delegate.h', 53 'lib/main/aw_main_delegate.h',
54 'lib/main/webview_entry_point.cc', 54 'lib/main/webview_entry_point.cc',
55 'lib/main/webview_stubs.cc', 55 'lib/main/webview_stubs.cc',
56 'renderer/aw_render_process_observer.cc',
57 'renderer/aw_render_process_observer.h',
56 'renderer/aw_render_view_ext.cc', 58 'renderer/aw_render_view_ext.cc',
57 'renderer/aw_render_view_ext.h', 59 'renderer/aw_render_view_ext.h',
58 ], 60 ],
59 }, 61 },
60 { 62 {
61 'target_name': 'android_webview', 63 'target_name': 'android_webview',
62 'type' : 'none', 64 'type' : 'none',
63 'dependencies': [ 65 'dependencies': [
64 'libwebview', 66 'libwebview',
65 ], 67 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'copies': [ 184 'copies': [
183 { 185 {
184 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', 186 'destination': '<(PRODUCT_DIR)/android_webview_test/assets',
185 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] 187 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ]
186 }, 188 },
187 ], 189 ],
188 'includes': [ '../build/java_apk.gypi' ], 190 'includes': [ '../build/java_apk.gypi' ],
189 }, 191 },
190 ], 192 ],
191 } 193 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/common/render_view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698