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

Side by Side Diff: build/all.gyp

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/gn_migration.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 # 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 466 ],
467 }], 467 }],
468 ['use_aura==1 and chromecast==0', { 468 ['use_aura==1 and chromecast==0', {
469 'dependencies': [ 469 'dependencies': [
470 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 470 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
471 '../ui/views/views.gyp:views_unittests', 471 '../ui/views/views.gyp:views_unittests',
472 ], 472 ],
473 }], 473 }],
474 ['use_aura==1 or toolkit_views==1', { 474 ['use_aura==1 or toolkit_views==1', {
475 'dependencies': [ 475 'dependencies': [
476 '../ui/events/events.gyp:events_unittests', 476 '../ui/events/events_unittests.gyp:events_unittests',
477 ], 477 ],
478 }], 478 }],
479 ['use_ash==1', { 479 ['use_ash==1', {
480 'dependencies': [ 480 'dependencies': [
481 '../ash/ash.gyp:ash_unittests', 481 '../ash/ash.gyp:ash_unittests',
482 ], 482 ],
483 }], 483 }],
484 ['disable_nacl==0', { 484 ['disable_nacl==0', {
485 'dependencies': [ 485 'dependencies': [
486 '../components/nacl.gyp:nacl_loader_unittests', 486 '../components/nacl.gyp:nacl_loader_unittests',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 '../sql/sql.gyp:sql_unittests', 824 '../sql/sql.gyp:sql_unittests',
825 '../sync/sync.gyp:sync_unit_tests', 825 '../sync/sync.gyp:sync_unit_tests',
826 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 826 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
827 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 827 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
828 '../third_party/WebKit/public/all.gyp:*', 828 '../third_party/WebKit/public/all.gyp:*',
829 '../tools/android/android_tools.gyp:android_tools', 829 '../tools/android/android_tools.gyp:android_tools',
830 '../tools/android/android_tools.gyp:memconsumer', 830 '../tools/android/android_tools.gyp:memconsumer',
831 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 831 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
832 '../ui/android/ui_android.gyp:ui_android_unittests', 832 '../ui/android/ui_android.gyp:ui_android_unittests',
833 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 833 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
834 '../ui/events/events.gyp:events_unittests', 834 '../ui/events/events_unittests.gyp:events_unittests',
835 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 835 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
836 # Unit test bundles packaged as an apk. 836 # Unit test bundles packaged as an apk.
837 '../base/base.gyp:base_unittests_apk', 837 '../base/base.gyp:base_unittests_apk',
838 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', 838 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk',
839 '../cc/cc_tests.gyp:cc_unittests_apk', 839 '../cc/cc_tests.gyp:cc_unittests_apk',
840 '../components/components_tests.gyp:components_browsertests_apk', 840 '../components/components_tests.gyp:components_browsertests_apk',
841 '../components/components_tests.gyp:components_unittests_apk', 841 '../components/components_tests.gyp:components_unittests_apk',
842 '../content/content_shell_and_tests.gyp:content_browsertests_apk', 842 '../content/content_shell_and_tests.gyp:content_browsertests_apk',
843 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', 843 '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
844 '../content/content_shell_and_tests.gyp:content_unittests_apk', 844 '../content/content_shell_and_tests.gyp:content_unittests_apk',
845 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk', 845 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni ttest_apk',
846 '../gpu/gpu.gyp:gl_tests_apk', 846 '../gpu/gpu.gyp:gl_tests_apk',
847 '../gpu/gpu.gyp:gpu_unittests_apk', 847 '../gpu/gpu.gyp:gpu_unittests_apk',
848 '../ipc/ipc.gyp:ipc_tests_apk', 848 '../ipc/ipc.gyp:ipc_tests_apk',
849 '../media/media.gyp:media_unittests_apk', 849 '../media/media.gyp:media_unittests_apk',
850 '../media/midi/midi.gyp:midi_unittests_apk', 850 '../media/midi/midi.gyp:midi_unittests_apk',
851 '../net/net.gyp:net_unittests_apk', 851 '../net/net.gyp:net_unittests_apk',
852 '../skia/skia_tests.gyp:skia_unittests_apk', 852 '../skia/skia_tests.gyp:skia_unittests_apk',
853 '../sql/sql.gyp:sql_unittests_apk', 853 '../sql/sql.gyp:sql_unittests_apk',
854 '../sync/sync.gyp:sync_unit_tests_apk', 854 '../sync/sync.gyp:sync_unit_tests_apk',
855 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 855 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
856 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 856 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
857 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 857 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
858 '../ui/events/events.gyp:events_unittests_apk', 858 '../ui/events/events_unittests.gyp:events_unittests_apk',
859 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 859 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
860 '../ui/gl/gl_tests.gyp:gl_unittests_apk', 860 '../ui/gl/gl_tests.gyp:gl_unittests_apk',
861 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 861 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
862 ], 862 ],
863 'conditions': [ 863 'conditions': [
864 ['chromecast==0', { 864 ['chromecast==0', {
865 'dependencies': [ 865 'dependencies': [
866 '../android_webview/android_webview.gyp:android_webview_unittest s', 866 '../android_webview/android_webview.gyp:android_webview_unittest s',
867 '../chrome/chrome.gyp:unit_tests', 867 '../chrome/chrome.gyp:unit_tests',
868 # Unit test bundles packaged as an apk. 868 # Unit test bundles packaged as an apk.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 '../skia/skia_tests.gyp:skia_unittests', 1084 '../skia/skia_tests.gyp:skia_unittests',
1085 '../sql/sql.gyp:sql_unittests', 1085 '../sql/sql.gyp:sql_unittests',
1086 '../sync/sync.gyp:sync_unit_tests', 1086 '../sync/sync.gyp:sync_unit_tests',
1087 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1087 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1088 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1088 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1089 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1089 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1090 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1090 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1091 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1091 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1092 '../tools/telemetry/telemetry.gyp:*', 1092 '../tools/telemetry/telemetry.gyp:*',
1093 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 1093 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
1094 '../ui/events/events.gyp:events_unittests', 1094 '../ui/events/events_unittests.gyp:events_unittests',
1095 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1095 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1096 '../ui/gl/gl_tests.gyp:gl_unittests', 1096 '../ui/gl/gl_tests.gyp:gl_unittests',
1097 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1097 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1098 '../ui/views/views.gyp:views_unittests', 1098 '../ui/views/views.gyp:views_unittests',
1099 '../url/url.gyp:url_unittests', 1099 '../url/url.gyp:url_unittests',
1100 ], 1100 ],
1101 'conditions': [ 1101 'conditions': [
1102 ['target_arch=="ia32"', { 1102 ['target_arch=="ia32"', {
1103 'dependencies': [ 1103 'dependencies': [
1104 '../chrome/chrome.gyp:crash_service_win64', 1104 '../chrome/chrome.gyp:crash_service_win64',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', 1189 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1190 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1190 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1191 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1191 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1192 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests', 1192 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests',
1193 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests', 1193 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests',
1194 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 1194 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
1195 '../ui/app_list/app_list.gyp:app_list_unittests', 1195 '../ui/app_list/app_list.gyp:app_list_unittests',
1196 '../ui/aura/aura.gyp:aura_unittests', 1196 '../ui/aura/aura.gyp:aura_unittests',
1197 '../ui/compositor/compositor.gyp:compositor_unittests', 1197 '../ui/compositor/compositor.gyp:compositor_unittests',
1198 '../ui/display/display.gyp:display_unittests', 1198 '../ui/display/display.gyp:display_unittests',
1199 '../ui/events/events.gyp:events_unittests', 1199 '../ui/events/events_unittests.gyp:events_unittests',
1200 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 1200 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
1201 '../ui/gl/gl_tests.gyp:gl_unittests', 1201 '../ui/gl/gl_tests.gyp:gl_unittests',
1202 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 1202 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
1203 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', 1203 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests',
1204 '../url/url.gyp:url_unittests', 1204 '../url/url.gyp:url_unittests',
1205 ], 1205 ],
1206 }, 1206 },
1207 ], # targets 1207 ], # targets
1208 'conditions': [ 1208 'conditions': [
1209 ['branding=="Chrome"', { 1209 ['branding=="Chrome"', {
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'dependencies': [ 1431 'dependencies': [
1432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1432 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1433 '../ui/views/views.gyp:views', 1433 '../ui/views/views.gyp:views',
1434 '../ui/views/views.gyp:views_unittests', 1434 '../ui/views/views.gyp:views_unittests',
1435 ], 1435 ],
1436 }, # target_name: macviews_builder 1436 }, # target_name: macviews_builder
1437 ], # targets 1437 ], # targets
1438 }], # os=='mac' and toolkit_views==1 1438 }], # os=='mac' and toolkit_views==1
1439 ], # conditions 1439 ], # conditions
1440 } 1440 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698