diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_common_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-chrome_common_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_BUILD.gn b/www/chromium/files/patch-chrome_common_BUILD.gn index 08e01d6..b971961 100644 --- a/www/chromium/files/patch-chrome_common_BUILD.gn +++ b/www/chromium/files/patch-chrome_common_BUILD.gn @@ -1,13 +1,13 @@ ---- chrome/common/BUILD.gn.orig 2017-03-09 20:04:29 UTC +--- chrome/common/BUILD.gn.orig 2017-04-19 19:06:30 UTC +++ chrome/common/BUILD.gn -@@ -244,6 +244,13 @@ static_library("common") { +@@ -240,6 +240,13 @@ static_library("common") { public_deps += [ "//ppapi/shared_impl" ] } + if (is_bsd) { + sources -= [ + "component_flash_hint_file_linux.cc", -+ "component_flash_hint_file_linux.h", ++ "component_flash_hint_file_linux.h" + ] + } + |