| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 77ce56b086dc733f6bfc0361723685e635281371..e3cc55e280db80d65fc5705c530fefa148ee16bf 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -156,7 +156,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",
|
| @@ -305,6 +304,7 @@ static_library("browser") {
|
| ".", "//chrome")
|
| deps += [
|
| "//ppapi:ppapi_ipc",
|
| + "//third_party/adobe/flash:flapper_version_h",
|
| ]
|
| }
|
| if (safe_browsing_mode != 0) {
|
|
|