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

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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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 | « ios/chrome/app/startup/BUILD.gn ('k') | ios/chrome/browser/BUILD.gn » ('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 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 source_set("steps") {
6 sources = [
7 "launch_to_background.h",
8 "launch_to_background.mm",
9 "launch_to_basic.h",
10 "launch_to_basic.mm",
11 "launch_to_foreground.h",
12 "launch_to_foreground.mm",
13 "tab_grid_coordinator+application_step.h",
14 "tab_grid_coordinator+application_step.mm",
15 ]
16
17 configs += [ "//build/config/compiler:enable_arc" ]
18
19 deps = [
20 "//base",
21 "//components/content_settings/core/browser",
22 "//ios/chrome/app:app_internal",
23 "//ios/chrome/app:application_state_clean_skeleton",
24 "//ios/chrome/app/startup",
25 "//ios/chrome/browser",
26 "//ios/chrome/browser:browser_clean_skeleton",
27 "//ios/chrome/browser:browser_internal",
28 "//ios/chrome/browser/browser_state",
29 "//ios/chrome/browser/browser_state:browser_state_impl",
30 "//ios/chrome/browser/content_settings",
31 "//ios/chrome/browser/ui/tab_grid",
32 "//ios/chrome/browser/web:web_internal",
33 "//ios/net",
34 "//ios/web:web_arc",
35 ]
36 }
OLDNEW
« no previous file with comments | « ios/chrome/app/startup/BUILD.gn ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698