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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 2200893003: DevTools: Add autocomplete for ARIA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove done TODO Created 4 years, 4 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: third_party/WebKit/Source/devtools/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index 6c8fb2b22f695d291baa7dc1d0b8878b0c9f6a49..6335f74643493f47c5fd652eda6b58ea9528f103 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -383,6 +383,8 @@
'front_end/accessibility/AccessibilityNodeView.js',
'front_end/accessibility/AccessibilityStrings.js',
'front_end/accessibility/ARIAAttributesView.js',
+ 'front_end/accessibility/ARIAConfig.js',
+ 'front_end/accessibility/ARIAMetadata.js',
],
'devtools_animation_js_files': [
'front_end/animation/animationScreenshotPopover.css',

Powered by Google App Engine
This is Rietveld 408576698