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

Unified Diff: third_party/libphonenumber/libphonenumber.gyp

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/libphonenumber/BUILD.gn ('k') | third_party/mt19937ar/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libphonenumber/libphonenumber.gyp
diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp
index f00279045ee2c076a202d594862bf12bedd64e05..229440bfaa861dcc0668834f12d75b27a4985cc0 100644
--- a/third_party/libphonenumber/libphonenumber.gyp
+++ b/third_party/libphonenumber/libphonenumber.gyp
@@ -35,6 +35,7 @@
'targets': [{
# Build a library without metadata so that we can use it with both testing
# and production metadata. This library should not be used by clients.
+ # GN version: //third_party/libphonenumber:libphonenumber_without_metadata
'target_name': 'libphonenumber_without_metadata',
'type': 'static_library',
'dependencies': [
@@ -93,6 +94,7 @@
},
{
# Library used by clients that includes production metadata.
+ # GN version: //third_party/libphonenumber
'target_name': 'libphonenumber',
'type': 'static_library',
'dependencies': [
@@ -109,6 +111,7 @@
],
},
{
+ # GN version: //third_party/libphonenumber:libphonenumber_unittests
'target_name': 'libphonenumber_unittests',
'type': 'executable',
'sources': [
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | third_party/mt19937ar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698