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

Unified Diff: components/pairing.gypi

Issue 387163002: Move Chrome OS pairing interface to chrome/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes 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
Index: components/pairing.gypi
diff --git a/components/pairing.gypi b/components/pairing.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..b78a018b9f6b183e5426ca82a6a96f338632bb1e
--- /dev/null
+++ b/components/pairing.gypi
@@ -0,0 +1,28 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
jochen (gone - plz use gerrit) 2014/07/17 07:14:19 can you also add a BUILD.gn version?
Zachary Kuznia 2014/07/17 22:14:47 Done.
+ 'targets': [
+ {
+ 'target_name': 'pairing',
+ 'type': 'static_library',
+ 'defines': [
+ 'PAIRING_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'pairing/fake_controller_pairing_controller.cc',
+ 'pairing/fake_controller_pairing_controller.h',
+ 'pairing/fake_host_pairing_controller.cc',
+ 'pairing/fake_host_pairing_controller.h',
+ 'pairing/controller_pairing_controller.cc',
+ 'pairing/controller_pairing_controller.h',
+ 'pairing/host_pairing_controller.cc',
+ 'pairing/host_pairing_controller.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « components/components.gyp ('k') | components/pairing/DEPS » ('j') | components/pairing/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698