Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2406)

Unified Diff: build/linux/system.gyp

Issue 1341473003: Add Chrome OS's minigbm library to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update default Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | third_party/minigbm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « DEPS ('k') | third_party/minigbm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698