Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index a11d90b33a9963ca92b1f908a388e1e7f6c06630..547d7bd229b861862ec08ac611d0a4100f2d4977 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -474,22 +474,6 @@ |
}], |
], |
}, |
- { |
- 'target_name': 'chrome_mesa', |
- 'type': 'none', |
- 'dependencies': [ |
- 'chrome', |
- '../third_party/mesa/mesa.gyp:osmesa', |
- ], |
- 'conditions': [ |
- ['OS=="mac"', { |
- 'copies': [{ |
- 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)/<(mac_product_name) Helper.app/Contents/MacOS/', |
- 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
- }], |
- }], |
- ], |
- }, |
], |
'conditions': [ |
['OS=="win"', { |