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

Side by Side Diff: build/all.gyp

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify ui/events OWNERS 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 | « BUILD.gn ('k') | cc/BUILD.gn » ('j') | ui/events/events.gyp » ('J')
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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 815 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
816 '../third_party/WebKit/public/all.gyp:*', 816 '../third_party/WebKit/public/all.gyp:*',
817 '../tools/android/android_tools.gyp:android_tools', 817 '../tools/android/android_tools.gyp:android_tools',
818 '../tools/android/android_tools.gyp:memconsumer', 818 '../tools/android/android_tools.gyp:memconsumer',
819 '../tools/android/android_tools.gyp:push_apps_to_background', 819 '../tools/android/android_tools.gyp:push_apps_to_background',
820 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 820 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
821 '../tools/cygprofile/cygprofile.gyp:cygprofile_unittests', 821 '../tools/cygprofile/cygprofile.gyp:cygprofile_unittests',
822 '../ui/android/ui_android.gyp:ui_android_unittests', 822 '../ui/android/ui_android.gyp:ui_android_unittests',
823 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 823 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
824 '../ui/events/events_unittests.gyp:events_unittests', 824 '../ui/events/events_unittests.gyp:events_unittests',
825 '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittest s',
825 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 826 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
826 # Unit test bundles packaged as an apk. 827 # Unit test bundles packaged as an apk.
827 '../base/base.gyp:base_unittests_apk', 828 '../base/base.gyp:base_unittests_apk',
828 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 829 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
829 '../cc/cc_tests.gyp:cc_unittests_apk', 830 '../cc/cc_tests.gyp:cc_unittests_apk',
830 '../components/components_tests.gyp:components_browsertests_apk', 831 '../components/components_tests.gyp:components_browsertests_apk',
831 '../components/components_tests.gyp:components_unittests_apk', 832 '../components/components_tests.gyp:components_unittests_apk',
832 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 833 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
833 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 834 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
834 '../content/content_shell_and_tests.gyp:content_unittests_apk', 835 '../content/content_shell_and_tests.gyp:content_unittests_apk',
835 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 836 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
836 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk', 837 '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
837 '../gpu/gpu.gyp:gl_tests_apk', 838 '../gpu/gpu.gyp:gl_tests_apk',
838 '../gpu/gpu.gyp:gpu_unittests_apk', 839 '../gpu/gpu.gyp:gpu_unittests_apk',
839 '../ipc/ipc.gyp:ipc_tests_apk', 840 '../ipc/ipc.gyp:ipc_tests_apk',
840 '../media/media.gyp:media_unittests_apk', 841 '../media/media.gyp:media_unittests_apk',
841 '../media/midi/midi.gyp:midi_unittests_apk', 842 '../media/midi/midi.gyp:midi_unittests_apk',
842 '../net/net.gyp:net_unittests_apk', 843 '../net/net.gyp:net_unittests_apk',
843 '../skia/skia_tests.gyp:skia_unittests_apk', 844 '../skia/skia_tests.gyp:skia_unittests_apk',
844 '../sql/sql.gyp:sql_unittests_apk', 845 '../sql/sql.gyp:sql_unittests_apk',
845 '../sync/sync.gyp:sync_unit_tests_apk', 846 '../sync/sync.gyp:sync_unit_tests_apk',
846 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 847 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
847 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 848 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
848 '../ui/android/ui_android.gyp:ui_junit_tests', 849 '../ui/android/ui_android.gyp:ui_junit_tests',
849 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 850 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
850 '../ui/events/events_unittests.gyp:events_unittests_apk', 851 '../ui/events/events_unittests.gyp:events_unittests_apk',
851 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 852 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
852 '../ui/gl/gl_tests.gyp:gl_unittests_apk', 853 '../ui/gl/gl_tests.gyp:gl_unittests_apk',
854 '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittest s',
853 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 855 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
854 ], 856 ],
855 'conditions': [ 857 'conditions': [
856 ['chromecast==0', { 858 ['chromecast==0', {
857 'dependencies': [ 859 'dependencies': [
858 '../android_webview/android_webview.gyp:android_webview_unittest s', 860 '../android_webview/android_webview.gyp:android_webview_unittest s',
859 '../chrome/chrome.gyp:unit_tests', 861 '../chrome/chrome.gyp:unit_tests',
860 # Unit test bundles packaged as an apk. 862 # Unit test bundles packaged as an apk.
861 '../android_webview/android_webview.gyp:android_webview_test_apk ', 863 '../android_webview/android_webview.gyp:android_webview_test_apk ',
862 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', 864 '../android_webview/android_webview.gyp:android_webview_unittest s_apk',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1044 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1043 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1045 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1044 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1046 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1045 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1047 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1046 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1048 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1047 '../third_party/catapult/telemetry/telemetry.gyp:*', 1049 '../third_party/catapult/telemetry/telemetry.gyp:*',
1048 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1050 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1049 '../ui/events/events_unittests.gyp:events_unittests', 1051 '../ui/events/events_unittests.gyp:events_unittests',
1050 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1052 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1051 '../ui/gl/gl_tests.gyp:gl_unittests', 1053 '../ui/gl/gl_tests.gyp:gl_unittests',
1054 '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittest s',
1052 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1055 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1053 '../ui/views/views.gyp:views_unittests', 1056 '../ui/views/views.gyp:views_unittests',
1054 '../url/url.gyp:url_unittests', 1057 '../url/url.gyp:url_unittests',
1055 ], 1058 ],
1056 'conditions': [ 1059 'conditions': [
1057 ['target_arch=="ia32"', { 1060 ['target_arch=="ia32"', {
1058 'dependencies': [ 1061 'dependencies': [
1059 '../chrome/chrome.gyp:crash_service_win64', 1062 '../chrome/chrome.gyp:crash_service_win64',
1060 ], 1063 ],
1061 }], 1064 }],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests', 1148 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests',
1146 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 1149 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1147 '../ui/app_list/app_list.gyp:app_list_unittests', 1150 '../ui/app_list/app_list.gyp:app_list_unittests',
1148 '../ui/aura/aura.gyp:aura_unittests', 1151 '../ui/aura/aura.gyp:aura_unittests',
1149 '../ui/compositor/compositor.gyp:compositor_unittests', 1152 '../ui/compositor/compositor.gyp:compositor_unittests',
1150 '../ui/display/display.gyp:display_unittests', 1153 '../ui/display/display.gyp:display_unittests',
1151 '../ui/events/events_unittests.gyp:events_unittests', 1154 '../ui/events/events_unittests.gyp:events_unittests',
1152 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1155 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1153 '../ui/gl/gl_tests.gyp:gl_unittests', 1156 '../ui/gl/gl_tests.gyp:gl_unittests',
1154 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 1157 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1158 '../ui/latency_info/latency_info_unittests.gyp:latency_info_unittest s',
1155 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1159 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1156 '../url/url.gyp:url_unittests', 1160 '../url/url.gyp:url_unittests',
1157 ], 1161 ],
1158 }, 1162 },
1159 ], # targets 1163 ], # targets
1160 'conditions': [ 1164 'conditions': [
1161 ['branding=="Chrome"', { 1165 ['branding=="Chrome"', {
1162 'targets': [ 1166 'targets': [
1163 { 1167 {
1164 'target_name': 'chrome_official_builder_no_unittests', 1168 'target_name': 'chrome_official_builder_no_unittests',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 '../skia/skia_tests.gyp:skia_unittests', 1267 '../skia/skia_tests.gyp:skia_unittests',
1264 '../ui/app_list/app_list.gyp:*', 1268 '../ui/app_list/app_list.gyp:*',
1265 '../ui/aura/aura.gyp:*', 1269 '../ui/aura/aura.gyp:*',
1266 '../ui/aura_extra/aura_extra.gyp:*', 1270 '../ui/aura_extra/aura_extra.gyp:*',
1267 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1271 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1268 '../ui/compositor/compositor.gyp:*', 1272 '../ui/compositor/compositor.gyp:*',
1269 '../ui/display/display.gyp:display_unittests', 1273 '../ui/display/display.gyp:display_unittests',
1270 '../ui/events/events.gyp:*', 1274 '../ui/events/events.gyp:*',
1271 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1275 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1272 '../ui/gl/gl_tests.gyp:gl_unittests', 1276 '../ui/gl/gl_tests.gyp:gl_unittests',
1277 '../ui/latency_info/latency_info.gyp:*',
1273 '../ui/keyboard/keyboard.gyp:*', 1278 '../ui/keyboard/keyboard.gyp:*',
1274 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 1279 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
1275 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1280 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1276 '../ui/wm/wm.gyp:*', 1281 '../ui/wm/wm.gyp:*',
1277 'blink_tests', 1282 'blink_tests',
1278 ], 1283 ],
1279 'conditions': [ 1284 'conditions': [
1280 ['OS=="win"', { 1285 ['OS=="win"', {
1281 'dependencies': [ 1286 'dependencies': [
1282 '../chrome/chrome.gyp:crash_service', 1287 '../chrome/chrome.gyp:crash_service',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 'dependencies': [ 1390 'dependencies': [
1386 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1391 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1387 '../ui/views/views.gyp:views', 1392 '../ui/views/views.gyp:views',
1388 '../ui/views/views.gyp:views_unittests', 1393 '../ui/views/views.gyp:views_unittests',
1389 ], 1394 ],
1390 }, # target_name: macviews_builder 1395 }, # target_name: macviews_builder
1391 ], # targets 1396 ], # targets
1392 }], # os=='mac' and toolkit_views==1 1397 }], # os=='mac' and toolkit_views==1
1393 ], # conditions 1398 ], # conditions
1394 } 1399 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | cc/BUILD.gn » ('j') | ui/events/events.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698