| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index c9d20a91aaef5e53744f9821f15637642821f790..b1fd8a78aa6fe5107a4303d181715a453fd95c9b 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -141,13 +141,12 @@ shared_library("main_dll") {
|
| # Chromium functionality into this .dll.
|
| #'chrome_version_resources', TODO(GYP)
|
| "//chrome/app/theme:chrome_unscaled_resources",
|
| + "//chrome_elf",
|
| "//content/app/resources",
|
| "//crypto",
|
| "//net:net_resources",
|
| "//third_party/wtl",
|
| "//ui/views",
|
| -
|
| - #'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf' ] TODO(GYP)
|
| ]
|
| if (enable_configuration_policy) {
|
| deps += [ "//components/policy" ]
|
|
|