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

Side by Side Diff: build/gn_migration.gypi

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