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

Unified Diff: device/media_transfer_protocol/media_transfer_protocol.gyp

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 | « device/media_transfer_protocol/BUILD.gn ('k') | third_party/dom_distiller_js/dom_distiller_js.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/media_transfer_protocol/media_transfer_protocol.gyp
diff --git a/device/media_transfer_protocol/media_transfer_protocol.gyp b/device/media_transfer_protocol/media_transfer_protocol.gyp
index 469a9e5b03702454986d57955dc9795eed4720dd..05c55b971830e81e1549a8bc2f57342370ca2340 100644
--- a/device/media_transfer_protocol/media_transfer_protocol.gyp
+++ b/device/media_transfer_protocol/media_transfer_protocol.gyp
@@ -10,6 +10,7 @@
{
# Protobuf compiler / generator for the MtpFileEntry and
# MtpFileEntries protocol buffers.
+ # GN version: //device/media_transfer_protocol:mtp_file_entry_proto
'target_name': 'mtp_file_entry_proto',
'type': 'static_library',
'sources': [
@@ -24,6 +25,7 @@
{
# Protobuf compiler / generator for the MtpStorageInfo protocol
# buffer.
+ # GN version: //device/media_transfer_protocol:mtp_storage_info_proto
'target_name': 'mtp_storage_info_proto',
'type': 'static_library',
'sources': [
@@ -36,6 +38,7 @@
'includes': ['../../build/protoc.gypi'],
},
{
+ # GN version: //device/media_transfer_protocol
'target_name': 'device_media_transfer_protocol',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « device/media_transfer_protocol/BUILD.gn ('k') | third_party/dom_distiller_js/dom_distiller_js.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698