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

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

Issue 2815003002: [DevTools] Split InputModel out of screencast (Closed)
Patch Set: comments addressed Created 3 years, 8 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/audits2/Audits2Panel.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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "front_end/resources/serviceWorkersView.css", 436 "front_end/resources/serviceWorkersView.css",
437 "front_end/resources/ServiceWorkersView.js", 437 "front_end/resources/ServiceWorkersView.js",
438 "front_end/resources/StorageItemsView.js", 438 "front_end/resources/StorageItemsView.js",
439 "front_end/Runtime.js", 439 "front_end/Runtime.js",
440 "front_end/sass/ASTService.js", 440 "front_end/sass/ASTService.js",
441 "front_end/sass/ASTSourceMap.js", 441 "front_end/sass/ASTSourceMap.js",
442 "front_end/sass/module.json", 442 "front_end/sass/module.json",
443 "front_end/sass/SASSProcessor.js", 443 "front_end/sass/SASSProcessor.js",
444 "front_end/sass/SASSSourceMapFactory.js", 444 "front_end/sass/SASSSourceMapFactory.js",
445 "front_end/sass/SASSSupport.js", 445 "front_end/sass/SASSSupport.js",
446 "front_end/screencast/InputModel.js",
446 "front_end/screencast/module.json", 447 "front_end/screencast/module.json",
447 "front_end/screencast/ScreencastApp.js", 448 "front_end/screencast/ScreencastApp.js",
448 "front_end/screencast/screencastView.css", 449 "front_end/screencast/screencastView.css",
449 "front_end/screencast/ScreencastView.js", 450 "front_end/screencast/ScreencastView.js",
450 "front_end/sdk/Connections.js", 451 "front_end/sdk/Connections.js",
451 "front_end/sdk/ContentProviders.js", 452 "front_end/sdk/ContentProviders.js",
452 "front_end/sdk/CookieModel.js", 453 "front_end/sdk/CookieModel.js",
453 "front_end/sdk/CookieParser.js", 454 "front_end/sdk/CookieParser.js",
454 "front_end/sdk/CPUProfileDataModel.js", 455 "front_end/sdk/CPUProfileDataModel.js",
455 "front_end/sdk/CPUProfilerModel.js", 456 "front_end/sdk/CPUProfilerModel.js",
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 ".eslintrc.js", 1129 ".eslintrc.js",
1129 "devtools-node-modules/", 1130 "devtools-node-modules/",
1130 "front_end/", 1131 "front_end/",
1131 "scripts/buildbot/run_eslint.py", 1132 "scripts/buildbot/run_eslint.py",
1132 "scripts/local_node/", 1133 "scripts/local_node/",
1133 "//testing/scripts/common.py", 1134 "//testing/scripts/common.py",
1134 "//testing/scripts/run_devtools_check.py", 1135 "//testing/scripts/run_devtools_check.py",
1135 "//testing/xvfb.py", 1136 "//testing/xvfb.py",
1136 ] 1137 ]
1137 } 1138 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698