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

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

Issue 2342193002: [DevTools] Migrate AuditsPanel away from SidebarTree. (Closed)
Patch Set: Created 4 years, 3 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 # 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/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "front_end/animation/animationTimeline.css", 352 "front_end/animation/animationTimeline.css",
353 "front_end/animation/AnimationGroupPreviewUI.js", 353 "front_end/animation/AnimationGroupPreviewUI.js",
354 "front_end/animation/AnimationModel.js", 354 "front_end/animation/AnimationModel.js",
355 "front_end/animation/AnimationScreenshotPopover.js", 355 "front_end/animation/AnimationScreenshotPopover.js",
356 "front_end/animation/AnimationTimeline.js", 356 "front_end/animation/AnimationTimeline.js",
357 "front_end/animation/AnimationUI.js", 357 "front_end/animation/AnimationUI.js",
358 ] 358 ]
359 devtools_audits_js_files = [ 359 devtools_audits_js_files = [
360 "front_end/audits/auditResultTree.css", 360 "front_end/audits/auditResultTree.css",
361 "front_end/audits/auditsPanel.css", 361 "front_end/audits/auditsPanel.css",
362 "front_end/audits/auditsSidebarTree.css",
362 "front_end/audits/AuditCategories.js", 363 "front_end/audits/AuditCategories.js",
363 "front_end/audits/AuditCategory.js", 364 "front_end/audits/AuditCategory.js",
364 "front_end/audits/AuditController.js", 365 "front_end/audits/AuditController.js",
365 "front_end/audits/AuditExtensionCategory.js", 366 "front_end/audits/AuditExtensionCategory.js",
366 "front_end/audits/AuditFormatters.js", 367 "front_end/audits/AuditFormatters.js",
367 "front_end/audits/AuditLauncherView.js", 368 "front_end/audits/AuditLauncherView.js",
368 "front_end/audits/AuditResultView.js", 369 "front_end/audits/AuditResultView.js",
369 "front_end/audits/AuditRules.js", 370 "front_end/audits/AuditRules.js",
370 "front_end/audits/AuditsPanel.js", 371 "front_end/audits/AuditsPanel.js",
371 ] 372 ]
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 deps = [ 1117 deps = [
1117 ":frontend_protocol_sources", 1118 ":frontend_protocol_sources",
1118 ":supported_css_properties", 1119 ":supported_css_properties",
1119 ] 1120 ]
1120 sources = generated_scripts 1121 sources = generated_scripts
1121 outputs = [ 1122 outputs = [
1122 "$resources_out_debug_dir/{{source_file_part}}", 1123 "$resources_out_debug_dir/{{source_file_part}}",
1123 ] 1124 ]
1124 } 1125 }
1125 } 1126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698