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

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

Issue 1883933002: Fix gyp build on ChromeOS for some configurations that are not finding non-skia gfx param traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 # Normally, the external_ozone_platform* variables below can be 8 # Normally, the external_ozone_platform* variables below can be
9 # overridden by supplement.gypi which must exist exactly one level 9 # overridden by supplement.gypi which must exist exactly one level
10 # below the top-level src directory. They can now also be set in 10 # below the top-level src directory. They can now also be set in
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '<(DEPTH)/base/base.gyp:base', 108 '<(DEPTH)/base/base.gyp:base',
109 '<(DEPTH)/ipc/ipc.gyp:ipc', 109 '<(DEPTH)/ipc/ipc.gyp:ipc',
110 '<(DEPTH)/skia/skia.gyp:skia', 110 '<(DEPTH)/skia/skia.gyp:skia',
111 '<(DEPTH)/ui/display/display.gyp:display_types', 111 '<(DEPTH)/ui/display/display.gyp:display_types',
112 '<(DEPTH)/ui/display/display.gyp:display_util', 112 '<(DEPTH)/ui/display/display.gyp:display_util',
113 '<(DEPTH)/ui/events/events.gyp:events', 113 '<(DEPTH)/ui/events/events.gyp:events',
114 '<(DEPTH)/ui/events/devices/events_devices.gyp:events_devices', 114 '<(DEPTH)/ui/events/devices/events_devices.gyp:events_devices',
115 '<(DEPTH)/ui/events/ozone/events_ozone.gyp:events_ozone', 115 '<(DEPTH)/ui/events/ozone/events_ozone.gyp:events_ozone',
116 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 116 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
117 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 117 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
118 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
118 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 119 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
119 '<@(external_ozone_platform_deps)', 120 '<@(external_ozone_platform_deps)',
120 '<@(internal_ozone_platform_deps)', 121 '<@(internal_ozone_platform_deps)',
121 'ozone_base', 122 'ozone_base',
122 ], 123 ],
123 'defines': [ 124 'defines': [
124 'OZONE_IMPLEMENTATION', 125 'OZONE_IMPLEMENTATION',
125 ], 126 ],
126 'variables': { 127 'variables': {
127 'platform_list_cc_file': '<(INTERMEDIATE_DIR)/ui/ozone/platform_list.cc' , 128 'platform_list_cc_file': '<(INTERMEDIATE_DIR)/ui/ozone/platform_list.cc' ,
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'platform/headless/headless.gypi', 279 'platform/headless/headless.gypi',
279 ], 280 ],
280 }], 281 }],
281 ['<(ozone_platform_wayland) == 1', { 282 ['<(ozone_platform_wayland) == 1', {
282 'includes': [ 283 'includes': [
283 'platform/wayland/wayland.gypi', 284 'platform/wayland/wayland.gypi',
284 ], 285 ],
285 }], 286 }],
286 ], 287 ],
287 } 288 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698