| Index: tools/gn/secondary/skia/BUILD.gn
|
| diff --git a/tools/gn/secondary/skia/BUILD.gn b/tools/gn/secondary/skia/BUILD.gn
|
| index e13bb5f46d239733699eedc816114c31d3adacbf..e5765f192efe8c07b477d0beb73d9fc7c1b5bd31 100644
|
| --- a/tools/gn/secondary/skia/BUILD.gn
|
| +++ b/tools/gn/secondary/skia/BUILD.gn
|
| @@ -1113,7 +1113,6 @@ if (component_mode == "static_library") {
|
| }
|
|
|
| static_library("skia_library") {
|
| - external = true
|
| sources = skia_library_sources
|
|
|
| deps = [
|
| @@ -1151,7 +1150,6 @@ if (component_mode == "static_library") {
|
| }
|
|
|
| static_library("skia_chrome") {
|
| - external = true
|
| sources = skia_chrome_sources
|
|
|
| configs -= [ "//build/config/compiler:chromium_code" ]
|
|
|