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

Unified Diff: content/content_browser.gypi

Issue 1331013004: [KeyEvent Mac] Move WebInputEventFactory into chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix forward declaration so it is only OBJC Created 5 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 037c9a4b7d0c7dd74b204089f014e41de01dc6d4..9b4fc62745ed174ae057d73daa23e024bbfcd38c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1230,6 +1230,8 @@
'browser/renderer_host/input/ui_touch_selection_helper.h',
'browser/renderer_host/input/web_input_event_builders_android.cc',
'browser/renderer_host/input/web_input_event_builders_android.h',
+ 'browser/renderer_host/input/web_input_event_builders_mac.mm',
+ 'browser/renderer_host/input/web_input_event_builders_mac.h',
'browser/renderer_host/input/web_input_event_builders_win.cc',
'browser/renderer_host/input/web_input_event_builders_win.h',
'browser/renderer_host/input/web_input_event_util.cc',

Powered by Google App Engine
This is Rietveld 408576698