| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index d0218204fc528d29b0c188295bc860b36119db7e..f170292c644b9c64786fe3b5ccbe17c576db1321 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -168,7 +168,6 @@ static_library("browser") {
|
| "//mojo/system",
|
| "//net:net_with_v8",
|
| "//third_party/WebKit/public:resources",
|
| - "//third_party/adobe/flash:flapper_version_h",
|
| "//third_party/expat",
|
| "//third_party/leveldatabase",
|
| "//third_party/libaddressinput",
|
| @@ -306,6 +305,7 @@ static_library("browser") {
|
| ".", "//chrome")
|
| deps += [
|
| "//ppapi:ppapi_ipc",
|
| + "//third_party/adobe/flash:flapper_version_h",
|
| ]
|
| }
|
| if (safe_browsing_mode != 0) {
|
|
|