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

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

Issue 854753002: 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
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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'ldflags': [ 603 'ldflags': [
604 '-L<(PRODUCT_DIR)', 604 '-L<(PRODUCT_DIR)',
605 ], 605 ],
606 }, 606 },
607 'dependencies': [ 607 'dependencies': [
608 '../../build/linux/system.gyp:x11', 608 '../../build/linux/system.gyp:x11',
609 '../../build/linux/system.gyp:xcursor', 609 '../../build/linux/system.gyp:xcursor',
610 '../../build/linux/system.gyp:xext', 610 '../../build/linux/system.gyp:xext',
611 '../../build/linux/system.gyp:xfixes', 611 '../../build/linux/system.gyp:xfixes',
612 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc. 612 '../../build/linux/system.gyp:xrender', # For XRender* function cal ls in x11_util.cc.
613 '../events/devices/events_devices.gyp:events_devices',
613 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 614 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
615 '../gfx/x/gfx_x11.gyp:gfx_x11',
614 ], 616 ],
615 }], 617 }],
616 ['toolkit_views==0', { 618 ['toolkit_views==0', {
617 'sources!': [ 619 'sources!': [
618 'dragdrop/drag_drop_types.h', 620 'dragdrop/drag_drop_types.h',
619 'dragdrop/drop_target_event.cc', 621 'dragdrop/drop_target_event.cc',
620 'dragdrop/drop_target_event.h', 622 'dragdrop/drop_target_event.h',
621 'dragdrop/os_exchange_data.cc', 623 'dragdrop/os_exchange_data.cc',
622 'dragdrop/os_exchange_data.h', 624 'dragdrop/os_exchange_data.h',
623 'nine_image_painter_factory.cc', 625 'nine_image_painter_factory.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ], 791 ],
790 'variables': { 792 'variables': {
791 'jni_gen_package': 'ui', 793 'jni_gen_package': 'ui',
792 }, 794 },
793 'includes': [ '../../build/jni_generator.gypi' ], 795 'includes': [ '../../build/jni_generator.gypi' ],
794 }, 796 },
795 ], 797 ],
796 }], 798 }],
797 ], 799 ],
798 } 800 }
OLDNEW
« third_party/mesa/mesa.gyp ('K') | « ui/aura/aura.gyp ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698