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

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

Issue 250793005: Refactor Udev device support in Ozone and add a DRM hotplug monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 }, { # ozone_platform_test==0 119 }, { # ozone_platform_test==0
120 'sources/': [ 120 'sources/': [
121 ['exclude', '^platform/test/'], 121 ['exclude', '^platform/test/'],
122 ] 122 ]
123 }], 123 }],
124 ['chromeos==1', { 124 ['chromeos==1', {
125 'dependencies': [ 125 'dependencies': [
126 '<(DEPTH)/ui/display/display.gyp:display_types', 126 '<(DEPTH)/ui/display/display.gyp:display_types',
127 ], 127 ],
128 }], 128 }],
129 ['use_udev == 0', {
130 'sources/': [
131 ['exclude', '_udev\\.(h|cc)$'],
132 ],
133 }],
129 ] 134 ]
130 }, 135 },
131 ], 136 ],
132 } 137 }
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/scoped_udev.h ('k') | ui/ozone/platform/dri/chromeos/native_display_delegate_dri.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698