OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'battery_status_manager_win.cc', | 74 'battery_status_manager_win.cc', |
75 'battery_status_manager_win.h', | 75 'battery_status_manager_win.h', |
76 'battery_status_manager.h', | 76 'battery_status_manager.h', |
77 'battery_status_service.cc', | 77 'battery_status_service.cc', |
78 'battery_status_service.h', | 78 'battery_status_service.h', |
79 ], | 79 ], |
80 'conditions': [ | 80 'conditions': [ |
81 ['chromeos==1', { | 81 ['chromeos==1', { |
82 'dependencies': [ | 82 'dependencies': [ |
83 '../../build/linux/system.gyp:dbus', | 83 '../../build/linux/system.gyp:dbus', |
| 84 '../../chromeos/chromeos.gyp:chromeos', |
84 '../../chromeos/chromeos.gyp:power_manager_proto', | 85 '../../chromeos/chromeos.gyp:power_manager_proto', |
85 ], | 86 ], |
86 'sources!': [ | 87 'sources!': [ |
87 'battery_status_manager_default.cc', | 88 'battery_status_manager_default.cc', |
88 'battery_status_manager_linux.cc', | 89 'battery_status_manager_linux.cc', |
89 ], | 90 ], |
90 }], | 91 }], |
91 ['OS == "linux" and use_dbus==1', { | 92 ['OS == "linux" and use_dbus==1', { |
92 'sources!': [ | 93 'sources!': [ |
93 'battery_status_manager_default.cc', | 94 'battery_status_manager_default.cc', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 '../../base/base.gyp:base', | 141 '../../base/base.gyp:base', |
141 '../../base/base.gyp:base_java_test_support', | 142 '../../base/base.gyp:base_java_test_support', |
142 'device_battery_java', | 143 'device_battery_java', |
143 ], | 144 ], |
144 'includes': [ '../../build/java.gypi' ], | 145 'includes': [ '../../build/java.gypi' ], |
145 }, | 146 }, |
146 ], | 147 ], |
147 }], | 148 }], |
148 ], | 149 ], |
149 } | 150 } |
OLD | NEW |