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

Unified Diff: components/usb_service.gypi

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 | « components/translate/core/language_detection/BUILD.gn ('k') | components/usb_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/usb_service.gypi
diff --git a/components/usb_service.gypi b/components/usb_service.gypi
index 33b38a6dd98dcf5e24d87a839d602abd1e01af90..1ce2fe7c0721081a37d1081040dbc09320c97a83 100644
--- a/components/usb_service.gypi
+++ b/components/usb_service.gypi
@@ -4,6 +4,7 @@
{
'targets': [{
+ # GN version: //components/usb_service
'target_name': 'usb_service',
'type': '<(component)',
'dependencies': [
@@ -20,6 +21,7 @@
'..',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'usb_service/usb_context.cc',
'usb_service/usb_context.h',
'usb_service/usb_device_impl.cc',
« no previous file with comments | « components/translate/core/language_detection/BUILD.gn ('k') | components/usb_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698