| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 37304695ff60bf356a655fa500d75d2900234d3b..a810ce5a5a93cd0f6786baec79041dcdfa2d56d1 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -68,7 +68,6 @@ source_set("browser") {
|
| "//media/midi",
|
| "//mojo/common",
|
| "//mojo/common:url_type_converters",
|
| - "//mojo/converters/geometry",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| "//net",
|
| @@ -107,6 +106,7 @@ source_set("browser") {
|
| "//ui/events/blink",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| + "//ui/gfx/geometry/mojo",
|
| "//ui/gl",
|
| "//ui/native_theme",
|
| "//ui/resources",
|
|
|