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

Unified Diff: android_webview/native/webview_native.gyp

Issue 1474483004: WebView Metrics client implementation (Chromium part) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « android_webview/native/aw_metrics_switch.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 97d941e30b96455ad008a5501001002e2583bb6b..1a89e19b5c8c8d51d4c7ac5360447ad206c5886b 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -4,6 +4,7 @@
{
'variables': {
'chromium_code': 1,
+ 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
},
'targets': [
{
@@ -32,6 +33,8 @@
'include_dirs': [
'../..',
'../../skia/config',
+ '../../third_party/protobuf/src',
+ '<(protoc_out_dir)',
],
'sources': [
'android_protocol_handler.cc',
@@ -67,7 +70,9 @@
'aw_media_url_interceptor.cc',
'aw_media_url_interceptor.h',
'aw_message_port_service_impl.cc',
- 'aw_messagE_port_service_impl.h',
+ 'aw_message_port_service_impl.h',
+ 'aw_metrics_switch.cc',
+ 'aw_metrics_switch.h',
'aw_pdf_exporter.cc',
'aw_pdf_exporter.h',
'aw_picture.cc',
@@ -145,6 +150,7 @@
'../java/src/org/chromium/android_webview/AwFormDatabase.java',
'../java/src/org/chromium/android_webview/AwHttpAuthHandler.java',
'../java/src/org/chromium/android_webview/AwMessagePortService.java',
+ '../java/src/org/chromium/android_webview/AwMetricsServiceClient.java',
'../java/src/org/chromium/android_webview/AwPdfExporter.java',
'../java/src/org/chromium/android_webview/AwPicture.java',
'../java/src/org/chromium/android_webview/AwQuotaManagerBridge.java',
« no previous file with comments | « android_webview/native/aw_metrics_switch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698