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

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

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Fix build break Created 5 years, 1 month 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/proto/blimp_message.proto ('k') | blimp/common/proto/compositor.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/common.proto
diff --git a/blimp/common/proto/common.proto b/blimp/common/proto/common.proto
deleted file mode 100644
index 578c02b63b78d3b0e09bedfc4582d517d2c263cb..0000000000000000000000000000000000000000
--- a/blimp/common/proto/common.proto
+++ /dev/null
@@ -1,17 +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.
-//
-// Common message types for sharing across Blimp subprotocols.
-
-syntax = "proto2";
-
-option optimize_for = LITE_RUNTIME;
-
-package blimp;
-
-message CoordinatePair {
- optional sint32 x = 1;
- optional sint32 y = 2;
-}
-
« no previous file with comments | « blimp/common/proto/blimp_message.proto ('k') | blimp/common/proto/compositor.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698