Commit 379e4987 authored by dpranke's avatar dpranke Committed by Commit bot

Try to fix bitmaptools declaration in gn_migration.gypi.

I think the analyze generator is getting confused by
a mismatch between bitmaptools and bitmaptools#host,
but am not sure, so this is a speculative fix.

TBR=brettw@chromium.org

Review URL: https://codereview.chromium.org/970713002

Cr-Commit-Position: refs/heads/master@{#318634}
parent f123c1b0
...@@ -174,8 +174,6 @@ ...@@ -174,8 +174,6 @@
'../net/net.gyp:net_unittests', '../net/net.gyp:net_unittests',
#"//ppapi/examples", #"//ppapi/examples",
'../third_party/pdfium/samples/samples.gyp:pdfium_test', '../third_party/pdfium/samples/samples.gyp:pdfium_test',
'../tools/imagediff/imagediff.gyp:imagediff',
'../tools/telemetry/telemetry.gyp:bitmaptools',
'../tools/gn/gn.gyp:gn', '../tools/gn/gn.gyp:gn',
'../tools/gn/gn.gyp:gn_unittests', '../tools/gn/gn.gyp:gn_unittests',
'../ui/app_list/app_list.gyp:app_list_unittests', '../ui/app_list/app_list.gyp:app_list_unittests',
...@@ -422,7 +420,7 @@ ...@@ -422,7 +420,7 @@
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
'../tools/gn/gn.gyp:generate_test_gn_data', '../tools/gn/gn.gyp:generate_test_gn_data',
'../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache', '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache',
'../tools/telemetry/telemetry.gyp:bitmaptools', #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should this be #host ?
'../ui/app_list/app_list.gyp:app_list_demo', '../ui/app_list/app_list.gyp:app_list_demo',
'../ui/compositor/compositor.gyp:compositor_unittests', '../ui/compositor/compositor.gyp:compositor_unittests',
'../ui/message_center/message_center.gyp:message_center_unittests', '../ui/message_center/message_center.gyp:message_center_unittests',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment