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

Unified Diff: components/rappor/rappor_content.gyp

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « components/rappor/content/common/rappor_messages.cc ('k') | components/rappor/rappor_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_content.gyp
diff --git a/chrome/chrome_child.gypi b/components/rappor/rappor_content.gyp
similarity index 50%
copy from chrome/chrome_child.gypi
copy to components/rappor/rappor_content.gyp
index 6464a39177c64ad13a749213165e50411d73d455..30bd8b81ec34873cbf08d93f95d1f96a7b0aa9d5 100644
--- a/chrome/chrome_child.gypi
+++ b/components/rappor/rappor_content.gyp
@@ -5,19 +5,16 @@
{
'targets': [
{
- 'target_name': 'child',
+ # GN verison: //components/rappor/content/common
+ 'target_name': 'rappor_content_common',
'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
- '../base/base.gyp:base',
- '../content/content.gyp:content_child',
- ],
- 'include_dirs': [
- '..',
+ '../../base/base.gyp:base',
+ '../../ipc/ipc.gyp:ipc',
],
'sources': [
- 'child/pdf_child_init.cc',
- 'child/pdf_child_init.h',
+ 'content/common/rappor_messages.cc',
+ 'content/common/rappor_messages.h',
],
},
],
« no previous file with comments | « components/rappor/content/common/rappor_messages.cc ('k') | components/rappor/rappor_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698