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

Unified Diff: blimp/test/fake_engine/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/test/data/test_client_token ('k') | blimp/test/fake_engine/fake_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/fake_engine/BUILD.gn
diff --git a/blimp/test/fake_engine/BUILD.gn b/blimp/test/fake_engine/BUILD.gn
deleted file mode 100644
index e1534d9d1000b690ca614c2d3cb04a045de10336..0000000000000000000000000000000000000000
--- a/blimp/test/fake_engine/BUILD.gn
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2016 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("//testing/test.gni")
-
-source_set("fake_engine") {
- sources = [
- "fake_engine.cc",
- "fake_engine.h",
- ]
-
- deps = [
- "//base",
- "//blimp/test/fake_engine/proto:proto",
- "//third_party/grpc:grpc++_unsecure",
- ]
-}
-
-executable("fake_engine_app") {
- sources = [
- "fake_engine_main.cc",
- ]
-
- deps = [
- ":fake_engine",
- "//base",
- "//blimp/test/fake_engine/proto:proto",
- "//third_party/grpc:grpc++_unsecure",
- ]
-}
-
-test("fake_engine_app_tests") {
- testonly = true
- sources = [
- "fake_engine_app_tests.cc",
- ]
-
- data_deps = [
- ":fake_engine_app",
- ]
-
- deps = [
- ":fake_engine",
- "//base",
- "//base/test:test_support",
- "//blimp/test/fake_engine/proto:proto",
- "//testing/gmock",
- "//testing/gtest",
- "//third_party/grpc:grpc++_unsecure",
- ]
-}
« no previous file with comments | « blimp/test/data/test_client_token ('k') | blimp/test/fake_engine/fake_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698