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

Side by Side Diff: ui/display/display.gyp

Issue 851313004: Revert of linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/base/ui_base.gyp ('k') | ui/events/events.gyp » ('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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'util/display_util.h', 108 'util/display_util.h',
109 'util/display_util_export.h', 109 'util/display_util_export.h',
110 'util/edid_parser.cc', 110 'util/edid_parser.cc',
111 'util/edid_parser.h', 111 'util/edid_parser.h',
112 'util/x11/edid_parser_x11.cc', 112 'util/x11/edid_parser_x11.cc',
113 'util/x11/edid_parser_x11.h', 113 'util/x11/edid_parser_x11.h',
114 ], 114 ],
115 'conditions': [ 115 'conditions': [
116 ['use_x11 == 1', { 116 ['use_x11 == 1', {
117 'dependencies': [ 117 'dependencies': [
118 '../../build/linux/system.gyp:x11',
119 '../../build/linux/system.gyp:xrandr', 118 '../../build/linux/system.gyp:xrandr',
120 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11', 119 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
121 ], 120 ],
122 }], 121 }],
123 ['chromeos == 1', { 122 ['chromeos == 1', {
124 'dependencies': [ 123 'dependencies': [
125 'display_types', 124 'display_types',
126 ], 125 ],
127 }], 126 }],
128 ], 127 ],
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'display', 199 'display',
201 'display_test_support', 200 'display_test_support',
202 'display_test_util', 201 'display_test_util',
203 'display_types', 202 'display_types',
204 ], 203 ],
205 }], 204 }],
206 ], 205 ],
207 }, 206 },
208 ], 207 ],
209 } 208 }
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698