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

Unified Diff: blimp/client/test/BUILD.gn

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration 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
Index: blimp/client/test/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
deleted file mode 100644
index 986052d5601219454272bc0f860dab641b41f32d..0000000000000000000000000000000000000000
--- a/blimp/client/test/BUILD.gn
+++ /dev/null
@@ -1,31 +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.
-
-source_set("test") {
- testonly = true
-
- sources = [
- "contents/mock_blimp_contents_observer.cc",
- "contents/mock_blimp_contents_observer.h",
- "test_blimp_client_context_delegate.cc",
- "test_blimp_client_context_delegate.h",
- ]
-
- deps = [
- "//base",
- "//base/test:test_support",
- "//blimp/client/core",
- "//blimp/client/public:public_headers",
- "//cc:test_support",
- "//google_apis:test_support",
- "//mojo/edk/system",
- "//net",
- "//ui/gfx",
- ]
-
- public_deps = [
- "//blimp/client/test/compositor",
- "//testing/gmock",
- ]
-}
« no previous file with comments | « blimp/client/support/session/blimp_default_identity_provider.cc ('k') | blimp/client/test/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698