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

Side by Side Diff: components/BUILD.gn

Issue 2663213002: Create the IOSImageDataFetcherWrapper (Closed)
Patch Set: Address comments Created 3 years, 10 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
« no previous file with comments | « no previous file | components/image_fetcher/ios/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//components/web_resource:unit_tests", 155 "//components/web_resource:unit_tests",
156 "//components/webdata/common:unit_tests", 156 "//components/webdata/common:unit_tests",
157 ] 157 ]
158 158
159 if (enable_nacl) { 159 if (enable_nacl) {
160 deps += [ "//components/nacl/browser:unit_tests" ] 160 deps += [ "//components/nacl/browser:unit_tests" ]
161 } 161 }
162 162
163 if (is_ios) { 163 if (is_ios) {
164 deps += [ 164 deps += [
165 "//components/image_fetcher/ios:unit_tests",
165 "//components/reading_list/ios:unit_tests", 166 "//components/reading_list/ios:unit_tests",
166 "//components/signin/ios/browser:unit_tests", 167 "//components/signin/ios/browser:unit_tests",
167 "//components/translate/ios/browser:unit_tests", 168 "//components/translate/ios/browser:unit_tests",
168 ] 169 ]
169 } else { # !iOS 170 } else { # !iOS
170 deps += [ 171 deps += [
171 "//components/autofill/content/browser:unit_tests", 172 "//components/autofill/content/browser:unit_tests",
172 "//components/autofill/content/common:unit_tests", 173 "//components/autofill/content/common:unit_tests",
173 "//components/autofill/content/renderer:unit_tests", 174 "//components/autofill/content/renderer:unit_tests",
174 "//components/cast_certificate:unit_tests", 175 "//components/cast_certificate:unit_tests",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 "//testing/perf", 501 "//testing/perf",
501 "//url", 502 "//url",
502 ] 503 ]
503 504
504 if (!is_ios) { 505 if (!is_ios) {
505 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 506 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
506 deps += [ "//components/discardable_memory/common" ] 507 deps += [ "//components/discardable_memory/common" ]
507 } 508 }
508 } 509 }
509 } 510 }
OLDNEW
« no previous file with comments | « no previous file | components/image_fetcher/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698