UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

30 lines 2.15 kB
"use strict"; // // Copyright (C) 2017 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowConfigurationProtoSchema = exports.file_protos_perfetto_trace_android_app_window_configuration = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); const rect_pb_1 = require("../graphics/rect_pb"); const typedef_pb_1 = require("../typedef_pb"); /** * Describes the file protos/perfetto/trace/android/app/window_configuration.proto. */ exports.file_protos_perfetto_trace_android_app_window_configuration = (0, codegenv1_1.fileDesc)("Cjxwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9hcHAvd2luZG93X2NvbmZpZ3VyYXRpb24ucHJvdG8SD3BlcmZldHRvLnByb3RvcyK6AgoYV2luZG93Q29uZmlndXJhdGlvblByb3RvEi4KCmFwcF9ib3VuZHMYASABKAsyGi5wZXJmZXR0by5wcm90b3MuUmVjdFByb3RvEkkKDndpbmRvd2luZ19tb2RlGAIgASgFQjGKph0tYW5kcm9pZC5hcHAuV2luZG93Q29uZmlndXJhdGlvbi5XaW5kb3dpbmdNb2RlEkcKDWFjdGl2aXR5X3R5cGUYAyABKAVCMIqmHSxhbmRyb2lkLmFwcC5XaW5kb3dDb25maWd1cmF0aW9uLkFjdGl2aXR5VHlwZRIqCgZib3VuZHMYBCABKAsyGi5wZXJmZXR0by5wcm90b3MuUmVjdFByb3RvEi4KCm1heF9ib3VuZHMYBSABKAsyGi5wZXJmZXR0by5wcm90b3MuUmVjdFByb3Rv", [rect_pb_1.file_protos_perfetto_trace_android_graphics_rect, typedef_pb_1.file_protos_perfetto_trace_android_typedef]); /** * Describes the message perfetto.protos.WindowConfigurationProto. * Use `create(WindowConfigurationProtoSchema)` to create a new message. */ exports.WindowConfigurationProtoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_app_window_configuration, 0); //# sourceMappingURL=window_configuration_pb.js.map