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

Unified Diff: chrome/chrome_browser.gypi

Issue 362583002: Add more GN deps to the build. (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 | « chrome/browser/search/suggestions/proto/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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index c631ae53035bcf706bb3b11fa806f46683c8a5f7..280aa1bffa5037de22f702d028f52ee73b531f71 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3422,6 +3422,7 @@
},
{
# Protobuf compiler / generator for the suggestions service proto.
+ # GN version: //chrome/browser/search/suggestions/proto
'target_name': 'suggestions_proto',
'type': 'static_library',
'sources': [ 'browser/search/suggestions/proto/suggestions.proto', ],
@@ -3433,6 +3434,7 @@
},
{
# Protobuf compiler / generator for Probe Message.
+ # GN version: //chrome/browser/net:probe_message_proto
'target_name': 'probe_message_proto',
'type': 'static_library',
'sources': [ 'browser/net/probe_message.proto' ],
« no previous file with comments | « chrome/browser/search/suggestions/proto/BUILD.gn ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698