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

Side by Side Diff: build/gn_migration.gypi

Issue 1040543002: clean up GN targets that are already migrated, add pepper_hash_for_uma. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix components_perftests conditions 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.gn ('k') | ppapi/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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../chrome/chrome.gyp:chromedriver_tests', 55 '../chrome/chrome.gyp:chromedriver_tests',
56 '../chrome/chrome.gyp:chromedriver_unittests', 56 '../chrome/chrome.gyp:chromedriver_unittests',
57 '../chrome/chrome.gyp:interactive_ui_tests', 57 '../chrome/chrome.gyp:interactive_ui_tests',
58 '../chrome/chrome.gyp:load_library_perf_tests', 58 '../chrome/chrome.gyp:load_library_perf_tests',
59 '../chrome/chrome.gyp:service_discovery_sniffer', 59 '../chrome/chrome.gyp:service_discovery_sniffer',
60 '../chrome/chrome.gyp:sync_integration_tests', 60 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests', 61 '../chrome/chrome.gyp:sync_performance_tests',
62 '../chrome/chrome.gyp:unit_tests', 62 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler', 63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
64 '../components/components.gyp:network_hints_browser', 64 '../components/components.gyp:network_hints_browser',
65 '../components/components.gyp:policy_templates',
65 '../components/components.gyp:webui_generator', 66 '../components/components.gyp:webui_generator',
66 '../components/components_tests.gyp:components_perftests', 67 '../components/components_tests.gyp:components_perftests',
67 '../components/components_tests.gyp:components_unittests', 68 '../components/components_tests.gyp:components_unittests',
68 '../components/nacl.gyp:nacl_loader_unittests', 69 '../components/nacl.gyp:nacl_loader_unittests',
69 '../content/content.gyp:content_app_browser', 70 '../content/content.gyp:content_app_browser',
70 '../content/content.gyp:content_app_child', 71 '../content/content.gyp:content_app_child',
71 '../content/content_shell_and_tests.gyp:content_browsertests', 72 '../content/content_shell_and_tests.gyp:content_browsertests',
72 '../content/content_shell_and_tests.gyp:content_gl_benchmark', 73 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
73 '../content/content_shell_and_tests.gyp:content_gl_tests', 74 '../content/content_shell_and_tests.gyp:content_gl_tests',
74 '../content/content_shell_and_tests.gyp:content_perftests', 75 '../content/content_shell_and_tests.gyp:content_perftests',
75 '../content/content_shell_and_tests.gyp:content_shell', 76 '../content/content_shell_and_tests.gyp:content_shell',
76 '../content/content_shell_and_tests.gyp:content_unittests', 77 '../content/content_shell_and_tests.gyp:content_unittests',
77 '../courgette/courgette.gyp:courgette', 78 '../courgette/courgette.gyp:courgette',
78 '../courgette/courgette.gyp:courgette_fuzz', 79 '../courgette/courgette.gyp:courgette_fuzz',
79 '../courgette/courgette.gyp:courgette_minimal_tool', 80 '../courgette/courgette.gyp:courgette_minimal_tool',
80 '../courgette/courgette.gyp:courgette_unittests', 81 '../courgette/courgette.gyp:courgette_unittests',
81 '../crypto/crypto.gyp:crypto_unittests', 82 '../crypto/crypto.gyp:crypto_unittests',
82 '../extensions/extensions_tests.gyp:extensions_browsertests', 83 '../extensions/extensions_tests.gyp:extensions_browsertests',
83 '../extensions/extensions_tests.gyp:extensions_unittests', 84 '../extensions/extensions_tests.gyp:extensions_unittests',
85 '../dbus/dbus.gyp:dbus_test_server',
84 '../device/device_tests.gyp:device_unittests', 86 '../device/device_tests.gyp:device_unittests',
85 '../gin/gin.gyp:gin_v8_snapshot_fingerprint', 87 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
86 '../gin/gin.gyp:gin_shell', 88 '../gin/gin.gyp:gin_shell',
87 '../gin/gin.gyp:gin_unittests', 89 '../gin/gin.gyp:gin_unittests',
88 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 90 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
89 '../google_apis/gcm/gcm.gyp:mcs_probe', 91 '../google_apis/gcm/gcm.gyp:mcs_probe',
90 '../google_apis/google_apis.gyp:google_apis_unittests', 92 '../google_apis/google_apis.gyp:google_apis_unittests',
91 '../gpu/gpu.gyp:angle_unittests', 93 '../gpu/gpu.gyp:angle_unittests',
92 '../gpu/gpu.gyp:gl_tests', 94 '../gpu/gpu.gyp:gl_tests',
93 '../gpu/gpu.gyp:gpu_perftests', 95 '../gpu/gpu.gyp:gpu_perftests',
94 '../gpu/gpu.gyp:gpu_unittests', 96 '../gpu/gpu.gyp:gpu_unittests',
95 '../ipc/ipc.gyp:ipc_perftests', 97 '../ipc/ipc.gyp:ipc_perftests',
96 '../ipc/ipc.gyp:ipc_tests', 98 '../ipc/ipc.gyp:ipc_tests',
97 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests', 99 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
98 '../jingle/jingle.gyp:jingle_unittests', 100 '../jingle/jingle.gyp:jingle_unittests',
99 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg 101 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should b e conditional on media_use_ffmpeg
100 '../media/media.gyp:media_perftests', 102 '../media/media.gyp:media_perftests',
101 '../media/media.gyp:media_unittests', 103 '../media/media.gyp:media_unittests',
102 '../media/cast/cast.gyp:cast_benchmarks', 104 '../media/cast/cast.gyp:cast_benchmarks',
103 '../media/cast/cast.gyp:cast_unittests', 105 '../media/cast/cast.gyp:cast_unittests',
104 '../media/cast/cast.gyp:generate_barcode_video', 106 '../media/cast/cast.gyp:generate_barcode_video',
105 '../media/cast/cast.gyp:generate_timecode_audio', 107 '../media/cast/cast.gyp:generate_timecode_audio',
108 '../media/cast/cast.gyp:tap_proxy',
106 '../mojo/mojo.gyp:mojo', 109 '../mojo/mojo.gyp:mojo',
107 '../mojo/mojo_base.gyp:mojo_application_chromium', 110 '../mojo/mojo_base.gyp:mojo_application_chromium',
108 '../mojo/mojo_base.gyp:mojo_common_unittests', 111 '../mojo/mojo_base.gyp:mojo_common_unittests',
109 '../net/net.gyp:crash_cache', 112 '../net/net.gyp:crash_cache',
110 '../net/net.gyp:crl_set_dump', 113 '../net/net.gyp:crl_set_dump',
111 '../net/net.gyp:dns_fuzz_stub', 114 '../net/net.gyp:dns_fuzz_stub',
112 '../net/net.gyp:dump_cache', 115 '../net/net.gyp:dump_cache',
113 '../net/net.gyp:gdig', 116 '../net/net.gyp:gdig',
114 '../net/net.gyp:get_server_time', 117 '../net/net.gyp:get_server_time',
115 '../net/net.gyp:hpack_example_generator', 118 '../net/net.gyp:hpack_example_generator',
116 '../net/net.gyp:hpack_fuzz_mutator', 119 '../net/net.gyp:hpack_fuzz_mutator',
117 '../net/net.gyp:hpack_fuzz_wrapper', 120 '../net/net.gyp:hpack_fuzz_wrapper',
118 '../net/net.gyp:net_perftests', 121 '../net/net.gyp:net_perftests',
119 '../net/net.gyp:net_unittests', 122 '../net/net.gyp:net_unittests',
120 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net 123 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional o n use_v8_in_net
121 '../net/net.gyp:run_testserver', 124 '../net/net.gyp:run_testserver',
122 '../net/net.gyp:stress_cache', 125 '../net/net.gyp:stress_cache',
123 '../net/net.gyp:tld_cleanup', 126 '../net/net.gyp:tld_cleanup',
124 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly. 127 '../ppapi/ppapi_internal.gyp:*', # TODO(GYP) - list all of the examples explicitly.
125 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests 128 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the e xamples and tests
126 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 129 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
130 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
127 '../printing/printing.gyp:printing_unittests', 131 '../printing/printing.gyp:printing_unittests',
128 '../skia/skia_tests.gyp:skia_unittests', 132 '../skia/skia_tests.gyp:skia_unittests',
129 '../skia/skia.gyp:filter_fuzz_stub', 133 '../skia/skia.gyp:filter_fuzz_stub',
130 '../skia/skia.gyp:image_operations_bench', 134 '../skia/skia.gyp:image_operations_bench',
131 '../sql/sql.gyp:sql_unittests', 135 '../sql/sql.gyp:sql_unittests',
132 '../sync/sync.gyp:run_sync_testserver', 136 '../sync/sync.gyp:run_sync_testserver',
133 '../sync/sync.gyp:sync_endtoend_tests', 137 '../sync/sync.gyp:sync_endtoend_tests',
134 '../sync/sync.gyp:sync_unit_tests', 138 '../sync/sync.gyp:sync_unit_tests',
135 '../sync/tools/sync_tools.gyp:sync_client', 139 '../sync/tools/sync_tools.gyp:sync_client',
136 '../sync/tools/sync_tools.gyp:sync_listen_notifications', 140 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
(...skipping 30 matching lines...) Expand all
167 '../ui/keyboard/keyboard.gyp:keyboard_unittests', 171 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
168 '../ui/message_center/message_center.gyp:message_center_unittests', 172 '../ui/message_center/message_center.gyp:message_center_unittests',
169 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 173 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
170 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts', 174 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittes ts',
171 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 175 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
172 '../url/url.gyp:url_unittests', 176 '../url/url.gyp:url_unittests',
173 '../v8/tools/gyp/v8.gyp:v8_snapshot', 177 '../v8/tools/gyp/v8.gyp:v8_snapshot',
174 '../v8/tools/gyp/v8.gyp:postmortem-metadata', 178 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
175 ], 179 ],
176 'conditions': [ 180 'conditions': [
181 ['chromeos== 1 or use_ash==1', {
182 'dependencies': [
183 '../components/components.gyp:session_manager_component',
184 ],
185 }],
177 ['enable_extensions==1 and OS!="mac"', { 186 ['enable_extensions==1 and OS!="mac"', {
178 'dependencies': [ 187 'dependencies': [
179 '../extensions/shell/app_shell.gyp:app_shell', 188 '../extensions/shell/app_shell.gyp:app_shell',
180 '../extensions/shell/app_shell.gyp:app_shell_unittests', 189 '../extensions/shell/app_shell.gyp:app_shell_unittests',
181 ], 190 ],
182 }], 191 }],
183 ['OS!="win"', { 192 ['OS!="win"', {
184 'dependencies': [ 193 'dependencies': [
185 '../breakpad/breakpad.gyp:symupload', 194 '../breakpad/breakpad.gyp:symupload',
186 ], 195 ],
187 }], 196 }],
197 ['remoting==1', {
198 'dependencies': [
199 '../remoting/remoting.gyp:remoting_unittests',
200 ],
201 }],
188 ['use_x11==1', { 202 ['use_x11==1', {
189 'dependencies': [ 203 'dependencies': [
190 '../media/media.gyp:player_x11', 204 '../media/media.gyp:player_x11',
191 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 205 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
192 ], 206 ],
193 'conditions': [ 207 'conditions': [
194 ['target_arch!="arm"', { 208 ['target_arch!="arm"', {
195 'dependencies': [ 209 'dependencies': [
196 '../gpu/tools/tools.gyp:compositor_model_bench', 210 '../gpu/tools/tools.gyp:compositor_model_bench',
197 ], 211 ],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 ], 406 ],
393 }, 407 },
394 { 408 {
395 'target_name': 'gyp_remaining', 409 'target_name': 'gyp_remaining',
396 'type': 'none', 410 'type': 'none',
397 'conditions': [ 411 'conditions': [
398 ['OS=="linux"', { 412 ['OS=="linux"', {
399 'dependencies': [ 413 'dependencies': [
400 '../chrome/chrome.gyp:performance_browser_tests', 414 '../chrome/chrome.gyp:performance_browser_tests',
401 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 415 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
402 '../components/components.gyp:policy_templates',
403 '../components/components_tests.gyp:components_browsertests', 416 '../components/components_tests.gyp:components_browsertests',
404 '../components/components_tests.gyp:components_perftests', 417 '../components/components_tests.gyp:components_perftests',
405 '../content/content.gyp:content_app_browser',
406 '../content/content.gyp:content_app_child',
407 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
408 '../content/content_shell_and_tests.gyp:content_gl_tests',
409 '../courgette/courgette.gyp:courgette',
410 '../courgette/courgette.gyp:courgette_fuzz',
411 '../dbus/dbus.gyp:dbus_test_server',
412 '../device/device_tests.gyp:device_unittests',
413 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
414 '../gin/gin.gyp:gin_shell',
415 '../gpu/gpu.gyp:gl_tests', 418 '../gpu/gpu.gyp:gl_tests',
416 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 419 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
417 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est', 420 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
418 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est', 421 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_t est',
419 '../media/cast/cast.gyp:cast_benchmarks',
420 '../media/cast/cast.gyp:generate_barcode_video',
421 '../media/cast/cast.gyp:generate_timecode_audio',
422 '../media/cast/cast.gyp:tap_proxy',
423 '../mojo/mojo_base.gyp:mojo_application_chromium',
424 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
425 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
426 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
427 '../skia/skia.gyp:filter_fuzz_stub',
428 '../skia/skia.gyp:image_operations_bench',
429 '../sync/sync.gyp:run_sync_testserver',
430 '../sync/sync.gyp:sync_endtoend_tests',
431 '../sync/tools/sync_tools.gyp:sync_client',
432 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
433 '../testing/gmock.gyp:gmock_main',
434 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
435 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
436 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
437 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 422 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
438 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 423 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
439 '../tools/gn/gn.gyp:generate_test_gn_data',
440 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_syste m_cache',
441 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should th is be #host ?
442 '../ui/compositor/compositor.gyp:compositor_unittests',
443 '../ui/message_center/message_center.gyp:message_center_unittests',
444 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
445 '../v8/tools/gyp/v8.gyp:v8_snapshot',
446 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
447 424
448 # TODO(GYP) - list all of the examples explicitly. 425 # TODO(GYP) - list all of the examples explicitly.
449 '../ppapi/ppapi_internal.gyp:*', 426 '../ppapi/ppapi_internal.gyp:*',
450 ], 427 ],
451 'conditions': [ 428 'conditions': [
452 ['disable_nacl==0 and disable_nacl_untrusted==0', { 429 ['disable_nacl==0 and disable_nacl_untrusted==0', {
453 'dependencies': [ 430 'dependencies': [
454 '../components/nacl.gyp:nacl_loader_unittests', 431 '../components/nacl.gyp:nacl_loader_unittests',
455 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port 432 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port
456 '../remoting/remoting.gyp:remoting_key_tester', 433 '../remoting/remoting.gyp:remoting_key_tester',
457 ] 434 ]
458 }], 435 }],
459 ['chromeos== 1 or use_ash==1', {
460 'dependencies': [
461 '../components/components.gyp:session_manager_component',
462 ],
463 }],
464 ['use_x11==1', {
465 'dependencies': [
466 '../gpu/tools/tools.gyp:compositor_model_bench',
467 '../media/media.gyp:player_x11',
468 ],
469 }],
470 ['remoting==1', { 436 ['remoting==1', {
471 'dependencies': [ 437 'dependencies': [
472 '../remoting/app_remoting_webapp.gyp:ar_sample_app', 438 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
473 '../remoting/remoting.gyp:remoting_host', 439 '../remoting/remoting.gyp:remoting_host',
474 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host', 440 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
475 '../remoting/remoting.gyp:remoting_key_tester',
476 '../remoting/remoting.gyp:remoting_me2me_host', 441 '../remoting/remoting.gyp:remoting_me2me_host',
477 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host', 442 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
478 '../remoting/remoting.gyp:remoting_native_messaging_manifests', 443 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
479 '../remoting/remoting.gyp:remoting_perftests', 444 '../remoting/remoting.gyp:remoting_perftests',
480 '../remoting/remoting.gyp:remoting_start_host', 445 '../remoting/remoting.gyp:remoting_start_host',
481 '../remoting/remoting.gyp:remoting_unittests',
482 ],
483 }],
484 ['toolkit_views==1', {
485 'dependencies': [
486 '../ui/app_list/app_list.gyp:app_list_demo',
487 ], 446 ],
488 }], 447 }],
489 ['test_isolation_mode!="noop"', { 448 ['test_isolation_mode!="noop"', {
490 'dependencies': [ 449 'dependencies': [
491 '../base/base.gyp:base_unittests_run', 450 '../base/base.gyp:base_unittests_run',
492 '../cc/cc_tests.gyp:cc_unittests_run', 451 '../cc/cc_tests.gyp:cc_unittests_run',
493 '../chrome/chrome.gyp:browser_tests_run', 452 '../chrome/chrome.gyp:browser_tests_run',
494 '../chrome/chrome.gyp:chrome_run', 453 '../chrome/chrome.gyp:chrome_run',
495 '../chrome/chrome.gyp:interactive_ui_tests_run', 454 '../chrome/chrome.gyp:interactive_ui_tests_run',
496 '../chrome/chrome.gyp:sync_integration_tests_run', 455 '../chrome/chrome.gyp:sync_integration_tests_run',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'chromium_builder_perf', 499 'chromium_builder_perf',
541 'chromium_builder_tests', 500 'chromium_builder_tests',
542 'chromium_builder_webrtc', 501 'chromium_builder_webrtc',
543 'chromium_gpu_builder', 502 'chromium_gpu_builder',
544 'chromium_gpu_debug_builder', 503 'chromium_gpu_debug_builder',
545 ], 504 ],
546 }, 505 },
547 ] 506 ]
548 } 507 }
549 508
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698