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

Side by Side Diff: ui/display/display.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 | « ui/display/BUILD.gn ('k') | no next file » | 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../../build/linux/system.gyp:xi', 77 '../../build/linux/system.gyp:xi',
78 '../../build/linux/system.gyp:xrandr', 78 '../../build/linux/system.gyp:xrandr',
79 '../../ui/events/platform/events_platform.gyp:events_platform', 79 '../../ui/events/platform/events_platform.gyp:events_platform',
80 ], 80 ],
81 }], 81 }],
82 ['chromeos == 1', { 82 ['chromeos == 1', {
83 'dependencies': [ 83 'dependencies': [
84 'display_types', 84 'display_types',
85 ], 85 ],
86 }], 86 }],
87 ['chromeos == 1 and use_x11 == 1', {
88 'dependencies': [
89 '../gfx/x/gfx_x11.gyp:gfx_x11',
90 ],
91 }],
87 ['use_ozone == 1', { 92 ['use_ozone == 1', {
88 'dependencies': [ 93 'dependencies': [
89 '../../ui/ozone/ozone.gyp:ozone', 94 '../../ui/ozone/ozone.gyp:ozone',
90 ], 95 ],
91 }], 96 }],
92 ], 97 ],
93 }, 98 },
94 { 99 {
95 # GN version: //ui/display/util 100 # GN version: //ui/display/util
96 'target_name': 'display_util', 101 'target_name': 'display_util',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'display', 205 'display',
201 'display_test_support', 206 'display_test_support',
202 'display_test_util', 207 'display_test_util',
203 'display_types', 208 'display_types',
204 ], 209 ],
205 }], 210 }],
206 ], 211 ],
207 }, 212 },
208 ], 213 ],
209 } 214 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698