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

Side by Side Diff: ios/web/app/BUILD.gn

Issue 1443073002: Add gn implementation of //ios/web/shell:ios_web_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@translate
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
« no previous file with comments | « BUILD.gn ('k') | ios/web/ios_web.gyp » ('j') | 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 2015 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 source_set("app") {
6 visibility = [ "//ios/web/public/app" ]
7
8 sources = [
9 "web_main.mm",
10 "web_main_loop.h",
11 "web_main_loop.mm",
12 "web_main_runner.h",
13 "web_main_runner.mm",
14 ]
15
16 deps = [
17 "//base",
18 "//base:i18n",
19 "//crypto",
20 "//ios/web",
21 "//net",
22 "//ui/base",
23 "//ui/gfx",
24 "//ui/gfx/geometry",
25 ]
26
27 libs = [
28 "Foundation.framework",
29 "UIKit.framework",
30 ]
31 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698