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

Side by Side Diff: build/gn_migration.gypi

Issue 1234193006: Convert mojo_public_utility_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_mojo_public_system_unittests
Patch Set: Created 5 years, 5 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 | testing/buildbot/chromium.fyi.json » ('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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 '../net/net.gyp:net_unittests_run', 540 '../net/net.gyp:net_unittests_run',
541 '../printing/printing.gyp:printing_unittests_run', 541 '../printing/printing.gyp:printing_unittests_run',
542 '../remoting/remoting.gyp:remoting_unittests_run', 542 '../remoting/remoting.gyp:remoting_unittests_run',
543 '../skia/skia_tests.gyp:skia_unittests_run', 543 '../skia/skia_tests.gyp:skia_unittests_run',
544 '../sql/sql.gyp:sql_unittests_run', 544 '../sql/sql.gyp:sql_unittests_run',
545 '../sync/sync.gyp:sync_unit_tests_run', 545 '../sync/sync.gyp:sync_unit_tests_run',
546 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 546 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
547 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts_run', 547 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittes ts_run',
548 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests_run', 548 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests_run',
549 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests _run', 549 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests _run',
550 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s_run',
550 '../tools/gn/gn.gyp:gn_unittests_run', 551 '../tools/gn/gn.gyp:gn_unittests_run',
551 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 552 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
552 '../ui/app_list/app_list.gyp:app_list_unittests_run', 553 '../ui/app_list/app_list.gyp:app_list_unittests_run',
553 '../ui/compositor/compositor.gyp:compositor_unittests_run', 554 '../ui/compositor/compositor.gyp:compositor_unittests_run',
554 '../ui/events/events.gyp:events_unittests_run', 555 '../ui/events/events.gyp:events_unittests_run',
555 '../ui/gl/gl_tests.gyp:gl_unittests_run', 556 '../ui/gl/gl_tests.gyp:gl_unittests_run',
556 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 557 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
557 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run', 558 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run',
558 '../url/url.gyp:url_unittests_run', 559 '../url/url.gyp:url_unittests_run',
559 ], 560 ],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'dependencies': [ 720 'dependencies': [
720 # TODO(GYP): All of these targets need to be ported over. 721 # TODO(GYP): All of these targets need to be ported over.
721 '../components/components.gyp:policy_win64', 722 '../components/components.gyp:policy_win64',
722 ] 723 ]
723 }], 724 }],
724 ], 725 ],
725 }, 726 },
726 ] 727 ]
727 } 728 }
728 729
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698