diff options
Diffstat (limited to 'chromium/content/browser/speech/proto/BUILD.gn')
-rw-r--r-- | chromium/content/browser/speech/proto/BUILD.gn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chromium/content/browser/speech/proto/BUILD.gn b/chromium/content/browser/speech/proto/BUILD.gn deleted file mode 100644 index dafd61f78ee..00000000000 --- a/chromium/content/browser/speech/proto/BUILD.gn +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -import("//third_party/protobuf/proto_library.gni") - -proto_library("proto") { - sources = [ "google_streaming_api.proto" ] -} |