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

Unified Diff: ui/events/event_switches.h

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « ui/compositor/compositor.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_switches.h
diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
index ec2fbd197f72dc1f83bd4d722923cc52faf5f00a..d4343046e5034c5ef04d685fe3974b2c6a09c8f5 100644
--- a/ui/events/event_switches.h
+++ b/ui/events/event_switches.h
@@ -6,18 +6,18 @@
#define UI_EVENTS_EVENTS_SWITCHES_H_
#include "base/compiler_specific.h"
-#include "ui/events/events_export.h"
+#include "ui/events/events_base_export.h"
namespace switches {
-EVENTS_EXPORT extern const char kEnableScrollPrediction[];
-EVENTS_EXPORT extern const char kTouchEvents[];
-EVENTS_EXPORT extern const char kTouchEventsAuto[];
-EVENTS_EXPORT extern const char kTouchEventsEnabled[];
-EVENTS_EXPORT extern const char kTouchEventsDisabled[];
+EVENTS_BASE_EXPORT extern const char kEnableScrollPrediction[];
+EVENTS_BASE_EXPORT extern const char kTouchEvents[];
+EVENTS_BASE_EXPORT extern const char kTouchEventsAuto[];
+EVENTS_BASE_EXPORT extern const char kTouchEventsEnabled[];
+EVENTS_BASE_EXPORT extern const char kTouchEventsDisabled[];
#if defined(OS_LINUX)
-EVENTS_EXPORT extern const char kTouchDevices[];
+EVENTS_BASE_EXPORT extern const char kTouchDevices[];
#endif
} // namespace switches
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698