summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cc/cc_tests.gyp3
-rw-r--r--chrome/chrome_tests_unit.gypi2
-rw-r--r--components/components_tests.gyp2
-rw-r--r--content/content_tests.gypi5
-rw-r--r--extensions/extensions_tests.gyp4
-rw-r--r--extensions/shell/app_shell.gyp2
-rw-r--r--ui/app_list/app_list.gyp2
-rw-r--r--ui/wm/wm.gyp3
8 files changed, 2 insertions, 21 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 3b08e38..0a24de7 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -295,8 +295,6 @@
'cc.gyp:cc',
'cc.gyp:cc_surfaces',
'cc_test_support',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
'test/cc_test_suite.cc',
@@ -412,6 +410,7 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/mesa/mesa.gyp:osmesa',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/gfx.gyp:gfx_test_support',
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 70301f4..bdba72d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2205,8 +2205,6 @@
'../ui/resources/ui_resources.gyp:ui_resources',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'include_dirs': [
'..',
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index f7433cd..75221d1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -881,8 +881,6 @@
'components_strings.gyp:components_strings',
'components_tests_pak',
'mime_util/mime_util.gyp:mime_util',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'conditions': [
['enable_rlz_support==1', {
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 53d8033..ffcea14 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1015,8 +1015,6 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'include_dirs': [
'..',
@@ -1413,6 +1411,7 @@
'../testing/gtest.gyp:gtest',
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ '../third_party/mesa/mesa.gyp:osmesa',
'../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
'../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
@@ -1428,8 +1427,6 @@
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/accessibility/accessibility.gyp:ax_gen',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'include_dirs': [
'..',
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index 85d9df3..c64180b 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -40,8 +40,6 @@
'extensions.gyp:extensions_utility',
'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
# Needed for third_party libraries like leveldb.
'include_dirs': [
@@ -84,8 +82,6 @@
'<(DEPTH)/device/usb/usb.gyp:device_usb_mocks',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
- # Only needed at runtime.
- '../third_party/mesa/mesa.gyp:osmesa',
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index f2e661b..4a41b30 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -215,8 +215,6 @@
'<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
'<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
'<(DEPTH)/testing/gtest.gyp:gtest',
- # Only needed at runtime.
- '../../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
'<@(app_shell_unittests_sources)',
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 10f21dd..1ea28b1 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -257,8 +257,6 @@
'../resources/ui_resources.gyp:ui_test_pak',
'app_list',
'app_list_test_support',
- # Only needed at runtime.
- '../../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
# Note: sources list duplicated in GN build.
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 9a34dce..08a9ded 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -136,11 +136,8 @@
'../events/platform/events_platform.gyp:events_platform',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
- '../resources/ui_resources.gyp:ui_test_pak',
'wm',
'wm_test_support',
- # Only needed at runtime.
- '../../third_party/mesa/mesa.gyp:osmesa',
],
'sources': [
'core/capture_controller_unittest.cc',