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

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

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Fix includes. 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("steps") { 5 source_set("steps") {
6 sources = [ 6 sources = [
7 "launch_to_background.h", 7 "launch_to_background.h",
8 "launch_to_background.mm", 8 "launch_to_background.mm",
9 "launch_to_basic.h", 9 "launch_to_basic.h",
10 "launch_to_basic.mm", 10 "launch_to_basic.mm",
11 "launch_to_foreground.h", 11 "launch_to_foreground.h",
12 "launch_to_foreground.mm", 12 "launch_to_foreground.mm",
13 "tab_grid_coordinator+application_step.h", 13 "tab_grid_coordinator+application_step.h",
14 "tab_grid_coordinator+application_step.mm", 14 "tab_grid_coordinator+application_step.mm",
15 ] 15 ]
16 16
17 configs += [ "//build/config/compiler:enable_arc" ] 17 configs += [ "//build/config/compiler:enable_arc" ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//components/content_settings/core/browser", 21 "//components/content_settings/core/browser",
22 "//ios/chrome/app:app_internal", 22 "//ios/chrome/app:app_internal",
23 "//ios/chrome/app:application_state_clean_skeleton",
24 "//ios/chrome/app/startup", 23 "//ios/chrome/app/startup",
25 "//ios/chrome/browser", 24 "//ios/chrome/browser",
26 "//ios/chrome/browser:browser_clean_skeleton",
27 "//ios/chrome/browser:browser_internal", 25 "//ios/chrome/browser:browser_internal",
28 "//ios/chrome/browser/browser_state", 26 "//ios/chrome/browser/browser_state",
29 "//ios/chrome/browser/browser_state:browser_state_impl", 27 "//ios/chrome/browser/browser_state:browser_state_impl",
30 "//ios/chrome/browser/content_settings", 28 "//ios/chrome/browser/content_settings",
31 "//ios/chrome/browser/ui/tab_grid",
32 "//ios/chrome/browser/web:web_internal", 29 "//ios/chrome/browser/web:web_internal",
30 "//ios/clean/chrome/app:application_state_clean_skeleton",
31 "//ios/clean/chrome/browser:browser_clean_skeleton",
sdefresne 2017/01/09 09:45:04 If you remove _clean_skeleton suffix from those ta
marq (ping after 24h) 2017/01/09 17:38:07 Acknowledged.
32 "//ios/clean/chrome/browser/ui/tab_grid",
33 "//ios/net", 33 "//ios/net",
34 "//ios/web:web_arc", 34 "//ios/web:web_arc",
35 ] 35 ]
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698