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

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

Issue 2766903002: DevTools: make what's new look nice. (Closed)
Patch Set: image added Created 3 years, 9 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "front_end/heap_snapshot_worker.json", 239 "front_end/heap_snapshot_worker.json",
240 "front_end/heap_snapshot_worker/AllocationProfile.js", 240 "front_end/heap_snapshot_worker/AllocationProfile.js",
241 "front_end/heap_snapshot_worker/HeapSnapshot.js", 241 "front_end/heap_snapshot_worker/HeapSnapshot.js",
242 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 242 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
243 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 243 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
244 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 244 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
245 "front_end/heap_snapshot_worker/module.json", 245 "front_end/heap_snapshot_worker/module.json",
246 "front_end/help/Help.js", 246 "front_end/help/Help.js",
247 "front_end/help/module.json", 247 "front_end/help/module.json",
248 "front_end/help/releaseNote.css", 248 "front_end/help/releaseNote.css",
249 "front_end/help/ReleaseNote.js",
250 "front_end/help/ReleaseNoteText.js", 249 "front_end/help/ReleaseNoteText.js",
250 "front_end/help/ReleaseNoteView.js",
251 "front_end/host/InspectorFrontendHost.js", 251 "front_end/host/InspectorFrontendHost.js",
252 "front_end/host/InspectorFrontendHostAPI.js", 252 "front_end/host/InspectorFrontendHostAPI.js",
253 "front_end/host/module.json", 253 "front_end/host/module.json",
254 "front_end/host/Platform.js", 254 "front_end/host/Platform.js",
255 "front_end/host/ResourceLoader.js", 255 "front_end/host/ResourceLoader.js",
256 "front_end/host/UserMetrics.js", 256 "front_end/host/UserMetrics.js",
257 "front_end/inline_editor/bezierEditor.css", 257 "front_end/inline_editor/bezierEditor.css",
258 "front_end/inline_editor/BezierEditor.js", 258 "front_end/inline_editor/BezierEditor.js",
259 "front_end/inline_editor/bezierSwatch.css", 259 "front_end/inline_editor/bezierSwatch.css",
260 "front_end/inline_editor/BezierUI.js", 260 "front_end/inline_editor/BezierUI.js",
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 "front_end/Images/smallIcons.png", 803 "front_end/Images/smallIcons.png",
804 "front_end/Images/smallIcons_2x.png", 804 "front_end/Images/smallIcons_2x.png",
805 "front_end/Images/speech.png", 805 "front_end/Images/speech.png",
806 "front_end/Images/treeoutlineTriangles.png", 806 "front_end/Images/treeoutlineTriangles.png",
807 "front_end/Images/treeoutlineTriangles_2x.png", 807 "front_end/Images/treeoutlineTriangles_2x.png",
808 "front_end/Images/toolbarButtonGlyphs.png", 808 "front_end/Images/toolbarButtonGlyphs.png",
809 "front_end/Images/toolbarButtonGlyphs_2x.png", 809 "front_end/Images/toolbarButtonGlyphs_2x.png",
810 "front_end/Images/toolbarResizerVertical.png", 810 "front_end/Images/toolbarResizerVertical.png",
811 "front_end/Images/touchCursor.png", 811 "front_end/Images/touchCursor.png",
812 "front_end/Images/touchCursor_2x.png", 812 "front_end/Images/touchCursor_2x.png",
813 "front_end/Images/whatsnew.png",
813 ] 814 ]
814 815
815 resources_out_dir = "$root_out_dir/resources/inspector" 816 resources_out_dir = "$root_out_dir/resources/inspector"
816 817
817 generated_scripts = [ 818 generated_scripts = [
818 "$resources_out_dir/InspectorBackendCommands.js", 819 "$resources_out_dir/InspectorBackendCommands.js",
819 "$resources_out_dir/SupportedCSSProperties.js", 820 "$resources_out_dir/SupportedCSSProperties.js",
820 ] 821 ]
821 822
822 generated_resources = [ 823 generated_resources = [
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 ".eslintrc.js", 1113 ".eslintrc.js",
1113 "devtools-node-modules/", 1114 "devtools-node-modules/",
1114 "front_end/", 1115 "front_end/",
1115 "scripts/buildbot/run_eslint.py", 1116 "scripts/buildbot/run_eslint.py",
1116 "scripts/local_node/", 1117 "scripts/local_node/",
1117 "//testing/scripts/common.py", 1118 "//testing/scripts/common.py",
1118 "//testing/scripts/run_devtools_check.py", 1119 "//testing/scripts/run_devtools_check.py",
1119 "//testing/xvfb.py", 1120 "//testing/xvfb.py",
1120 ] 1121 ]
1121 } 1122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698