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

Side by Side Diff: ios/chrome/browser/snapshots/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/browser/signin/BUILD.gn ('k') | ios/chrome/browser/tabs/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
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 23 matching lines...) Expand all
34 ] 34 ]
35 deps = [ 35 deps = [
36 ":snapshots", 36 ":snapshots",
37 "//base", 37 "//base",
38 "//ios/chrome/browser/ui", 38 "//ios/chrome/browser/ui",
39 "//ios/web", 39 "//ios/web",
40 "//ios/web:test_support", 40 "//ios/web:test_support",
41 "//testing/gtest", 41 "//testing/gtest",
42 ] 42 ]
43 } 43 }
44
45 source_set("snapshots_internal") {
46 sources = [
47 "snapshot_overlay_provider.h",
48 "web_controller_snapshot_helper.h",
49 "web_controller_snapshot_helper.mm",
50 ]
51 deps = [
52 "//base",
53 "//ios/chrome/browser/snapshots",
54 "//ios/chrome/browser/tabs",
55 "//ios/chrome/browser/ui",
56 "//ios/web",
57 ]
58 libs = [ "UIKit.framework" ]
59 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/tabs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698