| OLD | NEW |
| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 161 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 162 '../ppapi/ppapi_internal.gyp:ppapi_perftests', | 162 '../ppapi/ppapi_internal.gyp:ppapi_perftests', |
| 163 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 163 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 164 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', | 164 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', |
| 165 '../printing/printing.gyp:printing_unittests', | 165 '../printing/printing.gyp:printing_unittests', |
| 166 '../skia/skia_tests.gyp:skia_unittests', | 166 '../skia/skia_tests.gyp:skia_unittests', |
| 167 '../skia/skia.gyp:filter_fuzz_stub', | 167 '../skia/skia.gyp:filter_fuzz_stub', |
| 168 '../skia/skia.gyp:image_operations_bench', | 168 '../skia/skia.gyp:image_operations_bench', |
| 169 '../sql/sql.gyp:sql_unittests', | 169 '../sql/sql.gyp:sql_unittests', |
| 170 '../sync/sync.gyp:run_sync_testserver', | 170 '../sync/sync.gyp:run_sync_testserver', |
| 171 '../sync/sync.gyp:sync_endtoend_tests', | |
| 172 '../sync/sync.gyp:sync_unit_tests', | 171 '../sync/sync.gyp:sync_unit_tests', |
| 173 '../sync/tools/sync_tools.gyp:sync_client', | 172 '../sync/tools/sync_tools.gyp:sync_client', |
| 174 '../sync/tools/sync_tools.gyp:sync_listen_notifications', | 173 '../sync/tools/sync_tools.gyp:sync_listen_notifications', |
| 175 '../testing/gmock.gyp:gmock_main', | 174 '../testing/gmock.gyp:gmock_main', |
| 176 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', | 175 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_he
ap_unittests', |
| 177 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', | 176 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blink_pl
atform_unittests', |
| 178 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', | 177 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests', |
| 179 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', | 178 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests', |
| 180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', | 179 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_unittests', |
| 181 '../third_party/codesighs/codesighs.gyp:codesighs', | 180 '../third_party/codesighs/codesighs.gyp:codesighs', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 'dependencies': [ | 673 'dependencies': [ |
| 675 # TODO(GYP): All of these targets need to be ported over. | 674 # TODO(GYP): All of these targets need to be ported over. |
| 676 '../components/components.gyp:policy_win64', | 675 '../components/components.gyp:policy_win64', |
| 677 ] | 676 ] |
| 678 }], | 677 }], |
| 679 ], | 678 ], |
| 680 }, | 679 }, |
| 681 ] | 680 ] |
| 682 } | 681 } |
| 683 | 682 |
| OLD | NEW |