Chromium Code Reviews| 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', |
| + ], |
| + }, |
| + ], |
| +} |