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

Side by Side Diff: ios/chrome/browser/snapshots/BUILD.gn

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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
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("snapshots") { 5 source_set("snapshots") {
6 sources = [ 6 sources = [
7 "lru_cache.h", 7 "lru_cache.h",
8 "lru_cache.mm", 8 "lru_cache.mm",
9 "snapshot_cache.h", 9 "snapshot_cache.h",
10 "snapshot_cache.mm", 10 "snapshot_cache.mm",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ] 42 ]
43 } 43 }
44 44
45 source_set("snapshots_internal") { 45 source_set("snapshots_internal") {
46 sources = [ 46 sources = [
47 "snapshot_overlay_provider.h", 47 "snapshot_overlay_provider.h",
48 "web_controller_snapshot_helper.h", 48 "web_controller_snapshot_helper.h",
49 "web_controller_snapshot_helper.mm", 49 "web_controller_snapshot_helper.mm",
50 ] 50 ]
51 deps = [ 51 deps = [
52 ":snapshots",
52 "//base", 53 "//base",
53 "//ios/chrome/browser/snapshots",
54 "//ios/chrome/browser/tabs", 54 "//ios/chrome/browser/tabs",
55 "//ios/chrome/browser/ui", 55 "//ios/chrome/browser/ui",
56 "//ios/web", 56 "//ios/web",
57 ] 57 ]
58 libs = [ "UIKit.framework" ] 58 libs = [ "UIKit.framework" ]
59 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698