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

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

Issue 2890973002: [DevTools] Show icon in top toolbar when Node target is available (Closed)
Patch Set: better, with hover Created 3 years, 7 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "front_end/layer_viewer/TransformController.js", 293 "front_end/layer_viewer/TransformController.js",
294 "front_end/layers/LayerPaintProfilerView.js", 294 "front_end/layers/LayerPaintProfilerView.js",
295 "front_end/layers/LayersPanel.js", 295 "front_end/layers/LayersPanel.js",
296 "front_end/layers/LayerTreeModel.js", 296 "front_end/layers/LayerTreeModel.js",
297 "front_end/layers/module.json", 297 "front_end/layers/module.json",
298 "front_end/main/errorWarningCounter.css", 298 "front_end/main/errorWarningCounter.css",
299 "front_end/main/ExecutionContextSelector.js", 299 "front_end/main/ExecutionContextSelector.js",
300 "front_end/main/GCActionDelegate.js", 300 "front_end/main/GCActionDelegate.js",
301 "front_end/main/Main.js", 301 "front_end/main/Main.js",
302 "front_end/main/module.json", 302 "front_end/main/module.json",
303 "front_end/main/nodeIcon.css",
303 "front_end/main/remoteDebuggingTerminatedScreen.css", 304 "front_end/main/remoteDebuggingTerminatedScreen.css",
304 "front_end/main/renderingOptions.css", 305 "front_end/main/renderingOptions.css",
305 "front_end/main/RenderingOptions.js", 306 "front_end/main/RenderingOptions.js",
306 "front_end/main/RequestAppBannerActionDelegate.js", 307 "front_end/main/RequestAppBannerActionDelegate.js",
307 "front_end/main/SimpleApp.js", 308 "front_end/main/SimpleApp.js",
308 "front_end/main/targetCrashedScreen.css", 309 "front_end/main/targetCrashedScreen.css",
309 "front_end/network/blockedURLsPane.css", 310 "front_end/network/blockedURLsPane.css",
310 "front_end/network/BlockedURLsPane.js", 311 "front_end/network/BlockedURLsPane.js",
311 "front_end/network/eventSourceMessagesView.css", 312 "front_end/network/eventSourceMessagesView.css",
312 "front_end/network/EventSourceMessagesView.js", 313 "front_end/network/EventSourceMessagesView.js",
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "front_end/Images/chromeRight.png", 798 "front_end/Images/chromeRight.png",
798 "front_end/Images/chromeSelect.png", 799 "front_end/Images/chromeSelect.png",
799 "front_end/Images/chromeSelect_2x.png", 800 "front_end/Images/chromeSelect_2x.png",
800 "front_end/Images/deleteIcon.png", 801 "front_end/Images/deleteIcon.png",
801 "front_end/Images/errorWave.png", 802 "front_end/Images/errorWave.png",
802 "front_end/Images/errorWave_2x.png", 803 "front_end/Images/errorWave_2x.png",
803 "front_end/Images/ic_info_black_18dp.svg", 804 "front_end/Images/ic_info_black_18dp.svg",
804 "front_end/Images/ic_warning_black_18dp.svg", 805 "front_end/Images/ic_warning_black_18dp.svg",
805 "front_end/Images/navigationControls.png", 806 "front_end/Images/navigationControls.png",
806 "front_end/Images/navigationControls_2x.png", 807 "front_end/Images/navigationControls_2x.png",
808 "front_end/Images/nodeIcon.png",
807 "front_end/Images/popoverArrows.png", 809 "front_end/Images/popoverArrows.png",
808 "front_end/Images/profileGroupIcon.png", 810 "front_end/Images/profileGroupIcon.png",
809 "front_end/Images/profileIcon.png", 811 "front_end/Images/profileIcon.png",
810 "front_end/Images/profileSmallIcon.png", 812 "front_end/Images/profileSmallIcon.png",
811 "front_end/Images/radioDot.png", 813 "front_end/Images/radioDot.png",
812 "front_end/Images/resizeDiagonal.png", 814 "front_end/Images/resizeDiagonal.png",
813 "front_end/Images/resizeDiagonal_2x.png", 815 "front_end/Images/resizeDiagonal_2x.png",
814 "front_end/Images/resizeHorizontal.png", 816 "front_end/Images/resizeHorizontal.png",
815 "front_end/Images/resizeHorizontal_2x.png", 817 "front_end/Images/resizeHorizontal_2x.png",
816 "front_end/Images/resizeVertical.png", 818 "front_end/Images/resizeVertical.png",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 ".eslintrc.js", 1144 ".eslintrc.js",
1143 "devtools-node-modules/", 1145 "devtools-node-modules/",
1144 "front_end/", 1146 "front_end/",
1145 "scripts/buildbot/run_eslint.py", 1147 "scripts/buildbot/run_eslint.py",
1146 "scripts/local_node/", 1148 "scripts/local_node/",
1147 "//testing/scripts/common.py", 1149 "//testing/scripts/common.py",
1148 "//testing/scripts/run_devtools_check.py", 1150 "//testing/scripts/run_devtools_check.py",
1149 "//testing/xvfb.py", 1151 "//testing/xvfb.py",
1150 ] 1152 ]
1151 } 1153 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/target_handler.cc ('k') | third_party/WebKit/Source/devtools/front_end/Images/nodeIcon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698