gyp: build client_argv_handling

client_argv_handling.{cc,h} were added to BUILD.gn, but omitted from
the corresponding gyp files.

Change-Id: I52ebf61234cfa22c3f08e2edd824c298e4879e6a
Reviewed-on: https://chromium-review.googlesource.com/1010921
Reviewed-by: Scott Graham <scottmg@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Joshua Peraza 2018-04-12 12:33:22 -07:00 committed by Commit Bot
parent 856339b2d2
commit 091308be6a

View File

@ -65,6 +65,8 @@
}],
['OS=="linux" or OS=="android"', {
'sources': [
'client_argv_handling.cc',
'client_argv_handling.h',
'crashpad_info_note.S',
'crash_report_database_generic.cc',
],