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

Unified Diff: content/content_shell.gypi

Issue 172263002: Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | content/shell/renderer/test_runner/WebAXObjectProxy.h » ('j') | gin/unsafe_persistent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 9a9537f5b283541634fed70b920ef6f61c156218..8b1ea4265efea5414953e72d099970ae4579d3cd 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -239,10 +239,14 @@
'shell/renderer/test_runner/WebTestThemeEngineMock.h',
'shell/renderer/test_runner/WebUserMediaClientMock.cpp',
'shell/renderer/test_runner/WebUserMediaClientMock.h',
+ 'shell/renderer/test_runner/accessibility_controller.cc',
+ 'shell/renderer/test_runner/accessibility_controller.h',
'shell/renderer/test_runner/gamepad_controller.cc',
'shell/renderer/test_runner/gamepad_controller.h',
'shell/renderer/test_runner/text_input_controller.cc',
'shell/renderer/test_runner/text_input_controller.h',
+ 'shell/renderer/test_runner/web_ax_object_proxy.cc',
+ 'shell/renderer/test_runner/web_ax_object_proxy.h',
'shell/renderer/webkit_test_runner.cc',
'shell/renderer/webkit_test_runner.h',
'test/layouttest_support.cc',
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/WebAXObjectProxy.h » ('j') | gin/unsafe_persistent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698