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

Unified Diff: content/content_tests.gypi

Issue 143473003: Generate ax enums from idl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Caught Blink enum conversion bug! 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 250a99dfd91b734d65922c3b2eaaa66df785ce5a..410f1b39bda10578bd1dc76272320e57779f0c8e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -12,6 +12,7 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../ui/accessibility/accessibility.gyp:ax_gen',
'../ui/events/events.gyp:dom4_keycode_converter',
'../ui/events/events.gyp:events_base',
'../ui/events/events.gyp:events_test_support',
@@ -887,6 +888,7 @@
'content_shell_lib',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
+ '../ui/accessibility/accessibility.gyp:ax_gen',
],
'sources': [
'test/accessibility_browser_test_utils.cc',
@@ -936,6 +938,7 @@
'../ui/snapshot/snapshot.gyp:snapshot',
'../ui/ui.gyp:ui',
'../webkit/child/webkit_child.gyp:webkit_child',
+ '../ui/accessibility/accessibility.gyp:ax_gen',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698