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

Side by Side Diff: ui/file_manager/BUILD.gn

Issue 607413005: Add ui/file_manager/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni")
6
7 grit("resources") {
8 source = "file_manager_resources.grd"
9 outputs = [
10 "grit/file_manager_resources.h",
11 "grit/file_manager_resources_map.cc",
12 "grit/file_manager_resources_map.h",
13 "file_manager_resources.pak",
14 "file_manager_resources.rc",
15 ]
16 }
17
18 component("file_manager") {
19 sources = [
20 "file_manager_export.h",
21 "file_manager_resource_util.cc",
22 "file_manager_resource_util.h",
23 ]
24 deps = [
25 "//base",
26 ":resources"
27 ]
28 defines = [ "FILE_MANAGER_IMPLEMENTATION" ]
29 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698