Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 9d9ab32e3800551f868ca51de0a0f2f89f6c32c7..25a08c601dd03873db1a9f7729efb48b16a622d2 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -571,27 +571,6 @@ |
}, |
], |
}], |
- ['ozone_platform_gbm==1', { |
- 'targets': [ |
- { |
- 'target_name': 'gbm', |
- 'type': 'none', |
- 'direct_dependent_settings': { |
- 'cflags': [ |
- '<!@(<(pkg-config) --cflags gbm)', |
- ], |
- }, |
- 'link_settings': { |
- 'ldflags': [ |
- '<!@(<(pkg-config) --libs-only-L --libs-only-other gbm)', |
- ], |
- 'libraries': [ |
- '<!@(<(pkg-config) --libs-only-l gbm)', |
- ], |
- }, |
- }, |
- ], |
- }], |
['ozone_platform_drm==1 or ozone_platform_gbm==1', { |
'targets': [ |
{ |