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

Side by Side Diff: ios/chrome/app/theme/BUILD.gn

Issue 1452593002: Add support for building "ios_chrome_unittests" with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_gfx
Patch Set: Created 5 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 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("theme") {
8 source = "ios_theme_resources.grd"
9 output_dir = "$root_gen_dir/ios/chrome"
10 outputs = [
11 "grit/ios_theme_resources.h",
12 "grit/ios_theme_resources_map.cc",
13 "grit/ios_theme_resources_map.h",
14 "ios_theme_resources_100_percent.pak",
15 "ios_theme_resources_200_percent.pak",
16 "ios_theme_resources_300_percent.pak",
17 ]
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698