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

Side by Side Diff: ash/ash.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: ozone 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 | « no previous file | build/common.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', 890 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
891 '../ui/accessibility/accessibility.gyp:accessibility', 891 '../ui/accessibility/accessibility.gyp:accessibility',
892 '../ui/app_list/app_list.gyp:app_list', 892 '../ui/app_list/app_list.gyp:app_list',
893 '../ui/aura/aura.gyp:aura', 893 '../ui/aura/aura.gyp:aura',
894 '../ui/base/ui_base.gyp:ui_base', 894 '../ui/base/ui_base.gyp:ui_base',
895 '../ui/compositor/compositor.gyp:compositor', 895 '../ui/compositor/compositor.gyp:compositor',
896 '../ui/events/devices/events_devices.gyp:events_devices', 896 '../ui/events/devices/events_devices.gyp:events_devices',
897 '../ui/events/events.gyp:events', 897 '../ui/events/events.gyp:events',
898 '../ui/events/events.gyp:events_base', 898 '../ui/events/events.gyp:events_base',
899 '../ui/events/events.gyp:gesture_detection', 899 '../ui/events/events.gyp:gesture_detection',
900 '../ui/events/platform/events_platform.gyp:events_platform',
900 '../ui/gfx/gfx.gyp:gfx', 901 '../ui/gfx/gfx.gyp:gfx',
901 '../ui/gfx/gfx.gyp:gfx_geometry', 902 '../ui/gfx/gfx.gyp:gfx_geometry',
902 '../ui/keyboard/keyboard.gyp:keyboard', 903 '../ui/keyboard/keyboard.gyp:keyboard',
903 '../ui/message_center/message_center.gyp:message_center', 904 '../ui/message_center/message_center.gyp:message_center',
904 '../ui/resources/ui_resources.gyp:ui_resources', 905 '../ui/resources/ui_resources.gyp:ui_resources',
905 '../ui/strings/ui_strings.gyp:ui_strings', 906 '../ui/strings/ui_strings.gyp:ui_strings',
906 '../ui/views/controls/webview/webview.gyp:webview', 907 '../ui/views/controls/webview/webview.gyp:webview',
907 '../ui/views/views.gyp:views', 908 '../ui/views/views.gyp:views',
908 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 909 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
909 '../ui/wm/wm.gyp:wm', 910 '../ui/wm/wm.gyp:wm',
(...skipping 12 matching lines...) Expand all
922 'sources!': [ 923 'sources!': [
923 # Note: sources list duplicated in GN build. 924 # Note: sources list duplicated in GN build.
924 "sticky_keys/sticky_keys_controller.cc", 925 "sticky_keys/sticky_keys_controller.cc",
925 "sticky_keys/sticky_keys_controller.h", 926 "sticky_keys/sticky_keys_controller.h",
926 ], 927 ],
927 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 928 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
928 'msvs_disabled_warnings': [ 4267, ], 929 'msvs_disabled_warnings': [ 4267, ],
929 }], 930 }],
930 ['use_x11==1', { 931 ['use_x11==1', {
931 'dependencies': [ 932 'dependencies': [
933 '../build/linux/system.gyp:x11',
932 '../build/linux/system.gyp:xfixes', 934 '../build/linux/system.gyp:xfixes',
935 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
933 ], 936 ],
934 }], 937 }],
935 ['use_ozone==1', { 938 ['use_ozone==1', {
936 'dependencies': [ 939 'dependencies': [
937 '../ui/ozone/ozone.gyp:ozone', 940 '../ui/ozone/ozone.gyp:ozone',
938 ], 941 ],
939 }], 942 }],
940 ['chromeos==1', { 943 ['chromeos==1', {
941 'dependencies': [ 944 'dependencies': [
942 '../chromeos/chromeos.gyp:chromeos', 945 '../chromeos/chromeos.gyp:chromeos',
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 '../build/isolate.gypi', 1289 '../build/isolate.gypi',
1287 ], 1290 ],
1288 'sources': [ 1291 'sources': [
1289 'ash_unittests.isolate', 1292 'ash_unittests.isolate',
1290 ], 1293 ],
1291 }, 1294 },
1292 ], 1295 ],
1293 }], 1296 }],
1294 ], 1297 ],
1295 } 1298 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698