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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2655393003: DevTools: Introduce ARIAUtils (Closed)
Patch Set: setAccessibleName in InspectorView Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "front_end/timeline/TimelinePanel.js", 573 "front_end/timeline/TimelinePanel.js",
574 "front_end/timeline/timelineStatusDialog.css", 574 "front_end/timeline/timelineStatusDialog.css",
575 "front_end/timeline/TimelineTreeModeView.js", 575 "front_end/timeline/TimelineTreeModeView.js",
576 "front_end/timeline/TimelineTreeView.js", 576 "front_end/timeline/TimelineTreeView.js",
577 "front_end/timeline/TimelineUIUtils.js", 577 "front_end/timeline/TimelineUIUtils.js",
578 "front_end/toolbox_bootstrap/module.json", 578 "front_end/toolbox_bootstrap/module.json",
579 "front_end/toolbox_bootstrap/Toolbox.js", 579 "front_end/toolbox_bootstrap/Toolbox.js",
580 "front_end/toolbox.js", 580 "front_end/toolbox.js",
581 "front_end/toolbox.json", 581 "front_end/toolbox.json",
582 "front_end/ui/ActionRegistry.js", 582 "front_end/ui/ActionRegistry.js",
583 "front_end/ui/ARIAUtils.js",
583 "front_end/ui/checkboxTextLabel.css", 584 "front_end/ui/checkboxTextLabel.css",
584 "front_end/ui/closeButton.css", 585 "front_end/ui/closeButton.css",
585 "front_end/ui/confirmDialog.css", 586 "front_end/ui/confirmDialog.css",
586 "front_end/ui/Context.js", 587 "front_end/ui/Context.js",
587 "front_end/ui/ContextMenu.js", 588 "front_end/ui/ContextMenu.js",
588 "front_end/ui/dialog.css", 589 "front_end/ui/dialog.css",
589 "front_end/ui/Dialog.js", 590 "front_end/ui/Dialog.js",
590 "front_end/ui/SyntaxHighlighter.js", 591 "front_end/ui/SyntaxHighlighter.js",
591 "front_end/ui/DropDownMenu.js", 592 "front_end/ui/DropDownMenu.js",
592 "front_end/ui/dropTarget.css", 593 "front_end/ui/dropTarget.css",
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 ".eslintrc.js", 1078 ".eslintrc.js",
1078 "devtools-node-modules/", 1079 "devtools-node-modules/",
1079 "front_end/", 1080 "front_end/",
1080 "scripts/buildbot/run_eslint.py", 1081 "scripts/buildbot/run_eslint.py",
1081 "scripts/local_node/", 1082 "scripts/local_node/",
1082 "//testing/scripts/common.py", 1083 "//testing/scripts/common.py",
1083 "//testing/scripts/run_devtools_check.py", 1084 "//testing/scripts/run_devtools_check.py",
1084 "//testing/xvfb.py", 1085 "//testing/xvfb.py",
1085 ] 1086 ]
1086 } 1087 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698