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

Side by Side Diff: build/gn_migration.gypi

Issue 1394983003: openh264_unittests empty dummy test added (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LICENSE file to satisfy webview_licenses.py (will be replaced by third_party/openh264/src/LICENSE when future CL pulls in src) Created 5 years, 2 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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 '../third_party/codesighs/codesighs.gyp:maptsvdifftool', 176 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
177 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', 177 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
179 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests', 179 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unit tests',
180 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 180 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
181 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests', 181 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
182 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s', 182 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittest s',
183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests', 183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
184 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests', 184 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
185 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests', 185 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
186 '../third_party/openh264/tests/openh264_unittests.gyp:*',
186 '../third_party/pdfium/samples/samples.gyp:pdfium_diff', 187 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
187 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 188 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
188 '../third_party/smhasher/smhasher.gyp:pmurhash', 189 '../third_party/smhasher/smhasher.gyp:pmurhash',
189 '../tools/gn/gn.gyp:gn', 190 '../tools/gn/gn.gyp:gn',
190 '../tools/gn/gn.gyp:generate_test_gn_data', 191 '../tools/gn/gn.gyp:generate_test_gn_data',
191 '../tools/gn/gn.gyp:gn_unittests', 192 '../tools/gn/gn.gyp:gn_unittests',
192 '../tools/imagediff/image_diff.gyp:image_diff', 193 '../tools/imagediff/image_diff.gyp:image_diff',
193 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che', 194 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_ca che',
194 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 195 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
195 '../ui/accessibility/accessibility.gyp:accessibility_unittests', 196 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'dependencies': [ 716 'dependencies': [
716 # TODO(GYP): All of these targets need to be ported over. 717 # TODO(GYP): All of these targets need to be ported over.
717 '../components/components.gyp:policy_win64', 718 '../components/components.gyp:policy_win64',
718 ] 719 ]
719 }], 720 }],
720 ], 721 ],
721 }, 722 },
722 ] 723 ]
723 } 724 }
724 725
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | third_party/openh264/DEPS » ('j') | third_party/openh264/tests/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698