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

Side by Side Diff: ios/chrome/ios_chrome.gyp

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
« no previous file with comments | « ios/chrome/browser/suggestions/ios_image_decoder_impl.mm ('k') | no next file » | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'browser/snapshots/snapshot_overlay.h', 536 'browser/snapshots/snapshot_overlay.h',
537 'browser/snapshots/snapshot_overlay.mm', 537 'browser/snapshots/snapshot_overlay.mm',
538 'browser/snapshots/snapshots_util.h', 538 'browser/snapshots/snapshots_util.h',
539 'browser/snapshots/snapshots_util.mm', 539 'browser/snapshots/snapshots_util.mm',
540 'browser/ssl/ios_chrome_security_state_model_client.h', 540 'browser/ssl/ios_chrome_security_state_model_client.h',
541 'browser/ssl/ios_chrome_security_state_model_client.mm', 541 'browser/ssl/ios_chrome_security_state_model_client.mm',
542 'browser/ssl/ios_ssl_blocking_page.h', 542 'browser/ssl/ios_ssl_blocking_page.h',
543 'browser/ssl/ios_ssl_blocking_page.mm', 543 'browser/ssl/ios_ssl_blocking_page.mm',
544 'browser/suggestions/image_fetcher_impl.h', 544 'browser/suggestions/image_fetcher_impl.h',
545 'browser/suggestions/image_fetcher_impl.mm', 545 'browser/suggestions/image_fetcher_impl.mm',
546 'browser/suggestions/ios_image_decoder_impl.h',
547 'browser/suggestions/ios_image_decoder_impl.mm',
546 'browser/suggestions/suggestions_service_factory.h', 548 'browser/suggestions/suggestions_service_factory.h',
547 'browser/suggestions/suggestions_service_factory.mm', 549 'browser/suggestions/suggestions_service_factory.mm',
548 'browser/sync/glue/sync_start_util.cc', 550 'browser/sync/glue/sync_start_util.cc',
549 'browser/sync/glue/sync_start_util.h', 551 'browser/sync/glue/sync_start_util.h',
550 'browser/sync/ios_chrome_profile_sync_service_factory.cc', 552 'browser/sync/ios_chrome_profile_sync_service_factory.cc',
551 'browser/sync/ios_chrome_profile_sync_service_factory.h', 553 'browser/sync/ios_chrome_profile_sync_service_factory.h',
552 'browser/sync/ios_chrome_sync_client.h', 554 'browser/sync/ios_chrome_sync_client.h',
553 'browser/sync/ios_chrome_sync_client.mm', 555 'browser/sync/ios_chrome_sync_client.mm',
554 'browser/sync/ios_chrome_synced_tab_delegate.h', 556 'browser/sync/ios_chrome_synced_tab_delegate.h',
555 'browser/sync/ios_chrome_synced_tab_delegate.mm', 557 'browser/sync/ios_chrome_synced_tab_delegate.mm',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 '../../components/components.gyp:omnibox_browser', 871 '../../components/components.gyp:omnibox_browser',
870 '../../components/components.gyp:rlz', 872 '../../components/components.gyp:rlz',
871 '../../components/components.gyp:search_engines', 873 '../../components/components.gyp:search_engines',
872 '../../rlz/rlz.gyp:rlz_lib', 874 '../../rlz/rlz.gyp:rlz_lib',
873 ], 875 ],
874 }, 876 },
875 ], 877 ],
876 }], 878 }],
877 ], 879 ],
878 } 880 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/suggestions/ios_image_decoder_impl.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698