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

Unified Diff: android_webview/android_webview.gyp

Issue 10920033: Implement Android WebView BlockNetworkImages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update ContentSetting to new locking semantics. Add a test that does not require http server. Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/common/aw_utils.h » ('j') | android_webview/common/aw_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index eb6917d2873ed8f1c4e3f648f5ba22ea79bd73d3..f9f9bd31382fe8808ffd036cc5f2206230d8a551 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -22,6 +22,8 @@
'../skia/config',
],
'sources': [
+ 'common/aw_utils.cc',
+ 'common/aw_utils.h',
'common/android_webview_message_generator.cc',
'common/android_webview_message_generator.h',
'common/render_view_messages.cc',
« no previous file with comments | « no previous file | android_webview/common/aw_utils.h » ('j') | android_webview/common/aw_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698