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

Side by Side Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix test 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '<@(devtools_acorn_files)', 376 '<@(devtools_acorn_files)',
377 ], 377 ],
378 378
379 # Lazy-loaded modules. 379 # Lazy-loaded modules.
380 'devtools_accessibility_js_files': [ 380 'devtools_accessibility_js_files': [
381 'front_end/accessibility/accessibilityNode.css', 381 'front_end/accessibility/accessibilityNode.css',
382 'front_end/accessibility/AccessibilityModel.js', 382 'front_end/accessibility/AccessibilityModel.js',
383 'front_end/accessibility/AccessibilitySidebarView.js', 383 'front_end/accessibility/AccessibilitySidebarView.js',
384 'front_end/accessibility/AccessibilityNodeView.js', 384 'front_end/accessibility/AccessibilityNodeView.js',
385 'front_end/accessibility/AccessibilityStrings.js', 385 'front_end/accessibility/AccessibilityStrings.js',
386 'front_end/accessibility/ARIAAttributesView.js',
386 ], 387 ],
387 'devtools_animation_js_files': [ 388 'devtools_animation_js_files': [
388 'front_end/animation/animationScreenshotPopover.css', 389 'front_end/animation/animationScreenshotPopover.css',
389 'front_end/animation/animationTimeline.css', 390 'front_end/animation/animationTimeline.css',
390 'front_end/animation/AnimationGroupPreviewUI.js', 391 'front_end/animation/AnimationGroupPreviewUI.js',
391 'front_end/animation/AnimationModel.js', 392 'front_end/animation/AnimationModel.js',
392 'front_end/animation/AnimationScreenshotPopover.js', 393 'front_end/animation/AnimationScreenshotPopover.js',
393 'front_end/animation/AnimationTimeline.js', 394 'front_end/animation/AnimationTimeline.js',
394 'front_end/animation/AnimationUI.js', 395 'front_end/animation/AnimationUI.js',
395 ], 396 ],
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 'front_end/Images/toolbarResizerVertical.png', 899 'front_end/Images/toolbarResizerVertical.png',
899 'front_end/Images/toolbarItemSelected.png', 900 'front_end/Images/toolbarItemSelected.png',
900 'front_end/Images/touchCursor.png', 901 'front_end/Images/touchCursor.png',
901 'front_end/Images/touchCursor_2x.png', 902 'front_end/Images/touchCursor_2x.png',
902 ], 903 ],
903 'devtools_extension_api_files': [ 904 'devtools_extension_api_files': [
904 'front_end/extensions/ExtensionAPI.js', 905 'front_end/extensions/ExtensionAPI.js',
905 ], 906 ],
906 }, 907 },
907 } 908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698