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

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

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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/events/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 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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 '-L<(PRODUCT_DIR)', 600 '-L<(PRODUCT_DIR)',
601 ], 601 ],
602 }, 602 },
603 'dependencies': [ 603 'dependencies': [
604 '../../build/linux/system.gyp:x11', 604 '../../build/linux/system.gyp:x11',
605 '../../build/linux/system.gyp:xcursor', 605 '../../build/linux/system.gyp:xcursor',
606 '../../build/linux/system.gyp:xext', 606 '../../build/linux/system.gyp:xext',
607 '../../build/linux/system.gyp:xfixes', 607 '../../build/linux/system.gyp:xfixes',
608 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc. 608 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc.
609 '../events/devices/events_devices.gyp:events_devices', 609 '../events/devices/events_devices.gyp:events_devices',
610 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
610 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 611 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
611 '../gfx/x/gfx_x11.gyp:gfx_x11', 612 '../gfx/x/gfx_x11.gyp:gfx_x11',
612 ], 613 ],
613 }], 614 }],
614 ['use_x11==1 and chromeos==0', { 615 ['use_x11==1 and chromeos==0', {
615 'dependencies': [ 616 'dependencies': [
616 '../../build/linux/system.gyp:xscrnsaver', 617 '../../build/linux/system.gyp:xscrnsaver',
617 ], 618 ],
618 }], 619 }],
619 ['toolkit_views==0', { 620 ['toolkit_views==0', {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 ], 778 ],
778 'variables': { 779 'variables': {
779 'jni_gen_package': 'ui', 780 'jni_gen_package': 'ui',
780 }, 781 },
781 'includes': [ '../../build/jni_generator.gypi' ], 782 'includes': [ '../../build/jni_generator.gypi' ],
782 }, 783 },
783 ], 784 ],
784 }], 785 }],
785 ], 786 ],
786 } 787 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698