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

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

Issue 2766823002: [Devtools] Add SHA-1 hash function in prep for URL hashing (Closed)
Patch Set: changes 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
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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "front_end/persistence/Automapping.js", 369 "front_end/persistence/Automapping.js",
370 "front_end/persistence/DefaultMapping.js", 370 "front_end/persistence/DefaultMapping.js",
371 "front_end/persistence/FileSystemWorkspaceBinding.js", 371 "front_end/persistence/FileSystemWorkspaceBinding.js",
372 "front_end/persistence/Persistence.js", 372 "front_end/persistence/Persistence.js",
373 "front_end/persistence/PersistenceUtils.js", 373 "front_end/persistence/PersistenceUtils.js",
374 "front_end/platform/module.json", 374 "front_end/platform/module.json",
375 "front_end/platform/utilities.js", 375 "front_end/platform/utilities.js",
376 "front_end/product_registry/module.json", 376 "front_end/product_registry/module.json",
377 "front_end/product_registry/ProductNameForURL.js", 377 "front_end/product_registry/ProductNameForURL.js",
378 "front_end/product_registry/ProductRegistryData.js", 378 "front_end/product_registry/ProductRegistryData.js",
379 "front_end/product_registry/sha1/sha1.js",
379 "front_end/profiler/BottomUpProfileDataGrid.js", 380 "front_end/profiler/BottomUpProfileDataGrid.js",
380 "front_end/profiler/CPUProfileFlameChart.js", 381 "front_end/profiler/CPUProfileFlameChart.js",
381 "front_end/profiler/CPUProfileView.js", 382 "front_end/profiler/CPUProfileView.js",
382 "front_end/profiler/heapProfiler.css", 383 "front_end/profiler/heapProfiler.css",
383 "front_end/profiler/HeapProfileView.js", 384 "front_end/profiler/HeapProfileView.js",
384 "front_end/profiler/HeapSnapshotDataGrids.js", 385 "front_end/profiler/HeapSnapshotDataGrids.js",
385 "front_end/profiler/HeapSnapshotGridNodes.js", 386 "front_end/profiler/HeapSnapshotGridNodes.js",
386 "front_end/profiler/HeapSnapshotProxy.js", 387 "front_end/profiler/HeapSnapshotProxy.js",
387 "front_end/profiler/HeapSnapshotView.js", 388 "front_end/profiler/HeapSnapshotView.js",
388 "front_end/profiler/HeapProfilerPanel.js", 389 "front_end/profiler/HeapProfilerPanel.js",
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 ".eslintrc.js", 1115 ".eslintrc.js",
1115 "devtools-node-modules/", 1116 "devtools-node-modules/",
1116 "front_end/", 1117 "front_end/",
1117 "scripts/buildbot/run_eslint.py", 1118 "scripts/buildbot/run_eslint.py",
1118 "scripts/local_node/", 1119 "scripts/local_node/",
1119 "//testing/scripts/common.py", 1120 "//testing/scripts/common.py",
1120 "//testing/scripts/run_devtools_check.py", 1121 "//testing/scripts/run_devtools_check.py",
1121 "//testing/xvfb.py", 1122 "//testing/xvfb.py",
1122 ] 1123 ]
1123 } 1124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698