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

Unified Diff: build/common.gypi

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 | « base/test/test_suite.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5c8dc2a84c22d535c8c811e687c63450235e28be..94d18770519b2bdc2b5c2ba1ff2dea99684e0a97 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1464,9 +1464,6 @@
# Set to 1 to compile with MSE support for MPEG2 TS
'enable_mpeg2ts_stream_parser%': 0,
- # Support ChromeOS touchpad gestures with ozone.
- 'use_evdev_gestures%': 0,
-
# Default ozone platform (if no --ozone-platform flag).
'ozone_platform%': "",
@@ -2585,9 +2582,6 @@
['ui_compositor_image_transport==1', {
'defines': ['UI_COMPOSITOR_IMAGE_TRANSPORT'],
}],
- ['use_aura==1', {
- 'defines': ['USE_AURA=1'],
- }],
['use_ash==1', {
'defines': ['USE_ASH=1'],
}],
« no previous file with comments | « base/test/test_suite.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698