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

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

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS 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 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '../../components/components.gyp:undo_component', 112 '../../components/components.gyp:undo_component',
113 '../../components/components.gyp:update_client', 113 '../../components/components.gyp:update_client',
114 '../../components/components.gyp:upload_list', 114 '../../components/components.gyp:upload_list',
115 '../../components/components.gyp:user_prefs', 115 '../../components/components.gyp:user_prefs',
116 '../../components/components.gyp:variations', 116 '../../components/components.gyp:variations',
117 '../../components/components.gyp:variations_service', 117 '../../components/components.gyp:variations_service',
118 '../../components/components.gyp:version_info', 118 '../../components/components.gyp:version_info',
119 '../../components/components.gyp:version_ui', 119 '../../components/components.gyp:version_ui',
120 '../../components/components.gyp:web_resource', 120 '../../components/components.gyp:web_resource',
121 '../../components/components.gyp:webdata_services', 121 '../../components/components.gyp:webdata_services',
122 '../../components/components.gyp:webp_transcode',
123 '../../components/components_resources.gyp:components_resources', 122 '../../components/components_resources.gyp:components_resources',
124 '../../components/components_strings.gyp:components_strings', 123 '../../components/components_strings.gyp:components_strings',
125 '../../components/prefs/prefs.gyp:prefs', 124 '../../components/prefs/prefs.gyp:prefs',
126 '../../components/url_formatter/url_formatter.gyp:url_formatter', 125 '../../components/url_formatter/url_formatter.gyp:url_formatter',
127 '../../google_apis/google_apis.gyp:google_apis', 126 '../../google_apis/google_apis.gyp:google_apis',
128 '../../net/net.gyp:net', 127 '../../net/net.gyp:net',
129 '../../net/net.gyp:net_extras', 128 '../../net/net.gyp:net_extras',
130 '../../services/shell/shell_public.gyp:shell_public', 129 '../../services/shell/shell_public.gyp:shell_public',
131 '../../skia/skia.gyp:skia', 130 '../../skia/skia.gyp:skia',
132 '../../sync/sync.gyp:sync', 131 '../../sync/sync.gyp:sync',
133 '../../third_party/brotli/brotli.gyp:brotli', 132 '../../third_party/brotli/brotli.gyp:brotli',
134 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac', 133 '../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:goo gle_toolbox_for_mac',
134 '../../third_party/libwebp/libwebp.gyp:libwebp_dec',
135 '../../ui/base/ui_base.gyp:ui_base', 135 '../../ui/base/ui_base.gyp:ui_base',
136 '../../ui/gfx/gfx.gyp:gfx', 136 '../../ui/gfx/gfx.gyp:gfx',
137 '../../url/url.gyp:url_lib', 137 '../../url/url.gyp:url_lib',
138 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 138 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
139 '../web/ios_web.gyp:ios_web', 139 '../web/ios_web.gyp:ios_web',
140 'injected_js', 140 'injected_js',
141 'ios_chrome_browser_about_flags', 141 'ios_chrome_browser_about_flags',
142 'ios_chrome_common', 142 'ios_chrome_common',
143 'ios_chrome_resources.gyp:ios_chrome_resources', 143 'ios_chrome_resources.gyp:ios_chrome_resources',
144 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory', 144 'ios_chrome_resources.gyp:ios_chrome_ui_string_overrider_factory',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'browser/updatable_config/updatable_dictionary.h', 700 'browser/updatable_config/updatable_dictionary.h',
701 'browser/updatable_config/updatable_dictionary.mm', 701 'browser/updatable_config/updatable_dictionary.mm',
702 'browser/update_client/ios_chrome_update_query_params_delegate.cc', 702 'browser/update_client/ios_chrome_update_query_params_delegate.cc',
703 'browser/update_client/ios_chrome_update_query_params_delegate.h', 703 'browser/update_client/ios_chrome_update_query_params_delegate.h',
704 'browser/variations/ios_chrome_variations_service_client.cc', 704 'browser/variations/ios_chrome_variations_service_client.cc',
705 'browser/variations/ios_chrome_variations_service_client.h', 705 'browser/variations/ios_chrome_variations_service_client.h',
706 'browser/web/dom_altering_lock.h', 706 'browser/web/dom_altering_lock.h',
707 'browser/web/dom_altering_lock.mm', 707 'browser/web/dom_altering_lock.mm',
708 'browser/web/resubmit_data_controller.h', 708 'browser/web/resubmit_data_controller.h',
709 'browser/web/resubmit_data_controller.mm', 709 'browser/web/resubmit_data_controller.mm',
710 'browser/webp_transcode/webp_decoder.h',
711 'browser/webp_transcode/webp_decoder.mm',
710 'browser/web_data_service_factory.cc', 712 'browser/web_data_service_factory.cc',
711 'browser/web_data_service_factory.h', 713 'browser/web_data_service_factory.h',
712 'browser/web_resource/web_resource_util.cc', 714 'browser/web_resource/web_resource_util.cc',
713 'browser/web_resource/web_resource_util.h', 715 'browser/web_resource/web_resource_util.h',
714 'browser/xcallback_parameters.h', 716 'browser/xcallback_parameters.h',
715 'browser/xcallback_parameters.mm', 717 'browser/xcallback_parameters.mm',
716 ], 718 ],
717 'conditions': [ 719 'conditions': [
718 ['enable_rlz==1', { 720 ['enable_rlz==1', {
719 'dependencies': [ 721 'dependencies': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../../components/components.gyp:omnibox_browser', 887 '../../components/components.gyp:omnibox_browser',
886 '../../components/components.gyp:rlz', 888 '../../components/components.gyp:rlz',
887 '../../components/components.gyp:search_engines', 889 '../../components/components.gyp:search_engines',
888 '../../rlz/rlz.gyp:rlz_lib', 890 '../../rlz/rlz.gyp:rlz_lib',
889 ], 891 ],
890 }, 892 },
891 ], 893 ],
892 }], 894 }],
893 ], 895 ],
894 } 896 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698