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

Unified Diff: blimp/test/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/docs/test.md ('k') | blimp/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/BUILD.gn
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn
deleted file mode 100644
index f62c9a9dbfdf55806408356fff53969c8ebb47ab..0000000000000000000000000000000000000000
--- a/blimp/test/BUILD.gn
+++ /dev/null
@@ -1,44 +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("run_all_unittests") {
- testonly = true
-
- sources = [
- "run_all_unittests.cc",
- ]
-
- deps = [
- "//base/test:test_support",
- "//mojo/edk/system",
- "//ui/gfx:gfx",
- ]
-
- if (is_android) {
- deps += [ "//ui/android" ]
- }
-}
-
-source_set("support") {
- testonly = true
-
- sources = [
- "support/compositor/picture_cache_test_support.cc",
- "support/compositor/picture_cache_test_support.h",
- ]
-
- deps = [
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
-
- public_deps = [
- "//blimp/common",
- "//cc",
- "//skia",
- "//testing/gmock",
- ]
-}
« no previous file with comments | « blimp/docs/test.md ('k') | blimp/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698