blob: 9b6469cfa8cb83f3a152ed73facfb29c28a81344 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// NOTE: Not a real handler! Fake code to test the BuildGN import sync script
/* @eslint-disable */
// @ts-nocheck
// These two imports are in the fake BUILD.gn
import * as Platform from '../../../core/platform/platform.js';
import * as Generated from '../../../generated/generated.js';
// This import is not
import * as HandlerOneMissingImport from '../../missing-one/missing-one.js';