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

Unified Diff: ui/events/events_export.h

Issue 24788002: events: Make it a separate component from ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | « ui/events/events.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events_export.h
diff --git a/ui/events/events_export.h b/ui/events/events_export.h
index 24390985feb9bc53429e241c98d44840d88bebf2..65ed7a26abef7b67b204c612f91a44078ff56522 100644
--- a/ui/events/events_export.h
+++ b/ui/events/events_export.h
@@ -5,12 +5,6 @@
#ifndef UI_EVENTS_EVENTS_EXPORT_H_
#define UI_EVENTS_EVENTS_EXPORT_H_
-// TODO: Remove this block when the dependency of events (i.e. gfx) is its own
-// component, and allows events to be its own component.
-#if defined(UI_IMPLEMENTATION)
-#define EVENTS_IMPLEMENTATION
-#endif
-
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
« no previous file with comments | « ui/events/events.gyp ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698