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

Side by Side Diff: blimp/client/public/resources/BUILD.gn

Issue 2431653004: Setup Blimp internal string resources. (Closed)
Patch Set: Removed unused entry in public/DEPS Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Resources for the embedder, we build different resource sets based on |enable_ blimp_client| build
6 # flag in //blimp/client/core/resources.
7 group("resources") {
8 visibility = [ "//chrome/*" ]
David Trainor- moved to gerrit 2016/10/26 00:43:18 Should we just remove the visibility if it's meant
xingliu 2016/10/26 21:14:42 Actually this target is only for chrome, because i
David Trainor- moved to gerrit 2016/10/28 04:20:08 Why is it only for chrome? We have to set enable_
xingliu 2016/10/28 22:50:31 Yes, but for blimp_shell it's directly depend on c
9
10 public_deps = [
11 "//blimp/client/core/resources:strings",
12 ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698