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

Unified Diff: components/font_service/public/cpp/BUILD.gn

Issue 1276163002: Revert of Sandbox html_viewer on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « components/font_service/main.cc ('k') | components/font_service/public/cpp/font_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/public/cpp/BUILD.gn
diff --git a/components/font_service/public/cpp/BUILD.gn b/components/font_service/public/cpp/BUILD.gn
deleted file mode 100644
index 38758b587bc0c419f3b3a7177c1dd74f0d7af9ba..0000000000000000000000000000000000000000
--- a/components/font_service/public/cpp/BUILD.gn
+++ /dev/null
@@ -1,26 +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.
-
-source_set("cpp") {
- sources = [
- "font_loader.cc",
- "font_loader.h",
- "font_service_thread.cc",
- "font_service_thread.h",
- "mapped_font_file.cc",
- "mapped_font_file.h",
- ]
-
- deps = [
- "../interfaces",
- "//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
- "//mojo/common",
- "//mojo/platform_handle",
- "//skia",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
- ]
-}
« no previous file with comments | « components/font_service/main.cc ('k') | components/font_service/public/cpp/font_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698