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

Side by Side Diff: build/gn_migration.gypi

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 | « build/all.gyp ('k') | chromecast/chromecast_tests.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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', 84 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
85 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', 85 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
86 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 86 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
87 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 87 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
88 '../third_party/smhasher/smhasher.gyp:pmurhash', 88 '../third_party/smhasher/smhasher.gyp:pmurhash',
89 '../tools/battor_agent/battor_agent.gyp:battor_agent', 89 '../tools/battor_agent/battor_agent.gyp:battor_agent',
90 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 90 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
91 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 91 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
92 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 92 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
93 '../ui/display/display.gyp:display_unittests', 93 '../ui/display/display.gyp:display_unittests',
94 '../ui/events/events.gyp:events_unittests', 94 '../ui/events/events_unittests.gyp:events_unittests',
95 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 95 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
96 '../ui/gl/gl_tests.gyp:gl_unittests', 96 '../ui/gl/gl_tests.gyp:gl_unittests',
97 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 97 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
98 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 98 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
99 '../url/url.gyp:url_unittests', 99 '../url/url.gyp:url_unittests',
100 '../v8/tools/gyp/v8.gyp:v8_snapshot', 100 '../v8/tools/gyp/v8.gyp:v8_snapshot',
101 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 101 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
102 ], 102 ],
103 'conditions': [ 103 'conditions': [
104 ['clang==1', { 104 ['clang==1', {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 '../sync/sync.gyp:sync_unit_tests_apk', 210 '../sync/sync.gyp:sync_unit_tests_apk',
211 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 211 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
212 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk', 212 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk',
213 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk', 213 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk',
214 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k', 214 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k',
215 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', 215 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
216 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 216 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
217 '../tools/imagediff/image_diff.gyp:image_diff#host', 217 '../tools/imagediff/image_diff.gyp:image_diff#host',
218 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 218 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
219 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 219 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
220 '../ui/events/events.gyp:events_unittests_apk', 220 '../ui/events/events_unittests.gyp:events_unittests_apk',
221 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 221 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
222 '../ui/gl/gl_tests.gyp:gl_unittests_apk', 222 '../ui/gl/gl_tests.gyp:gl_unittests_apk',
223 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 223 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
224 224
225 # TODO(GYP): Remove these when the components_unittests work. 225 # TODO(GYP): Remove these when the components_unittests work.
226 #"//components/history/core/test:test", 226 #"//components/history/core/test:test",
227 #"//components/policy:policy_component_test_support", 227 #"//components/policy:policy_component_test_support",
228 #"//components/policy:test_support", 228 #"//components/policy:test_support",
229 #"//components/rappor:test_support", 229 #"//components/rappor:test_support",
230 #"//components/signin/core/browser:test_support", 230 #"//components/signin/core/browser:test_support",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', 576 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
577 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 577 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
578 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts_run', 578 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts_run',
579 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests_run', 579 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests_run',
580 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests _run', 580 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests _run',
581 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s_run', 581 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s_run',
582 '../tools/gn/gn.gyp:gn_unittests_run', 582 '../tools/gn/gn.gyp:gn_unittests_run',
583 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 583 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
584 '../ui/app_list/app_list.gyp:app_list_unittests_run', 584 '../ui/app_list/app_list.gyp:app_list_unittests_run',
585 '../ui/compositor/compositor.gyp:compositor_unittests_run', 585 '../ui/compositor/compositor.gyp:compositor_unittests_run',
586 '../ui/events/events.gyp:events_unittests_run', 586 '../ui/events/events_unittests.gyp:events_unittests_run',
587 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 587 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
588 '../url/url.gyp:url_unittests_run', 588 '../url/url.gyp:url_unittests_run',
589 ], 589 ],
590 'conditions': [ 590 'conditions': [
591 ['OS=="linux"', { 591 ['OS=="linux"', {
592 'dependencies': [ 592 'dependencies': [
593 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', 593 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
594 '../ui/display/display.gyp:display_unittests_run', 594 '../ui/display/display.gyp:display_unittests_run',
595 ], 595 ],
596 }], 596 }],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ['OS=="android" and target_arch != "x64"', { 794 ['OS=="android" and target_arch != "x64"', {
795 'dependencies': [ 795 'dependencies': [
796 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 796 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
797 ], 797 ],
798 }], 798 }],
799 ], 799 ],
800 }, 800 },
801 ] 801 ]
802 } 802 }
803 803
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698