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

Side by Side Diff: build/gn_migration.gypi

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