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

Unified Diff: build/linux/system.gyp

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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 | « build/config/ui.gni ('k') | build/secondary/tools/grit/grit_rule.gni » ('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 09ee713634dec18e4cb2b8d842b66d7715ce6d81..f1cf569d930049d4da7b37f0dec268e3a7823be8 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -427,44 +427,6 @@
},
], # targets
}],
- ['use_evdev_gestures==1', {
- 'targets': [
- {
- 'target_name': 'libevdev-cros',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(<(pkg-config) --cflags libevdev-cros)'
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other libevdev-cros)',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l libevdev-cros)',
- ],
- },
- },
- {
- 'target_name': 'libgestures',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'cflags': [
- '<!@(<(pkg-config) --cflags libgestures)'
- ],
- },
- 'link_settings': {
- 'ldflags': [
- '<!@(<(pkg-config) --libs-only-L --libs-only-other libgestures)',
- ],
- 'libraries': [
- '<!@(<(pkg-config) --libs-only-l libgestures)',
- ],
- },
- },
- ],
- }],
['use_xkbcommon==1', {
'targets': [
{
« no previous file with comments | « build/config/ui.gni ('k') | build/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698