Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'chromium_code': 1, | |
| 8 }, | |
| 9 'targets': [ | |
| 10 { | |
| 11 'target_name': 'chromeos_libs', | |
|
oshima
2012/03/24 06:50:46
just 'chromeos'
hashimoto
2012/03/26 22:52:13
Done.
| |
| 12 'type': 'static_library', | |
|
oshima
2012/03/24 06:46:04
any reason not '<(component)' ?
hashimoto
2012/03/26 22:52:13
Done.
| |
| 13 'dependencies': [ | |
| 14 '../base/base.gyp:base', | |
| 15 ], | |
| 16 'export_dependent_settings': [ | |
| 17 '../base/base.gyp:base', | |
| 18 ], | |
| 19 'sources': [ | |
| 20 'dbus/power_supply_status.cc', | |
| 21 'dbus/power_supply_status.h', | |
| 22 ], | |
| 23 }, | |
| 24 ] | |
| 25 } | |
| OLD | NEW |