Chromium Code Reviews| Index: chromeos/chromeos.gyp |
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..30dd71429a51725436385b463cbcc784217ba7be |
| --- /dev/null |
| +++ b/chromeos/chromeos.gyp |
| @@ -0,0 +1,25 @@ |
| +# Copyright (c) 2012 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. |
| + |
| +{ |
| + 'variables': { |
| + 'chromium_code': 1, |
| + }, |
| + 'targets': [ |
| + { |
| + 'target_name': 'chromeos_libs', |
|
oshima
2012/03/24 06:50:46
just 'chromeos'
hashimoto
2012/03/26 22:52:13
Done.
|
| + 'type': 'static_library', |
|
oshima
2012/03/24 06:46:04
any reason not '<(component)' ?
hashimoto
2012/03/26 22:52:13
Done.
|
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + ], |
| + 'export_dependent_settings': [ |
| + '../base/base.gyp:base', |
| + ], |
| + 'sources': [ |
| + 'dbus/power_supply_status.cc', |
| + 'dbus/power_supply_status.h', |
| + ], |
| + }, |
| + ] |
| +} |