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

Unified Diff: components/components.gyp

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compoent -> source set 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/BUILD.gn ('k') | components/pairing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index ef55bf935f3cebf2d8b74484b3212b723dd8e110..344b68608290a178addd87c8e601d281fe89af8a 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -77,6 +77,11 @@
'usb_service.gypi',
]
}],
+ ['chromeos == 1', {
+ 'includes': [
+ 'pairing.gypi',
+ ],
+ }],
['OS == "win" or OS == "mac"', {
'includes': [
'wifi.gypi',
« no previous file with comments | « components/BUILD.gn ('k') | components/pairing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698