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

Unified Diff: mojo/services/view_manager/public/cpp/lib/BUILD.gn

Issue 883843002: Update mojo sdk to rev 126532ce21c5c3c55a1e1693731411cb60169efd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review Created 5 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 | « mojo/services/view_manager/public/cpp/DEPS ('k') | mojo/services/view_manager/public/cpp/lib/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/public/cpp/lib/BUILD.gn
diff --git a/mojo/services/view_manager/public/cpp/lib/BUILD.gn b/mojo/services/view_manager/public/cpp/lib/BUILD.gn
deleted file mode 100644
index 20904555c4ee1efb9c5205ddff88b551e59ea74f..0000000000000000000000000000000000000000
--- a/mojo/services/view_manager/public/cpp/lib/BUILD.gn
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2014 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("//build/config/ui.gni")
-
-source_set("run_unittests") {
- testonly = true
- sources = [
- "view_manager_test_suite.cc",
- "view_manager_test_suite.h",
- "view_manager_unittests.cc",
- ]
-
- deps = [
- "//base",
- "//base/test:test_support",
- ]
-
- if (use_x11) {
- deps += [ "//ui/gfx/x" ]
- }
-}
« no previous file with comments | « mojo/services/view_manager/public/cpp/DEPS ('k') | mojo/services/view_manager/public/cpp/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698