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

Unified Diff: components/rappor.gypi

Issue 382663002: Add components and CLD to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 6 years, 5 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/dom_distiller/content/BUILD.gn ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor.gypi
diff --git a/components/rappor.gypi b/components/rappor.gypi
index 346d2080cde05bd3caaec70a99fa6539ba972aa9..f646c8747ff292293620e0d759d65471e4c1b548 100644
--- a/components/rappor.gypi
+++ b/components/rappor.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //components/rappor
'target_name': 'rappor',
'type': 'static_library',
'include_dirs': [
@@ -19,6 +20,7 @@
'variations',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'rappor/bloom_filter.cc',
'rappor/bloom_filter.h',
'rappor/byte_vector_utils.cc',
« no previous file with comments | « components/dom_distiller/content/BUILD.gn ('k') | components/rappor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698