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

Unified Diff: ui/events/events.gyp

Issue 26695007: aura: Allow creating content_shell without views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 445c41aa63103098e993d40a7ea5b23ef6a7aca4..f93ae2e772fd6c5a6c5329a36429ff5c16da0b6a 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -92,7 +92,7 @@
['exclude', '^gestures/*'],
]
}],
- ['toolkit_views==0', {
+ ['toolkit_views==0 and use_aura==0', {
'sources!': [
'event.cc',
'event.h',

Powered by Google App Engine
This is Rietveld 408576698