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

Unified Diff: blimp/common/proto/BUILD.gn

Issue 2626423004: Remove all //blimp code. (Closed)
Patch Set: One last(?) `git merge` for good measure. Created 3 years, 11 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/common/mandatory_callback_unittest.cc ('k') | blimp/common/proto/blimp_message.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/BUILD.gn
diff --git a/blimp/common/proto/BUILD.gn b/blimp/common/proto/BUILD.gn
deleted file mode 100644
index c75c5b981a6fa763be725b33be793f23d1bf8611..0000000000000000000000000000000000000000
--- a/blimp/common/proto/BUILD.gn
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2015 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")
-
-group("proto") {
- public_deps = [
- ":blimp_proto",
- "//third_party/protobuf:protobuf_lite",
- ]
-}
-
-component("blimp_proto") {
- # Only expose the target to the "proto" group.
- visibility = [ ":proto" ]
-
- public_deps = [
- ":proto_internal",
- ]
-}
-
-proto_library("proto_internal") {
- # Only expose the target to the "blimp_proto" target.
- visibility = [ ":blimp_proto" ]
-
- sources = [
- "blimp_message.proto",
- "blob_cache.proto",
- "blob_channel.proto",
- "common.proto",
- "compositor.proto",
- "geolocation.proto",
- "helium.proto",
- "ime.proto",
- "input.proto",
- "navigation.proto",
- "protocol_control.proto",
- "render_widget.proto",
- "settings.proto",
- "tab_control.proto",
- ]
-
- cc_generator_options = "dllexport_decl=BLIMP_PROTO_EXPORT:"
- cc_include = "blimp/common/proto/blimp_proto_export.h"
- component_build_force_source_set = true
-
- defines = [ "BLIMP_PROTO_IMPLEMENTATION" ]
-
- # Warn if clang creates exit destructors
- extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
-}
« no previous file with comments | « blimp/common/mandatory_callback_unittest.cc ('k') | blimp/common/proto/blimp_message.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698