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

Side by Side Diff: device/battery/battery.gyp

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnsyntax Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « device/battery/BUILD.gn ('k') | third_party/libexif/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « device/battery/BUILD.gn ('k') | third_party/libexif/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698