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

Side by Side Diff: build/gn_migration.gypi

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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/android/pylib/gtest/gtest_test_instance.py ('k') | chrome/tools/build/win/FILES.cfg » ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../media/cast/cast.gyp:cast_unittests', 64 '../media/cast/cast.gyp:cast_unittests',
65 '../media/media.gyp:media_perftests', 65 '../media/media.gyp:media_perftests',
66 '../media/media.gyp:media_unittests', 66 '../media/media.gyp:media_unittests',
67 '../media/midi/midi.gyp:midi_unittests', 67 '../media/midi/midi.gyp:midi_unittests',
68 '../net/net.gyp:dump_cache', 68 '../net/net.gyp:dump_cache',
69 '../net/net.gyp:net_perftests', 69 '../net/net.gyp:net_perftests',
70 '../net/net.gyp:net_unittests', 70 '../net/net.gyp:net_unittests',
71 '../printing/printing.gyp:printing_unittests', 71 '../printing/printing.gyp:printing_unittests',
72 '../skia/skia_tests.gyp:skia_unittests', 72 '../skia/skia_tests.gyp:skia_unittests',
73 '../sql/sql.gyp:sql_unittests', 73 '../sql/sql.gyp:sql_unittests',
74 '../components/sync.gyp:sync_unit_tests',
75 '../testing/gmock.gyp:gmock_main', 74 '../testing/gmock.gyp:gmock_main',
76 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests', 75 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he ap_unittests',
77 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests', 76 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl atform_unittests',
78 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', 77 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests',
79 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', 78 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests',
80 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests', 79 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
81 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 80 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
82 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 81 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
83 '../third_party/smhasher/smhasher.gyp:pmurhash', 82 '../third_party/smhasher/smhasher.gyp:pmurhash',
84 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host', 83 '../third_party/catapult/telemetry/telemetry.gyp:bitmaptools#host',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 '../media/cast/cast.gyp:cast_unittests_apk', 212 '../media/cast/cast.gyp:cast_unittests_apk',
214 '../media/media.gyp:media_perftests_apk', 213 '../media/media.gyp:media_perftests_apk',
215 '../media/media.gyp:media_unittests_apk', 214 '../media/media.gyp:media_unittests_apk',
216 '../media/media.gyp:video_decode_accelerator_unittest_apk', 215 '../media/media.gyp:video_decode_accelerator_unittest_apk',
217 '../media/midi/midi.gyp:midi_unittests_apk', 216 '../media/midi/midi.gyp:midi_unittests_apk',
218 '../net/net.gyp:net_junit_tests', 217 '../net/net.gyp:net_junit_tests',
219 '../net/net.gyp:net_unittests_apk', 218 '../net/net.gyp:net_unittests_apk',
220 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', 219 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps',
221 '../skia/skia_tests.gyp:skia_unittests_apk', 220 '../skia/skia_tests.gyp:skia_unittests_apk',
222 '../sql/sql.gyp:sql_unittests_apk', 221 '../sql/sql.gyp:sql_unittests_apk',
223 '../components/sync.gyp:sync_unit_tests_apk',
224 '../testing/android/junit/junit_test.gyp:junit_unit_tests', 222 '../testing/android/junit/junit_test.gyp:junit_unit_tests',
225 '../third_party/smhasher/smhasher.gyp:murmurhash3', 223 '../third_party/smhasher/smhasher.gyp:murmurhash3',
226 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk', 224 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk',
227 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk', 225 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk',
228 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k', 226 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k',
229 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', 227 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
230 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 228 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
231 '../tools/android/android_tools.gyp:memconsumer', 229 '../tools/android/android_tools.gyp:memconsumer',
232 '../tools/android/android_tools.gyp:push_apps_to_background', 230 '../tools/android/android_tools.gyp:push_apps_to_background',
233 '../tools/imagediff/image_diff.gyp:image_diff#host', 231 '../tools/imagediff/image_diff.gyp:image_diff#host',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 '../media/media.gyp:media_unittests_run', 564 '../media/media.gyp:media_unittests_run',
567 '../media/midi/midi.gyp:midi_unittests_run', 565 '../media/midi/midi.gyp:midi_unittests_run',
568 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run', 566 '../mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests_run',
569 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run', 567 '../mojo/mojo_edk_tests.gyp:mojo_public_system_unittests_run',
570 '../net/net.gyp:net_unittests_run', 568 '../net/net.gyp:net_unittests_run',
571 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run', 569 '../ppapi/ppapi_internal.gyp:ppapi_unittests_run',
572 '../printing/printing.gyp:printing_unittests_run', 570 '../printing/printing.gyp:printing_unittests_run',
573 '../remoting/remoting.gyp:remoting_unittests_run', 571 '../remoting/remoting.gyp:remoting_unittests_run',
574 '../skia/skia_tests.gyp:skia_unittests_run', 572 '../skia/skia_tests.gyp:skia_unittests_run',
575 '../sql/sql.gyp:sql_unittests_run', 573 '../sql/sql.gyp:sql_unittests_run',
576 '../components/sync.gyp:sync_unit_tests_run',
577 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run', 574 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_run',
578 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run', 575 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_run',
579 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n', 576 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ru n',
580 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run', 577 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_run',
581 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
582 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run', 579 '../tools/battor_agent/battor_agent.gyp:battor_agent_unittests_run',
583 '../tools/gn/gn.gyp:gn_unittests_run', 580 '../tools/gn/gn.gyp:gn_unittests_run',
584 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 581 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
585 '../ui/compositor/compositor.gyp:compositor_unittests_run', 582 '../ui/compositor/compositor.gyp:compositor_unittests_run',
586 '../ui/display/display.gyp:display_unittests_run', 583 '../ui/display/display.gyp:display_unittests_run',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 }], 755 }],
759 ['OS=="android" and target_arch != "x64"', { 756 ['OS=="android" and target_arch != "x64"', {
760 'dependencies': [ 757 'dependencies': [
761 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 758 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
762 ], 759 ],
763 }], 760 }],
764 ], 761 ],
765 }, 762 },
766 ] 763 ]
767 } 764 }
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698