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

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

Issue 2573673002: DevTools: enable private field checks as a part of compilation. (Closed)
Patch Set: review comments addressed. Created 4 years 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 devtools_embedder_scripts = [ 9 devtools_embedder_scripts = [
10 "front_end/devtools_compatibility.js", 10 "front_end/devtools_compatibility.js",
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "front_end/gonzales/SCSSParser.js", 505 "front_end/gonzales/SCSSParser.js",
506 ] 506 ]
507 devtools_heap_snapshot_worker_js_files = [ 507 devtools_heap_snapshot_worker_js_files = [
508 "front_end/common/TextUtils.js", 508 "front_end/common/TextUtils.js",
509 "front_end/common/UIString.js", 509 "front_end/common/UIString.js",
510 "front_end/heap_snapshot_worker/AllocationProfile.js", 510 "front_end/heap_snapshot_worker/AllocationProfile.js",
511 "front_end/heap_snapshot_worker/HeapSnapshot.js", 511 "front_end/heap_snapshot_worker/HeapSnapshot.js",
512 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 512 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
513 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 513 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
514 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 514 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
515 "front_end/heap_snapshot_worker/JSHeapSnapshot.js",
516 "front_end/platform/utilities.js", 515 "front_end/platform/utilities.js",
517 "front_end/profiler/HeapSnapshotCommon.js", 516 "front_end/profiler/HeapSnapshotCommon.js",
518 ] 517 ]
519 devtools_layers_js_files = [ 518 devtools_layers_js_files = [
520 "front_end/layers/LayerPaintProfilerView.js", 519 "front_end/layers/LayerPaintProfilerView.js",
521 "front_end/layers/LayerTreeModel.js", 520 "front_end/layers/LayerTreeModel.js",
522 "front_end/layers/LayersPanel.js", 521 "front_end/layers/LayersPanel.js",
523 ] 522 ]
524 devtools_network_js_files = [ 523 devtools_network_js_files = [
525 "front_end/network/blockedURLsPane.css", 524 "front_end/network/blockedURLsPane.css",
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 ".eslintrc.js", 1190 ".eslintrc.js",
1192 "devtools-node-modules/", 1191 "devtools-node-modules/",
1193 "front_end/", 1192 "front_end/",
1194 "scripts/buildbot/run_eslint.py", 1193 "scripts/buildbot/run_eslint.py",
1195 "scripts/local_node/", 1194 "scripts/local_node/",
1196 "//testing/scripts/common.py", 1195 "//testing/scripts/common.py",
1197 "//testing/scripts/run_devtools_check.py", 1196 "//testing/scripts/run_devtools_check.py",
1198 "//testing/xvfb.py", 1197 "//testing/xvfb.py",
1199 ] 1198 ]
1200 } 1199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698