[tools] Rename SourceMap.mjs to sourcemap.mjs

Bug: v8:10667, v8:10933
Change-Id: I06ebcdf12ee5acbd56ef3741af2b592b5d0351a1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2435209
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Sathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70166}
This commit is contained in:
Camillo Bruni 2020-09-28 16:52:35 +02:00 committed by Commit Bot
parent dbf7586afd
commit f467e9ccf9
5 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import "./sourcemap.mjs";
import { WebInspector } from "./sourcemap.mjs";
import {
CppProcessor, ArgumentsProcessor, UnixCppEntriesProvider,
CppProcessor, ArgumentsProcessor, UnixCppEntriesProvider,
WindowsCppEntriesProvider, MacCppEntriesProvider
} from "./dumpcpp.mjs";

View File

@ -3,7 +3,7 @@
// found in the LICENSE file.
import { IcProcessor, ArgumentsProcessor, readFile } from "./ic-processor.mjs";
import "./SourceMap.mjs";
import { WebInspector } from "./sourcemap.mjs";
function processArguments(args) {
var processor = new ArgumentsProcessor(args);

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import "./SourceMap.mjs";
import { WebInspector } from "./sourcemap.mjs";
import {
MapProcessor, ArgumentsProcessor, readFile
} from "./map-processor.mjs";

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import { WebInspector } from "./SourceMap.mjs";
import { WebInspector } from "./sourcemap.mjs";
import {
ParseProcessor, ArgumentsProcessor, readFile,
} from "./parse-processor.mjs";