diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-06 19:29:36 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-02-06 19:29:36 +0000 |
commit | 8d28aa8db0c717bef863b7a7630f48cf3870ffb1 (patch) | |
tree | ae8b6c930932585d45e586480457898519baa1ce /www/chromium/files/patch-content_test_BUILD.gn | |
parent | e6deb13ae02980aee974916b1e5cd188e07aff92 (diff) | |
download | ports-8d28aa8db0c717bef863b7a7630f48cf3870ffb1.tar.gz ports-8d28aa8db0c717bef863b7a7630f48cf3870ffb1.zip |
Notes
Diffstat (limited to 'www/chromium/files/patch-content_test_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_test_BUILD.gn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/chromium/files/patch-content_test_BUILD.gn b/www/chromium/files/patch-content_test_BUILD.gn index 24704ade8bfe..08c56095d601 100644 --- a/www/chromium/files/patch-content_test_BUILD.gn +++ b/www/chromium/files/patch-content_test_BUILD.gn @@ -1,15 +1,15 @@ ---- content/test/BUILD.gn.orig 2016-12-01 23:02:13 UTC +--- content/test/BUILD.gn.orig 2017-01-26 00:49:13 UTC +++ content/test/BUILD.gn -@@ -661,7 +661,7 @@ test("content_browsertests") { - "../test/webui_resource_browsertest.cc", - ] +@@ -748,7 +748,7 @@ test("content_browsertests") { + } + } - if (is_android || is_linux || is_mac || is_win) { + if (is_android || is_linux || is_bsd || is_mac || is_win) { - data = [ + data += [ "$root_out_dir/content_shell.pak", "data/", -@@ -1349,7 +1349,7 @@ test("content_unittests") { +@@ -1350,7 +1350,7 @@ test("content_unittests") { sources += [ "../browser/memory/memory_monitor_linux_unittest.cc" ] } @@ -18,7 +18,7 @@ data = [ "$root_out_dir/content_shell.pak", "data/", -@@ -1534,7 +1534,7 @@ test("content_unittests") { +@@ -1540,7 +1540,7 @@ test("content_unittests") { "//ui/shell_dialogs:shell_dialogs", ] @@ -27,7 +27,7 @@ sources += [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] deps += [ "//third_party/webrtc/modules/desktop_capture" ] -@@ -1570,7 +1570,7 @@ test("content_unittests") { +@@ -1576,7 +1576,7 @@ test("content_unittests") { ] } |