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

Side by Side Diff: build/gn_migration.gypi

Issue 1000833002: Revert of Add GN For hpack fuzzing utilities and net_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/config/compiler/BUILD.gn ('k') | net/BUILD.gn » ('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 three targets that we are using to 5 # This file defines three targets that we are using to
6 # track the progress of the GYP->GN migration: 6 # track the progress of the GYP->GN migration:
7 # 7 #
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then 8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This 9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact 10 # indicates that everything built by a ninja build is in fact
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 '../media/cast/cast.gyp:generate_timecode_audio', 106 '../media/cast/cast.gyp:generate_timecode_audio',
107 '../mojo/mojo.gyp:mojo', 107 '../mojo/mojo.gyp:mojo',
108 '../mojo/mojo_base.gyp:mojo_application_chromium', 108 '../mojo/mojo_base.gyp:mojo_application_chromium',
109 '../mojo/mojo_base.gyp:mojo_common_unittests', 109 '../mojo/mojo_base.gyp:mojo_common_unittests',
110 '../net/net.gyp:crash_cache', 110 '../net/net.gyp:crash_cache',
111 '../net/net.gyp:crl_set_dump', 111 '../net/net.gyp:crl_set_dump',
112 '../net/net.gyp:dns_fuzz_stub', 112 '../net/net.gyp:dns_fuzz_stub',
113 '../net/net.gyp:dump_cache', 113 '../net/net.gyp:dump_cache',
114 '../net/net.gyp:gdig', 114 '../net/net.gyp:gdig',
115 '../net/net.gyp:get_server_time', 115 '../net/net.gyp:get_server_time',
116 '../net/net.gyp:hpack_example_generator',
117 '../net/net.gyp:hpack_fuzz_mutator',
118 '../net/net.gyp:hpack_fuzz_wrapper',
119 '../net/net.gyp:net_perftests',
120 '../net/net.gyp:net_unittests', 116 '../net/net.gyp:net_unittests',
121 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net 117 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
122 '../net/net.gyp:run_testserver', 118 '../net/net.gyp:run_testserver',
123 '../net/net.gyp:stress_cache', 119 '../net/net.gyp:stress_cache',
124 '../net/net.gyp:tld_cleanup', 120 '../net/net.gyp:tld_cleanup',
125 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly. 121 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly.
126 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests 122 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
127 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 123 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
128 '../printing/printing.gyp:printing_unittests', 124 '../printing/printing.gyp:printing_unittests',
129 '../skia/skia_tests.gyp:skia_unittests', 125 '../skia/skia_tests.gyp:skia_unittests',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '../ui/ozone/ozone.gyp:ozone', 221 '../ui/ozone/ozone.gyp:ozone',
226 ], 222 ],
227 }], 223 }],
228 ['OS=="win" or OS=="mac" or chromeos==1', { 224 ['OS=="win" or OS=="mac" or chromeos==1', {
229 'dependencies': [ 225 'dependencies': [
230 '../rlz/rlz.gyp:rlz_lib', 226 '../rlz/rlz.gyp:rlz_lib',
231 ], 227 ],
232 }], 228 }],
233 ['OS=="android"', { 229 ['OS=="android"', {
234 'dependencies': [ 230 'dependencies': [
235 '../base/base.gyp:chromium_android_linker', 231 '../base/base.gyp:chromium_android_linker',
236 '../breakpad/breakpad.gyp:dump_syms', 232 '../breakpad/breakpad.gyp:dump_syms',
237 '../build/android/rezip.gyp:rezip_apk_jar', 233 '../build/android/rezip.gyp:rezip_apk_jar',
238 '../chrome/chrome.gyp:chrome_shell_apk', 234 '../chrome/chrome.gyp:chrome_shell_apk',
239 '../chrome/chrome.gyp:chromedriver_webview_shell_apk', 235 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
240 #"//clank" TODO(GYP) - conditional somehow? 236 #"//clank" TODO(GYP) - conditional somehow?
241 '../tools/imagediff/image_diff.gyp:image_diff#host', 237 '../tools/imagediff/image_diff.gyp:image_diff#host',
242 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 238 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
243 239
244 # TODO(GYP): Remove these when the components_unittests work. 240 # TODO(GYP): Remove these when the components_unittests work.
245 #"//components/history/core/test:test", 241 #"//components/history/core/test:test",
246 #"//components/policy:policy_component_test_support", 242 #"//components/policy:policy_component_test_support",
247 #"//components/policy:test_support", 243 #"//components/policy:test_support",
248 #"//components/rappor:test_support", 244 #"//components/rappor:test_support",
249 #"//components/signin/core/browser:test_support", 245 #"//components/signin/core/browser:test_support",
250 #"//components/sync_driver:test_support", 246 #"//components/sync_driver:test_support",
251 #"//components/user_manager", 247 #"//components/user_manager",
252 #"//components/wallpaper", 248 #"//components/wallpaper",
253 249
254 '../content/content_shell_and_tests.gyp:content_shell_apk', 250 '../content/content_shell_and_tests.gyp:content_shell_apk',
255 251
256 # TODO(GYP): Are these needed, or will they be pulled in automatical ly? 252 # TODO(GYP): Are these needed, or will they be pulled in automatical ly?
257 #"//third_party/android_tools:android_gcm_java", 253 #"//third_party/android_tools:android_gcm_java",
258 #"//third_party/android_tools:uiautomator_java", 254 #"//third_party/android_tools:uiautomator_java",
259 #"//third_party/android_tools:android_support_v13_java", 255 #"//third_party/android_tools:android_support_v13_java",
260 #"//third_party/android_tools:android_support_v7_appcompat_java", 256 #"//third_party/android_tools:android_support_v7_appcompat_java",
261 #"//third_party/android_tools:android_support_v7_mediarouter_java", 257 #"//third_party/android_tools:android_support_v7_mediarouter_java",
262 #"//third_party/mesa", 258 #"//third_party/mesa",
263 #"//third_party/mockito:mockito_java", 259 #"//third_party/mockito:mockito_java",
264 #"//third_party/openmax_dl/dl", 260 #"//third_party/openmax_dl/dl",
265 #"//third_party/speex", 261 #"//third_party/speex",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 '../content/content.gyp:content_app_browser', 403 '../content/content.gyp:content_app_browser',
408 '../content/content.gyp:content_app_child', 404 '../content/content.gyp:content_app_child',
409 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 405 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
410 '../content/content_shell_and_tests.gyp:content_gl_tests', 406 '../content/content_shell_and_tests.gyp:content_gl_tests',
411 '../courgette/courgette.gyp:courgette', 407 '../courgette/courgette.gyp:courgette',
412 '../courgette/courgette.gyp:courgette_fuzz', 408 '../courgette/courgette.gyp:courgette_fuzz',
413 '../dbus/dbus.gyp:dbus_test_server', 409 '../dbus/dbus.gyp:dbus_test_server',
414 '../device/device_tests.gyp:device_unittests', 410 '../device/device_tests.gyp:device_unittests',
415 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 411 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
416 '../gin/gin.gyp:gin_shell', 412 '../gin/gin.gyp:gin_shell',
413 '../google_apis/gcm/gcm.gyp:mcs_probe',
417 '../gpu/gpu.gyp:gl_tests', 414 '../gpu/gpu.gyp:gl_tests',
418 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 415 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
419 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 416 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
420 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 417 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
421 '../media/cast/cast.gyp:cast_benchmarks', 418 '../media/cast/cast.gyp:cast_benchmarks',
422 '../media/cast/cast.gyp:generate_barcode_video', 419 '../media/cast/cast.gyp:generate_barcode_video',
423 '../media/cast/cast.gyp:generate_timecode_audio', 420 '../media/cast/cast.gyp:generate_timecode_audio',
424 '../media/cast/cast.gyp:tap_proxy', 421 '../media/cast/cast.gyp:tap_proxy',
425 '../mojo/mojo_base.gyp:mojo_application_chromium', 422 '../mojo/mojo_base.gyp:mojo_application_chromium',
423 '../net/net.gyp:hpack_example_generator',
424 '../net/net.gyp:hpack_fuzz_mutator',
425 '../net/net.gyp:hpack_fuzz_wrapper',
426 '../net/net.gyp:net_perftests',
426 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 427 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
427 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma', 428 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
428 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests', 429 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
429 '../skia/skia.gyp:filter_fuzz_stub', 430 '../skia/skia.gyp:filter_fuzz_stub',
430 '../skia/skia.gyp:image_operations_bench', 431 '../skia/skia.gyp:image_operations_bench',
431 '../sync/sync.gyp:run_sync_testserver', 432 '../sync/sync.gyp:run_sync_testserver',
432 '../sync/sync.gyp:sync_endtoend_tests', 433 '../sync/sync.gyp:sync_endtoend_tests',
433 '../sync/tools/sync_tools.gyp:sync_client', 434 '../sync/tools/sync_tools.gyp:sync_client',
434 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 435 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
435 '../testing/gmock.gyp:gmock_main', 436 '../testing/gmock.gyp:gmock_main',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'chromium_builder_perf', 543 'chromium_builder_perf',
543 'chromium_builder_tests', 544 'chromium_builder_tests',
544 'chromium_builder_webrtc', 545 'chromium_builder_webrtc',
545 'chromium_gpu_builder', 546 'chromium_gpu_builder',
546 'chromium_gpu_debug_builder', 547 'chromium_gpu_debug_builder',
547 ], 548 ],
548 }, 549 },
549 ] 550 ]
550 } 551 }
551 552
OLDNEW
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698