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

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

Issue 860623002: Revert of Revert of linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/aura/aura.gyp ('k') | ui/display/display.gyp » ('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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'ldflags': [ 616 'ldflags': [
617 '-L<(PRODUCT_DIR)', 617 '-L<(PRODUCT_DIR)',
618 ], 618 ],
619 }, 619 },
620 'dependencies': [ 620 'dependencies': [
621 '../../build/linux/system.gyp:x11', 621 '../../build/linux/system.gyp:x11',
622 '../../build/linux/system.gyp:xcursor', 622 '../../build/linux/system.gyp:xcursor',
623 '../../build/linux/system.gyp:xext', 623 '../../build/linux/system.gyp:xext',
624 '../../build/linux/system.gyp:xfixes', 624 '../../build/linux/system.gyp:xfixes',
625 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc. 625 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc.
626 '../events/devices/events_devices.gyp:events_devices',
626 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 627 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
628 '../gfx/x/gfx_x11.gyp:gfx_x11',
627 ], 629 ],
628 }], 630 }],
629 ['use_x11==1 and chromeos==0', { 631 ['use_x11==1 and chromeos==0', {
630 'dependencies': [ 632 'dependencies': [
631 '../../build/linux/system.gyp:xscrnsaver', 633 '../../build/linux/system.gyp:xscrnsaver',
632 ], 634 ],
633 }], 635 }],
634 ['toolkit_views==0', { 636 ['toolkit_views==0', {
635 'sources!': [ 637 'sources!': [
636 'dragdrop/drag_drop_types.h', 638 'dragdrop/drag_drop_types.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 ], 818 ],
817 'variables': { 819 'variables': {
818 'jni_gen_package': 'ui', 820 'jni_gen_package': 'ui',
819 }, 821 },
820 'includes': [ '../../build/jni_generator.gypi' ], 822 'includes': [ '../../build/jni_generator.gypi' ],
821 }, 823 },
822 ], 824 ],
823 }], 825 }],
824 ], 826 ],
825 } 827 }
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698