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

Unified Diff: blimp/client/public/resources/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/public/resources/BUILD.gn
diff --git a/blimp/client/public/resources/BUILD.gn b/blimp/client/public/resources/BUILD.gn
deleted file mode 100644
index 584bdbe537668563194f4d2e593625f2ba390e42..0000000000000000000000000000000000000000
--- a/blimp/client/public/resources/BUILD.gn
+++ /dev/null
@@ -1,23 +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.
-
-# Strings for the embedder, we build different resource sets based on |enable_blimp_client| build
-# flag in //blimp/client/core/resources:strings.
-group("resources") {
- visibility = [ "//chrome/*" ]
-
- public_deps = [
- "//blimp/client/core/resources:strings",
- ]
-}
-
-# Strings for //blimp/client/app, this target directly builds core strings data and does not check
-# the |enable_blimp_client| build flag.
-group("shell_strings") {
- visibility = [ "//blimp/client/app/*" ]
-
- public_deps = [
- "//blimp/client/core/resources:string_data",
- ]
-}
« no previous file with comments | « blimp/client/public/contents/blimp_navigation_controller.h ('k') | blimp/client/public/resources/blimp_strings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698