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

Unified Diff: third_party/cld_2/cld_2.gyp

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 | « third_party/cld_2/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld_2/cld_2.gyp
diff --git a/third_party/cld_2/cld_2.gyp b/third_party/cld_2/cld_2.gyp
index 6626a47228c67a125cd1cf9f6800b73ee91fc603..267531fccee9a21a7140908b22235d256c286c45 100644
--- a/third_party/cld_2/cld_2.gyp
+++ b/third_party/cld_2/cld_2.gyp
@@ -17,6 +17,7 @@
{
'targets': [
{
+ # GN version: //third_party/cld_2:cld_2_dynamic_data_tool
'target_name': 'cld_2_dynamic_data_tool',
'type': 'executable',
'include_dirs': [
@@ -24,6 +25,7 @@
'src/public',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'src/internal/cld2_dynamic_data.h',
'src/internal/cld2_dynamic_data.cc',
'src/internal/cld2_dynamic_data_extractor.h',
@@ -104,6 +106,7 @@
],
},
{
+ # GN version: //third_party/cld_2
'target_name': 'cld_2',
'type': 'static_library',
'include_dirs': [
@@ -111,6 +114,7 @@
'src/public',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'src/internal/cld2tablesummary.h',
'src/internal/cldutil.cc',
'src/internal/cldutil.h',
« no previous file with comments | « third_party/cld_2/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698