Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index b2709f87c89cb73d3cb7494512ee2d85fbc89dee..60f3134e4a58bbbcea56cd0933f083754d7091c1 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -125,10 +125,11 @@ source_set("browser") { |
".", |
"//content") |
- # TODO(GYP) these generated files are listed as sources in content_browser. |
- # This is a bit suspicious. The GN grit template will make a source set |
- # containing the generated code so it should be sufficient to just depend |
- # on the grit rule. But maybe some of these will need to be added? |
+ # TODO(GYP_GONE) these generated files are listed as sources in |
+ # content_browser. This is a bit suspicious. The GN grit template will make |
+ # a source set containing the generated code so it should be sufficient to |
+ # just depend on the grit rule. But maybe some of these will need to be |
+ # added? |
# |
# Need this annoying rebase_path call to match what happened with the |
# sources. |
@@ -162,12 +163,6 @@ source_set("browser") { |
deps += [ "//printing" ] |
} |
- # TODO(GYP) |
- # [chrome_multiple_dll!=1', { |
- # 'dependencies': [ |
- # '../third_party/WebKit/public/blink.gyp:blink', |
- # ], |
- # }], |
if (!is_mac) { |
deps += [ "//sandbox" ] |
} |