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

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

Issue 2324793002: Support WebP images in the IOSImageDecoderImpl (Closed)
Patch Set: Created 4 years, 3 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/features.gni") 5 import("//build/config/features.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "net/metrics_network_client.mm", 272 "net/metrics_network_client.mm",
273 "net/metrics_network_client_manager.h", 273 "net/metrics_network_client_manager.h",
274 "net/metrics_network_client_manager.mm", 274 "net/metrics_network_client_manager.mm",
275 "net/net_types.h", 275 "net/net_types.h",
276 "net/proxy_service_factory.cc", 276 "net/proxy_service_factory.cc",
277 "net/proxy_service_factory.h", 277 "net/proxy_service_factory.h",
278 "net/retryable_url_fetcher.h", 278 "net/retryable_url_fetcher.h",
279 "net/retryable_url_fetcher.mm", 279 "net/retryable_url_fetcher.mm",
280 "notification_promo.cc", 280 "notification_promo.cc",
281 "notification_promo.h", 281 "notification_promo.h",
282 "ntp_snippets/ios_chrome_content_suggestions_service_factory.cc",
283 "ntp_snippets/ios_chrome_content_suggestions_service_factory.h", 282 "ntp_snippets/ios_chrome_content_suggestions_service_factory.h",
283 "ntp_snippets/ios_chrome_content_suggestions_service_factory.mm",
284 "open_from_clipboard/create_clipboard_recent_content.h", 284 "open_from_clipboard/create_clipboard_recent_content.h",
285 "open_from_clipboard/create_clipboard_recent_content.mm", 285 "open_from_clipboard/create_clipboard_recent_content.mm",
286 "passwords/credential_manager.h", 286 "passwords/credential_manager.h",
287 "passwords/credential_manager.mm", 287 "passwords/credential_manager.mm",
288 "passwords/ios_chrome_password_manager_client.h", 288 "passwords/ios_chrome_password_manager_client.h",
289 "passwords/ios_chrome_password_manager_client.mm", 289 "passwords/ios_chrome_password_manager_client.mm",
290 "passwords/ios_chrome_password_manager_driver.h", 290 "passwords/ios_chrome_password_manager_driver.h",
291 "passwords/ios_chrome_password_manager_driver.mm", 291 "passwords/ios_chrome_password_manager_driver.mm",
292 "passwords/ios_chrome_password_manager_infobar_delegate.h", 292 "passwords/ios_chrome_password_manager_infobar_delegate.h",
293 "passwords/ios_chrome_password_manager_infobar_delegate.mm", 293 "passwords/ios_chrome_password_manager_infobar_delegate.mm",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 "//ios/public/provider/chrome/browser", 848 "//ios/public/provider/chrome/browser",
849 "//ios/public/provider/chrome/browser:test_support", 849 "//ios/public/provider/chrome/browser:test_support",
850 "//ios/web", 850 "//ios/web",
851 "//net:test_support", 851 "//net:test_support",
852 "//testing/gmock", 852 "//testing/gmock",
853 "//testing/gtest", 853 "//testing/gtest",
854 "//ui/base", 854 "//ui/base",
855 "//url", 855 "//url",
856 ] 856 ]
857 } 857 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698