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

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

Issue 2111573002: Add ios_image_decoder_impl.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in ios_chrome.gyp Created 4 years, 5 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "snapshots/snapshot_overlay.h", 399 "snapshots/snapshot_overlay.h",
400 "snapshots/snapshot_overlay.mm", 400 "snapshots/snapshot_overlay.mm",
401 "snapshots/snapshots_util.h", 401 "snapshots/snapshots_util.h",
402 "snapshots/snapshots_util.mm", 402 "snapshots/snapshots_util.mm",
403 "ssl/ios_chrome_security_state_model_client.h", 403 "ssl/ios_chrome_security_state_model_client.h",
404 "ssl/ios_chrome_security_state_model_client.mm", 404 "ssl/ios_chrome_security_state_model_client.mm",
405 "ssl/ios_ssl_blocking_page.h", 405 "ssl/ios_ssl_blocking_page.h",
406 "ssl/ios_ssl_blocking_page.mm", 406 "ssl/ios_ssl_blocking_page.mm",
407 "suggestions/image_fetcher_impl.h", 407 "suggestions/image_fetcher_impl.h",
408 "suggestions/image_fetcher_impl.mm", 408 "suggestions/image_fetcher_impl.mm",
409 "suggestions/ios_image_decoder_impl.h",
410 "suggestions/ios_image_decoder_impl.mm",
409 "suggestions/suggestions_service_factory.h", 411 "suggestions/suggestions_service_factory.h",
410 "suggestions/suggestions_service_factory.mm", 412 "suggestions/suggestions_service_factory.mm",
411 "sync/glue/sync_start_util.cc", 413 "sync/glue/sync_start_util.cc",
412 "sync/glue/sync_start_util.h", 414 "sync/glue/sync_start_util.h",
413 "sync/ios_chrome_profile_sync_service_factory.cc", 415 "sync/ios_chrome_profile_sync_service_factory.cc",
414 "sync/ios_chrome_profile_sync_service_factory.h", 416 "sync/ios_chrome_profile_sync_service_factory.h",
415 "sync/ios_chrome_sync_client.h", 417 "sync/ios_chrome_sync_client.h",
416 "sync/ios_chrome_sync_client.mm", 418 "sync/ios_chrome_sync_client.mm",
417 "sync/ios_chrome_synced_tab_delegate.h", 419 "sync/ios_chrome_synced_tab_delegate.h",
418 "sync/ios_chrome_synced_tab_delegate.mm", 420 "sync/ios_chrome_synced_tab_delegate.mm",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "//ios/public/provider/chrome/browser:test_support", 804 "//ios/public/provider/chrome/browser:test_support",
803 "//ios/web", 805 "//ios/web",
804 "//net:test_support", 806 "//net:test_support",
805 "//sync", 807 "//sync",
806 "//testing/gmock", 808 "//testing/gmock",
807 "//testing/gtest", 809 "//testing/gtest",
808 "//ui/base", 810 "//ui/base",
809 "//url", 811 "//url",
810 ] 812 ]
811 } 813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698