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

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

Issue 2167243002: Delete Ozone egltest platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « docs/cast_build_instructions.md ('k') | ui/ozone/BUILD.gn » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ['OS=="ios"', { 342 ['OS=="ios"', {
343 # The cocoa files don't apply to iOS. 343 # The cocoa files don't apply to iOS.
344 'sources/': [['exclude', 'cocoa']], 344 'sources/': [['exclude', 'cocoa']],
345 }], 345 }],
346 ['use_x11==1', { 346 ['use_x11==1', {
347 'dependencies': [ 347 'dependencies': [
348 'devices/x11/events_devices_x11.gyp:events_devices_x11', 348 'devices/x11/events_devices_x11.gyp:events_devices_x11',
349 'keycodes/events_keycodes.gyp:keycodes_x11', 349 'keycodes/events_keycodes.gyp:keycodes_x11',
350 ], 350 ],
351 }], 351 }],
352 ['use_x11==1 or ozone_platform_ozonex==1', { 352 ['use_x11==1', {
353 'dependencies': [ 353 'dependencies': [
354 'x/events_x.gyp:events_x', 354 'x/events_x.gyp:events_x',
355 ], 355 ],
356 }], 356 }],
357 ['use_x11==1 or use_ozone==1', { 357 ['use_x11==1 or use_ozone==1', {
358 'sources' : [ 358 'sources' : [
359 'test/device_data_manager_test_api_impl.cc', 359 'test/device_data_manager_test_api_impl.cc',
360 ], 360 ],
361 'dependencies': [ 361 'dependencies': [
362 'devices/events_devices.gyp:events_devices', 362 'devices/events_devices.gyp:events_devices',
(...skipping 24 matching lines...) Expand all
387 'variables': { 387 'variables': {
388 'jni_gen_package': 'ui', 388 'jni_gen_package': 'ui',
389 'input_java_class': 'android/view/KeyEvent.class', 389 'input_java_class': 'android/view/KeyEvent.class',
390 }, 390 },
391 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 391 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
392 }, 392 },
393 ], 393 ],
394 }], 394 }],
395 ], 395 ],
396 } 396 }
OLDNEW
« no previous file with comments | « docs/cast_build_instructions.md ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698