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

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

Issue 2694923002: DevTools: Changes Drawer (Closed)
Patch Set: slightly better 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "front_end/bindings/FileUtils.js", 55 "front_end/bindings/FileUtils.js",
56 "front_end/bindings/LiveLocation.js", 56 "front_end/bindings/LiveLocation.js",
57 "front_end/bindings/module.json", 57 "front_end/bindings/module.json",
58 "front_end/bindings/NetworkProject.js", 58 "front_end/bindings/NetworkProject.js",
59 "front_end/bindings/PresentationConsoleMessageHelper.js", 59 "front_end/bindings/PresentationConsoleMessageHelper.js",
60 "front_end/bindings/ResourceScriptMapping.js", 60 "front_end/bindings/ResourceScriptMapping.js",
61 "front_end/bindings/ResourceUtils.js", 61 "front_end/bindings/ResourceUtils.js",
62 "front_end/bindings/SASSSourceMapping.js", 62 "front_end/bindings/SASSSourceMapping.js",
63 "front_end/bindings/StylesSourceMapping.js", 63 "front_end/bindings/StylesSourceMapping.js",
64 "front_end/bindings/TempFile.js", 64 "front_end/bindings/TempFile.js",
65 "front_end/changes/changesView.css",
66 "front_end/changes/ChangesView.js",
67 "front_end/changes/module.json",
65 "front_end/cm/activeline.js", 68 "front_end/cm/activeline.js",
66 "front_end/cm/closebrackets.js", 69 "front_end/cm/closebrackets.js",
67 "front_end/cm/codemirror.css", 70 "front_end/cm/codemirror.css",
68 "front_end/cm/codemirror.js", 71 "front_end/cm/codemirror.js",
69 "front_end/cm/comment.js", 72 "front_end/cm/comment.js",
70 "front_end/cm/markselection.js", 73 "front_end/cm/markselection.js",
71 "front_end/cm/matchbrackets.js", 74 "front_end/cm/matchbrackets.js",
72 "front_end/cm/module.json", 75 "front_end/cm/module.json",
73 "front_end/cm/multiplex.js", 76 "front_end/cm/multiplex.js",
74 "front_end/cm/overlay.js", 77 "front_end/cm/overlay.js",
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 "$resources_out_dir/audits2_worker.js", 806 "$resources_out_dir/audits2_worker.js",
804 "$resources_out_dir/formatter_worker.js", 807 "$resources_out_dir/formatter_worker.js",
805 "$resources_out_dir/heap_snapshot_worker.js", 808 "$resources_out_dir/heap_snapshot_worker.js",
806 "$resources_out_dir/utility_shared_worker.js", 809 "$resources_out_dir/utility_shared_worker.js",
807 810
808 # this contains non-autostart non-remote modules only. 811 # this contains non-autostart non-remote modules only.
809 "$resources_out_dir/animation/animation_module.js", 812 "$resources_out_dir/animation/animation_module.js",
810 "$resources_out_dir/audits/audits_module.js", 813 "$resources_out_dir/audits/audits_module.js",
811 "$resources_out_dir/audits2_worker/audits2_worker_module.js", 814 "$resources_out_dir/audits2_worker/audits2_worker_module.js",
812 "$resources_out_dir/audits2/audits2_module.js", 815 "$resources_out_dir/audits2/audits2_module.js",
816 "$resources_out_dir/changes/changes_module.js",
813 "$resources_out_dir/cm/cm_module.js", 817 "$resources_out_dir/cm/cm_module.js",
814 "$resources_out_dir/color_picker/color_picker_module.js", 818 "$resources_out_dir/color_picker/color_picker_module.js",
815 "$resources_out_dir/console/console_module.js", 819 "$resources_out_dir/console/console_module.js",
816 "$resources_out_dir/cookie_table/cookie_table_module.js", 820 "$resources_out_dir/cookie_table/cookie_table_module.js",
817 "$resources_out_dir/css_tracker/css_tracker_module.js", 821 "$resources_out_dir/css_tracker/css_tracker_module.js",
818 "$resources_out_dir/data_grid/data_grid_module.js", 822 "$resources_out_dir/data_grid/data_grid_module.js",
819 "$resources_out_dir/devices/devices_module.js", 823 "$resources_out_dir/devices/devices_module.js",
820 "$resources_out_dir/diff/diff_module.js", 824 "$resources_out_dir/diff/diff_module.js",
821 "$resources_out_dir/elements/elements_module.js", 825 "$resources_out_dir/elements/elements_module.js",
822 "$resources_out_dir/event_listeners/event_listeners_module.js", 826 "$resources_out_dir/event_listeners/event_listeners_module.js",
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 ".eslintrc.js", 1085 ".eslintrc.js",
1082 "devtools-node-modules/", 1086 "devtools-node-modules/",
1083 "front_end/", 1087 "front_end/",
1084 "scripts/buildbot/run_eslint.py", 1088 "scripts/buildbot/run_eslint.py",
1085 "scripts/local_node/", 1089 "scripts/local_node/",
1086 "//testing/scripts/common.py", 1090 "//testing/scripts/common.py",
1087 "//testing/scripts/run_devtools_check.py", 1091 "//testing/scripts/run_devtools_check.py",
1088 "//testing/xvfb.py", 1092 "//testing/xvfb.py",
1089 ] 1093 ]
1090 } 1094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698