| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 488feabe965c3ea475d0b089d74b76a8d2c34c5d..5a906527254702f56a7e8451de369fc759c0573b 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3294,13 +3294,11 @@
|
| }],
|
| ['OS=="mac" or OS=="win"', {
|
| 'dependencies': [
|
| - # TODO(kbr): port this dependency to GN.
|
| '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_database_util',
|
| ],
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| - # TODO(kbr): port this dependency to GN.
|
| 'copy_cdb_to_output',
|
| ],
|
| }],
|
| @@ -3463,7 +3461,6 @@
|
| ['OS=="win"', {
|
| 'targets': [
|
| {
|
| - # TODO(kbr): port this target to GN.
|
| 'target_name': 'copy_cdb_to_output',
|
| 'type': 'none',
|
| 'actions': [
|
|
|