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

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: USE_GLIB 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 | « ui/base/BUILD.gn ('k') | ui/base/x/selection_owner.h » ('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 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 ], 778 ],
779 'variables': { 779 'variables': {
780 'jni_gen_package': 'ui', 780 'jni_gen_package': 'ui',
781 }, 781 },
782 'includes': [ '../../build/jni_generator.gypi' ], 782 'includes': [ '../../build/jni_generator.gypi' ],
783 }, 783 },
784 ], 784 ],
785 }], 785 }],
786 ], 786 ],
787 } 787 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/x/selection_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698