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

Unified Diff: chrome/chrome_common.gypi

Issue 335053002: Add GN build for some chrome common, chrome net, and resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sorting 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 | « chrome/browser/ui/webui/omnibox/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 894a1be952bc5a979b106502de7ac4e872e3a985..3a0bd9c92660730259e10221ea7b4cb2546ec329 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -582,6 +582,7 @@
],
},
{
+ # GN version: //chrome/commoon/net:net
'target_name': 'common_net',
'type': 'static_library',
'sources': [
@@ -664,6 +665,8 @@
# Protobuf compiler / generator for the safebrowsing client
# model proto and the client-side detection (csd) request
# protocol buffer.
+
+ # GN version: //chrome/common/safe_browsing:proto
'target_name': 'safe_browsing_proto',
'type': 'static_library',
'sources': [
@@ -679,6 +682,8 @@
},
{
# Protobuf compiler / generator for UMA (User Metrics Analysis).
+
+ # GN version: //chrome/common/metrics/proto:proto
'target_name': 'metrics_proto',
'type': 'static_library',
'sources': [
« no previous file with comments | « chrome/browser/ui/webui/omnibox/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698