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

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

Issue 402213002: [Ozone] Migrate platform DRI & GBM to platform_window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/ozone/common/window/platform_window_compat.cc ('k') | ui/ozone/platform/dri/dri.gypi » ('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 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 'external_ozone_platforms': [], 8 'external_ozone_platforms': [],
9 'external_ozone_platform_files': [], 9 'external_ozone_platform_files': [],
10 'external_ozone_platform_deps': [], 10 'external_ozone_platform_deps': [],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'common/chromeos/display_util.h', 93 'common/chromeos/display_util.h',
94 'common/chromeos/native_display_delegate_ozone.cc', 94 'common/chromeos/native_display_delegate_ozone.cc',
95 'common/chromeos/native_display_delegate_ozone.h', 95 'common/chromeos/native_display_delegate_ozone.h',
96 'common/chromeos/touchscreen_device_manager_ozone.cc', 96 'common/chromeos/touchscreen_device_manager_ozone.cc',
97 'common/chromeos/touchscreen_device_manager_ozone.h', 97 'common/chromeos/touchscreen_device_manager_ozone.h',
98 'common/gpu/ozone_gpu_message_generator.cc', 98 'common/gpu/ozone_gpu_message_generator.cc',
99 'common/gpu/ozone_gpu_message_generator.h', 99 'common/gpu/ozone_gpu_message_generator.h',
100 'common/gpu/ozone_gpu_message_params.cc', 100 'common/gpu/ozone_gpu_message_params.cc',
101 'common/gpu/ozone_gpu_message_params.h', 101 'common/gpu/ozone_gpu_message_params.h',
102 'common/gpu/ozone_gpu_messages.h', 102 'common/gpu/ozone_gpu_messages.h',
103 'common/window/platform_window_compat.cc',
104 'common/window/platform_window_compat.h',
105 'public/ozone_platform.cc', 103 'public/ozone_platform.cc',
106 'public/ozone_platform.h', 104 'public/ozone_platform.h',
107 'public/ozone_switches.cc', 105 'public/ozone_switches.cc',
108 'public/ozone_switches.h', 106 'public/ozone_switches.h',
109 'platform_selection.cc', 107 'platform_selection.cc',
110 'platform_selection.h', 108 'platform_selection.h',
111 '<@(external_ozone_platform_files)', 109 '<@(external_ozone_platform_files)',
112 ], 110 ],
113 'actions': [ 111 'actions': [
114 { 112 {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'platform/dri/gbm.gypi', 207 'platform/dri/gbm.gypi',
210 ], 208 ],
211 }], 209 }],
212 ['<(ozone_platform_test) == 1', { 210 ['<(ozone_platform_test) == 1', {
213 'includes': [ 211 'includes': [
214 'platform/test/test.gypi', 212 'platform/test/test.gypi',
215 ], 213 ],
216 }], 214 }],
217 ], 215 ],
218 } 216 }
OLDNEW
« no previous file with comments | « ui/ozone/common/window/platform_window_compat.cc ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698