| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 177acd94f8348725fc80ef3ad006146823384093..198998e394bc3db86da403a1f056bd5f2631e536 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -70,6 +70,7 @@ test("components_unittests") {
|
| "//components/component_updater:unit_tests",
|
| "//components/content_settings/core/browser:unit_tests",
|
| "//components/content_settings/core/common:unit_tests",
|
| + "//components/crash/content/app:unit_tests",
|
| "//components/crx_file:unit_tests",
|
| "//components/data_reduction_proxy/core/browser:unit_tests",
|
| "//components/data_reduction_proxy/core/common:unit_tests",
|
| @@ -262,9 +263,6 @@ test("components_unittests") {
|
| ]
|
| }
|
|
|
| - # TODO(GYP) need this target.
|
| - #'breakpad/app/crash_keys_win_unittest.cc',
|
| -
|
| if (enable_configuration_policy) {
|
| deps += [
|
| "//components/policy/core/browser:unit_tests",
|
| @@ -357,7 +355,7 @@ if (is_android) {
|
| }
|
|
|
| # GYP: //components/components_tests.gyp:components_junit_tests
|
| - # TODO(GYP): Delete this target once recipes no longer require it.
|
| + # TODO(GYP_GONE): Delete this target once recipes no longer require it.
|
| junit_binary("components_junit_tests") {
|
| java_files = [ "//testing/android/junit/DummyTest.java" ]
|
| }
|
|
|