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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1892483005: SelectionOwner: add support for TIMESTAMP target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ugh 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
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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'cursor/cursor_loader_x11.cc', 448 'cursor/cursor_loader_x11.cc',
449 'cursor/cursor_loader_x11.h', 449 'cursor/cursor_loader_x11.h',
450 'cursor/cursor_win.cc', 450 'cursor/cursor_win.cc',
451 'cursor/cursor_x11.cc', 451 'cursor/cursor_x11.cc',
452 'x/selection_owner.cc', 452 'x/selection_owner.cc',
453 'x/selection_owner.h', 453 'x/selection_owner.h',
454 'x/selection_requestor.cc', 454 'x/selection_requestor.cc',
455 'x/selection_requestor.h', 455 'x/selection_requestor.h',
456 'x/selection_utils.cc', 456 'x/selection_utils.cc',
457 'x/selection_utils.h', 457 'x/selection_utils.h',
458 ] 458 ],
459 }], 459 }],
460 ['use_aura==0 or OS!="linux"', { 460 ['use_aura==0 or OS!="linux"', {
461 'sources!': [ 461 'sources!': [
462 'resource/resource_bundle_auralinux.cc', 462 'resource/resource_bundle_auralinux.cc',
463 ], 463 ],
464 }], 464 }],
465 ['use_ozone==1', { 465 ['use_ozone==1', {
466 'dependencies': [ 466 'dependencies': [
467 '../events/devices/events_devices.gyp:events_devices', 467 '../events/devices/events_devices.gyp:events_devices',
468 '../events/ozone/events_ozone.gyp:events_ozone_evdev', 468 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 ], 777 ],
778 'variables': { 778 'variables': {
779 'jni_gen_package': 'ui', 779 'jni_gen_package': 'ui',
780 }, 780 },
781 'includes': [ '../../build/jni_generator.gypi' ], 781 'includes': [ '../../build/jni_generator.gypi' ],
782 }, 782 },
783 ], 783 ],
784 }], 784 }],
785 ], 785 ],
786 } 786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698