OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
11 # These variables are so the file lists can be shared with the GN build. | 11 # These variables are so the file lists can be shared with the GN build. |
12 # There are two sections of sources: | 12 # There are two sections of sources: |
13 # * "Platform"-based sources (OS, toolkit, etc.) | 13 # * "Platform"-based sources (OS, toolkit, etc.) |
14 # * Feature/directory-based sources (e.g., history, printing) | 14 # * Feature/directory-based sources (e.g., history, printing) |
15 | 15 |
16 ### Platform-based sources ### | 16 ### Platform-based sources ### |
17 | 17 |
18 # The set of sources used on all platforms but iOS that aren't listed in | 18 # The set of sources used on all platforms but iOS that aren't listed in |
19 # more specific variables below. | 19 # more specific variables below. |
20 'chrome_browser_non_ios_sources': [ | 20 'chrome_browser_non_ios_sources': [ |
21 'browser/about_flags.cc', | 21 'browser/about_flags.cc', |
22 'browser/about_flags.h', | 22 'browser/about_flags.h', |
23 'browser/after_startup_task_utils.cc', | 23 'browser/after_startup_task_utils.cc', |
24 'browser/after_startup_task_utils.h', | 24 'browser/after_startup_task_utils.h', |
25 'browser/after_startup_task_utils_android.cc', | 25 'browser/after_startup_task_utils_android.cc', |
26 'browser/after_startup_task_utils_android.h', | 26 'browser/after_startup_task_utils_android.h', |
27 'browser/android/accessibility/font_size_prefs_android.cc', | |
28 'browser/android/accessibility/font_size_prefs_android.h', | |
29 'browser/android/accessibility_util.cc', | |
30 'browser/android/accessibility_util.h', | |
31 'browser/android/activity_type_ids.cc', | |
32 'browser/android/activity_type_ids.h', | |
33 'browser/android/android_theme_resources.h', | |
34 'browser/android/appmenu/app_menu_drag_helper.cc', | |
35 'browser/android/appmenu/app_menu_drag_helper.h', | |
36 'browser/android/banners/app_banner_data_fetcher_android.cc', | |
37 'browser/android/banners/app_banner_data_fetcher_android.h', | |
38 'browser/android/banners/app_banner_infobar_delegate_android.cc', | |
39 'browser/android/banners/app_banner_infobar_delegate_android.h', | |
40 'browser/android/banners/app_banner_manager_android.cc', | |
41 'browser/android/banners/app_banner_manager_android.h', | |
42 'browser/android/bookmarks/bookmarks_bridge.cc', | |
43 'browser/android/bookmarks/bookmarks_bridge.h', | |
44 'browser/android/bookmarks/edit_bookmark_helper.cc', | |
45 'browser/android/bookmarks/edit_bookmark_helper.h', | |
46 'browser/android/bookmarks/partner_bookmarks_reader.cc', | |
47 'browser/android/bookmarks/partner_bookmarks_reader.h', | |
48 'browser/android/bookmarks/partner_bookmarks_shim.cc', | |
49 'browser/android/bookmarks/partner_bookmarks_shim.h', | |
50 'browser/android/bottombar/overlay_panel_content.cc', | |
51 'browser/android/bottombar/overlay_panel_content.h', | |
52 'browser/android/chrome_application.cc', | |
53 'browser/android/chrome_application.h', | |
54 'browser/android/chrome_jni_registrar.cc', | |
55 'browser/android/chrome_jni_registrar.h', | |
56 'browser/android/chrome_media_client_android.cc', | |
57 'browser/android/chrome_media_client_android.h', | |
58 'browser/android/chrome_startup_flags.cc', | |
59 'browser/android/chrome_startup_flags.h', | |
60 'browser/android/compositor/compositor_view.cc', | |
61 'browser/android/compositor/compositor_view.h', | |
62 'browser/android/compositor/decoration_title.cc', | |
63 'browser/android/compositor/decoration_title.h', | |
64 'browser/android/compositor/layer/content_layer.cc', | |
65 'browser/android/compositor/layer/content_layer.h', | |
66 'browser/android/compositor/layer/contextual_search_layer.cc', | |
67 'browser/android/compositor/layer/contextual_search_layer.h', | |
68 'browser/android/compositor/layer/crushed_sprite_layer.cc', | |
69 'browser/android/compositor/layer/crushed_sprite_layer.h', | |
70 'browser/android/compositor/layer/layer.h', | |
71 'browser/android/compositor/layer/tab_handle_layer.cc', | |
72 'browser/android/compositor/layer/tab_handle_layer.h', | |
73 'browser/android/compositor/layer/tab_layer.cc', | |
74 'browser/android/compositor/layer/tab_layer.h', | |
75 'browser/android/compositor/layer/thumbnail_layer.cc', | |
76 'browser/android/compositor/layer/thumbnail_layer.h', | |
77 'browser/android/compositor/layer/toolbar_layer.cc', | |
78 'browser/android/compositor/layer/toolbar_layer.h', | |
79 'browser/android/compositor/layer_title_cache.cc', | |
80 'browser/android/compositor/layer_title_cache.h', | |
81 'browser/android/compositor/scene_layer/contextual_search_scene_layer.cc', | |
82 'browser/android/compositor/scene_layer/contextual_search_scene_layer.h', | |
83 'browser/android/compositor/scene_layer/scene_layer.cc', | |
84 'browser/android/compositor/scene_layer/scene_layer.h', | |
85 'browser/android/compositor/scene_layer/static_tab_scene_layer.cc', | |
86 'browser/android/compositor/scene_layer/static_tab_scene_layer.h', | |
87 'browser/android/compositor/scene_layer/tab_list_scene_layer.cc', | |
88 'browser/android/compositor/scene_layer/tab_list_scene_layer.h', | |
89 'browser/android/compositor/scene_layer/tab_strip_scene_layer.cc', | |
90 'browser/android/compositor/scene_layer/tab_strip_scene_layer.h', | |
91 'browser/android/compositor/tab_content_manager.cc', | |
92 'browser/android/compositor/tab_content_manager.h', | |
93 'browser/android/contextualsearch/contextual_search_context.cc', | |
94 'browser/android/contextualsearch/contextual_search_context.h', | |
95 'browser/android/contextualsearch/contextual_search_delegate.cc', | |
96 'browser/android/contextualsearch/contextual_search_delegate.h', | |
97 'browser/android/contextualsearch/contextual_search_manager.cc', | |
98 'browser/android/contextualsearch/contextual_search_manager.h', | |
99 'browser/android/contextualsearch/contextual_search_tab_helper.cc', | |
100 'browser/android/contextualsearch/contextual_search_tab_helper.h', | |
101 'browser/android/contextualsearch/resolved_search_term.cc', | |
102 'browser/android/contextualsearch/resolved_search_term.h', | |
103 'browser/android/cookies/cookies_fetcher.cc', | |
104 'browser/android/cookies/cookies_fetcher.h', | |
105 'browser/android/data_usage/data_use_tab_model.cc', | |
106 'browser/android/data_usage/data_use_tab_model.h', | |
107 'browser/android/data_usage/data_use_tab_helper.cc', | |
108 'browser/android/data_usage/data_use_tab_helper.h', | |
109 'browser/android/data_usage/data_use_ui_tab_model.cc', | |
110 'browser/android/data_usage/data_use_ui_tab_model.h', | |
111 'browser/android/data_usage/data_use_ui_tab_model_factory.cc', | |
112 'browser/android/data_usage/data_use_ui_tab_model_factory.h', | |
113 'browser/android/data_usage/external_data_use_observer.cc', | |
114 'browser/android/data_usage/external_data_use_observer.h', | |
115 'browser/android/data_usage/tab_data_use_entry.cc', | |
116 'browser/android/data_usage/tab_data_use_entry.h', | |
117 'browser/android/dev_tools_discovery_provider_android.cc', | |
118 'browser/android/dev_tools_discovery_provider_android.h', | |
119 'browser/android/dev_tools_server.cc', | |
120 'browser/android/dev_tools_server.h', | |
121 'browser/android/document/document_web_contents_delegate.cc', | |
122 'browser/android/dom_distiller/distiller_ui_handle_android.cc', | |
123 'browser/android/dom_distiller/distiller_ui_handle_android.h', | |
124 'browser/android/download/android_download_manager_overwrite_infobar_deleg ate.cc', | |
125 'browser/android/download/android_download_manager_overwrite_infobar_deleg ate.h', | |
126 'browser/android/download/chrome_download_delegate.cc', | |
127 'browser/android/download/chrome_download_delegate.h', | |
128 'browser/android/download/chrome_download_manager_overwrite_infobar_delega te.cc', | |
129 'browser/android/download/chrome_download_manager_overwrite_infobar_delega te.h', | |
130 'browser/android/download/download_overwrite_infobar_delegate.cc', | |
131 'browser/android/download/download_overwrite_infobar_delegate.h', | |
132 'browser/android/download/mock_download_controller_android.cc', | |
133 'browser/android/download/mock_download_controller_android.h', | |
134 'browser/android/favicon_helper.cc', | |
135 'browser/android/favicon_helper.h', | |
136 'browser/android/feature_utilities.cc', | |
137 'browser/android/feature_utilities.h', | |
138 'browser/android/feedback/connectivity_checker.cc', | |
139 'browser/android/feedback/connectivity_checker.h', | |
140 'browser/android/feedback/screenshot_task.cc', | |
141 'browser/android/feedback/screenshot_task.h', | |
142 'browser/android/find_in_page/find_in_page_bridge.cc', | |
143 'browser/android/find_in_page/find_in_page_bridge.h', | |
144 'browser/android/foreign_session_helper.cc', | |
145 'browser/android/foreign_session_helper.h', | |
146 'browser/android/fullscreen/fullscreen_infobar_delegate.cc', | |
147 'browser/android/fullscreen/fullscreen_infobar_delegate.h', | |
148 'browser/android/history_report/data_observer.cc', | |
149 'browser/android/history_report/data_observer.h', | |
150 'browser/android/history_report/data_provider.cc', | |
151 'browser/android/history_report/data_provider.h', | |
152 'browser/android/history_report/delta_file_backend_leveldb.cc', | |
153 'browser/android/history_report/delta_file_backend_leveldb.h', | |
154 'browser/android/history_report/delta_file_commons.cc', | |
155 'browser/android/history_report/delta_file_commons.h', | |
156 'browser/android/history_report/delta_file_service.cc', | |
157 'browser/android/history_report/delta_file_service.h', | |
158 'browser/android/history_report/get_all_urls_from_history_task.cc', | |
159 'browser/android/history_report/get_all_urls_from_history_task.h', | |
160 'browser/android/history_report/historic_visits_migration_task.cc', | |
161 'browser/android/history_report/historic_visits_migration_task.h', | |
162 'browser/android/history_report/history_report_jni_bridge.cc', | |
163 'browser/android/history_report/history_report_jni_bridge.h', | |
164 'browser/android/history_report/usage_report_util.cc', | |
165 'browser/android/history_report/usage_report_util.h', | |
166 'browser/android/history_report/usage_reports_buffer_backend.cc', | |
167 'browser/android/history_report/usage_reports_buffer_backend.h', | |
168 'browser/android/history_report/usage_reports_buffer_service.cc', | |
169 'browser/android/history_report/usage_reports_buffer_service.h', | |
170 'browser/android/hung_renderer_infobar_delegate.cc', | |
171 'browser/android/hung_renderer_infobar_delegate.h', | |
172 'browser/android/intent_helper.cc', | |
173 'browser/android/intent_helper.h', | |
174 'browser/android/intercept_download_resource_throttle.cc', | |
175 'browser/android/intercept_download_resource_throttle.h', | |
176 'browser/android/java_exception_reporter.cc', | |
177 'browser/android/java_exception_reporter.h', | |
178 'browser/android/large_icon_bridge.cc', | |
179 'browser/android/large_icon_bridge.h', | |
180 'browser/android/location_settings.h', | |
181 'browser/android/location_settings_impl.cc', | |
182 'browser/android/location_settings_impl.h', | |
183 'browser/android/logo_bridge.cc', | |
184 'browser/android/logo_bridge.h', | |
185 'browser/android/logo_service.cc', | |
186 'browser/android/logo_service.h', | |
187 'browser/android/media/media_throttle_infobar_delegate.cc', | |
188 'browser/android/media/media_throttle_infobar_delegate.h', | |
189 'browser/android/metrics/launch_metrics.cc', | |
190 'browser/android/metrics/launch_metrics.h', | |
191 'browser/android/metrics/uma_session_stats.cc', | |
192 'browser/android/metrics/uma_session_stats.h', | |
193 'browser/android/metrics/uma_utils.cc', | |
194 'browser/android/metrics/uma_utils.h', | |
195 'browser/android/metrics/variations_session.cc', | |
196 'browser/android/metrics/variations_session.h', | |
197 'browser/android/most_visited_sites.cc', | |
198 'browser/android/most_visited_sites.h', | |
199 'browser/android/net/external_estimate_provider_android.cc', | |
200 'browser/android/net/external_estimate_provider_android.h', | |
201 'browser/android/new_tab_page_prefs.cc', | |
202 'browser/android/new_tab_page_prefs.h', | |
203 'browser/android/new_tab_page_url_handler.cc', | |
204 'browser/android/new_tab_page_url_handler.h', | |
205 'browser/android/omnibox/answers_image_bridge.cc', | |
206 'browser/android/omnibox/answers_image_bridge.h', | |
207 'browser/android/omnibox/autocomplete_controller_android.cc', | |
208 'browser/android/omnibox/autocomplete_controller_android.h', | |
209 'browser/android/omnibox/omnibox_prerender.cc', | |
210 'browser/android/omnibox/omnibox_prerender.h', | |
211 'browser/android/password_ui_view_android.cc', | |
212 'browser/android/password_ui_view_android.h', | |
213 'browser/android/popular_sites.cc', | |
214 'browser/android/popular_sites.h', | |
215 'browser/android/precache/precache_launcher.cc', | |
216 'browser/android/precache/precache_launcher.h', | |
217 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | |
218 'browser/android/preferences/autofill/autofill_profile_bridge.h', | |
219 'browser/android/preferences/pref_service_bridge.cc', | |
220 'browser/android/preferences/pref_service_bridge.h', | |
221 'browser/android/preferences/website_preference_bridge.cc', | |
222 'browser/android/preferences/website_preference_bridge.h', | |
223 'browser/android/profiles/profile_downloader_android.cc', | |
224 'browser/android/profiles/profile_downloader_android.h', | |
225 'browser/android/provider/blocking_ui_thread_async_request.cc', | |
226 'browser/android/provider/blocking_ui_thread_async_request.h', | |
227 'browser/android/provider/bookmark_model_observer_task.cc', | |
228 'browser/android/provider/bookmark_model_observer_task.h', | |
229 'browser/android/provider/chrome_browser_provider.cc', | |
230 'browser/android/provider/chrome_browser_provider.h', | |
231 'browser/android/provider/run_on_ui_thread_blocking.h', | |
232 'browser/android/rappor/rappor_service_bridge.cc', | |
233 'browser/android/rappor/rappor_service_bridge.h', | |
234 'browser/android/recently_closed_tabs_bridge.cc', | |
235 'browser/android/recently_closed_tabs_bridge.h', | |
236 'browser/android/resource_id.h', | |
237 'browser/android/resource_mapper.cc', | |
238 'browser/android/resource_mapper.h', | |
239 'browser/android/rlz/revenue_stats.cc', | |
240 'browser/android/rlz/revenue_stats.h', | |
241 'browser/android/seccomp_support_detector.cc', | |
242 'browser/android/seccomp_support_detector.h', | |
243 'browser/android/sessions/session_tab_helper_android.cc', | |
244 'browser/android/sessions/session_tab_helper_android.h', | |
245 'browser/android/shortcut_helper.cc', | |
246 'browser/android/shortcut_helper.h', | |
247 'browser/android/shortcut_info.cc', | |
248 'browser/android/shortcut_info.h', | |
249 'browser/android/signin/account_management_screen_helper.cc', | |
250 'browser/android/signin/account_management_screen_helper.h', | |
251 'browser/android/signin/account_tracker_service_android.cc', | |
252 'browser/android/signin/account_tracker_service_android.h', | |
253 'browser/android/signin/signin_manager_android.cc', | |
254 'browser/android/signin/signin_manager_android.h', | |
255 'browser/android/tab_android.cc', | |
256 'browser/android/tab_android.h', | |
257 'browser/android/tab_state.cc', | |
258 'browser/android/tab_state.h', | |
259 'browser/android/tab_web_contents_delegate_android.cc', | |
260 'browser/android/tab_web_contents_delegate_android.h', | |
261 'browser/android/thumbnail/thumbnail.cc', | |
262 'browser/android/thumbnail/thumbnail.h', | |
263 'browser/android/thumbnail/thumbnail_cache.cc', | |
264 'browser/android/thumbnail/thumbnail_cache.h', | |
265 'browser/android/url_utilities.cc', | |
266 'browser/android/url_utilities.h', | |
267 'browser/android/voice_search_tab_helper.cc', | |
268 'browser/android/voice_search_tab_helper.h', | |
269 'browser/android/warmup_manager.cc', | |
270 'browser/android/warmup_manager.h', | |
271 'browser/android/web_contents_factory.cc', | |
272 'browser/android/web_contents_factory.h', | |
273 'browser/android/webapps/add_to_homescreen_data_fetcher.cc', | |
274 'browser/android/webapps/add_to_homescreen_data_fetcher.h', | |
275 'browser/android/webapps/add_to_homescreen_dialog_helper.cc', | |
276 'browser/android/webapps/add_to_homescreen_dialog_helper.h', | |
277 'browser/android/webapps/single_tab_mode_tab_helper.cc', | |
278 'browser/android/webapps/single_tab_mode_tab_helper.h', | |
279 'browser/android/webapps/webapp_registry.cc', | |
280 'browser/android/webapps/webapp_registry.h', | |
281 'browser/app_controller_mac.h', | 27 'browser/app_controller_mac.h', |
282 'browser/app_controller_mac.mm', | 28 'browser/app_controller_mac.mm', |
283 'browser/app_icon_win.cc', | 29 'browser/app_icon_win.cc', |
284 'browser/app_icon_win.h', | 30 'browser/app_icon_win.h', |
285 'browser/app_mode/app_mode_utils.cc', | 31 'browser/app_mode/app_mode_utils.cc', |
286 'browser/app_mode/app_mode_utils.h', | 32 'browser/app_mode/app_mode_utils.h', |
287 'browser/autofill/android/personal_data_manager_android.cc', | 33 'browser/autofill/android/personal_data_manager_android.cc', |
288 'browser/autofill/android/personal_data_manager_android.h', | 34 'browser/autofill/android/personal_data_manager_android.h', |
289 'browser/autofill/options_util.cc', | 35 'browser/autofill/options_util.cc', |
290 'browser/autofill/options_util.h', | 36 'browser/autofill/options_util.h', |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
870 'browser/translate/chrome_translate_client.h', | 616 'browser/translate/chrome_translate_client.h', |
871 'browser/translate/translate_accept_languages_factory.cc', | 617 'browser/translate/translate_accept_languages_factory.cc', |
872 'browser/translate/translate_accept_languages_factory.h', | 618 'browser/translate/translate_accept_languages_factory.h', |
873 'browser/translate/translate_service.cc', | 619 'browser/translate/translate_service.cc', |
874 'browser/translate/translate_service.h', | 620 'browser/translate/translate_service.h', |
875 'browser/update_client/chrome_update_query_params_delegate.cc', | 621 'browser/update_client/chrome_update_query_params_delegate.cc', |
876 'browser/update_client/chrome_update_query_params_delegate.h', | 622 'browser/update_client/chrome_update_query_params_delegate.h', |
877 'browser/web_data_service_factory.cc', | 623 'browser/web_data_service_factory.cc', |
878 'browser/web_data_service_factory.h', | 624 'browser/web_data_service_factory.h', |
879 ], | 625 ], |
880 'chrome_browser_android_sources': [ | 626 'chrome_browser_android_java_ui_sources': [ |
mfomitchev
2015/11/19 15:41:05
It's worth noting we were excluding less in auracl
| |
627 'browser/android/accessibility/font_size_prefs_android.cc', | |
628 'browser/android/accessibility/font_size_prefs_android.h', | |
629 'browser/android/accessibility_util.cc', | |
630 'browser/android/accessibility_util.h', | |
631 'browser/android/activity_type_ids.cc', | |
632 'browser/android/activity_type_ids.h', | |
633 'browser/android/android_theme_resources.h', | |
634 'browser/android/appmenu/app_menu_drag_helper.cc', | |
635 'browser/android/appmenu/app_menu_drag_helper.h', | |
881 'browser/android/background_sync_launcher_android.cc', | 636 'browser/android/background_sync_launcher_android.cc', |
882 'browser/android/background_sync_launcher_android.h', | 637 'browser/android/background_sync_launcher_android.h', |
638 'browser/android/banners/app_banner_data_fetcher_android.cc', | |
639 'browser/android/banners/app_banner_data_fetcher_android.h', | |
640 'browser/android/banners/app_banner_infobar_delegate_android.cc', | |
641 'browser/android/banners/app_banner_infobar_delegate_android.h', | |
642 'browser/android/banners/app_banner_manager_android.cc', | |
643 'browser/android/banners/app_banner_manager_android.h', | |
644 'browser/android/bookmarks/bookmarks_bridge.cc', | |
645 'browser/android/bookmarks/bookmarks_bridge.h', | |
646 'browser/android/bookmarks/edit_bookmark_helper.cc', | |
647 'browser/android/bookmarks/edit_bookmark_helper.h', | |
648 'browser/android/bookmarks/partner_bookmarks_reader.cc', | |
649 'browser/android/bookmarks/partner_bookmarks_reader.h', | |
650 'browser/android/bookmarks/partner_bookmarks_shim.cc', | |
651 'browser/android/bookmarks/partner_bookmarks_shim.h', | |
652 'browser/android/bottombar/overlay_panel_content.cc', | |
653 'browser/android/bottombar/overlay_panel_content.h', | |
654 'browser/android/chrome_application.cc', | |
655 'browser/android/chrome_application.h', | |
656 'browser/android/chrome_jni_registrar.cc', | |
657 'browser/android/chrome_jni_registrar.h', | |
658 'browser/android/chrome_media_client_android.cc', | |
659 'browser/android/chrome_media_client_android.h', | |
660 'browser/android/chrome_startup_flags.cc', | |
661 'browser/android/chrome_startup_flags.h', | |
662 'browser/android/compositor/compositor_view.cc', | |
663 'browser/android/compositor/compositor_view.h', | |
664 'browser/android/compositor/decoration_title.cc', | |
665 'browser/android/compositor/decoration_title.h', | |
666 'browser/android/compositor/layer/content_layer.cc', | |
667 'browser/android/compositor/layer/content_layer.h', | |
668 'browser/android/compositor/layer/contextual_search_layer.cc', | |
669 'browser/android/compositor/layer/contextual_search_layer.h', | |
670 'browser/android/compositor/layer/crushed_sprite_layer.cc', | |
671 'browser/android/compositor/layer/crushed_sprite_layer.h', | |
672 'browser/android/compositor/layer/layer.h', | |
673 'browser/android/compositor/layer/tab_handle_layer.cc', | |
674 'browser/android/compositor/layer/tab_handle_layer.h', | |
675 'browser/android/compositor/layer/tab_layer.cc', | |
676 'browser/android/compositor/layer/tab_layer.h', | |
677 'browser/android/compositor/layer/thumbnail_layer.cc', | |
678 'browser/android/compositor/layer/thumbnail_layer.h', | |
679 'browser/android/compositor/layer/toolbar_layer.cc', | |
680 'browser/android/compositor/layer/toolbar_layer.h', | |
681 'browser/android/compositor/layer_title_cache.cc', | |
682 'browser/android/compositor/layer_title_cache.h', | |
683 'browser/android/compositor/scene_layer/contextual_search_scene_layer.cc', | |
684 'browser/android/compositor/scene_layer/contextual_search_scene_layer.h', | |
685 'browser/android/compositor/scene_layer/scene_layer.cc', | |
686 'browser/android/compositor/scene_layer/scene_layer.h', | |
687 'browser/android/compositor/scene_layer/static_tab_scene_layer.cc', | |
688 'browser/android/compositor/scene_layer/static_tab_scene_layer.h', | |
689 'browser/android/compositor/scene_layer/tab_list_scene_layer.cc', | |
690 'browser/android/compositor/scene_layer/tab_list_scene_layer.h', | |
691 'browser/android/compositor/scene_layer/tab_strip_scene_layer.cc', | |
692 'browser/android/compositor/scene_layer/tab_strip_scene_layer.h', | |
693 'browser/android/compositor/tab_content_manager.cc', | |
694 'browser/android/compositor/tab_content_manager.h', | |
695 'browser/android/contextualsearch/contextual_search_context.cc', | |
696 'browser/android/contextualsearch/contextual_search_context.h', | |
697 'browser/android/contextualsearch/contextual_search_delegate.cc', | |
698 'browser/android/contextualsearch/contextual_search_delegate.h', | |
699 'browser/android/contextualsearch/contextual_search_manager.cc', | |
700 'browser/android/contextualsearch/contextual_search_manager.h', | |
701 'browser/android/contextualsearch/contextual_search_tab_helper.cc', | |
702 'browser/android/contextualsearch/contextual_search_tab_helper.h', | |
703 'browser/android/contextualsearch/resolved_search_term.cc', | |
704 'browser/android/contextualsearch/resolved_search_term.h', | |
705 'browser/android/cookies/cookies_fetcher.cc', | |
706 'browser/android/cookies/cookies_fetcher.h', | |
707 'browser/android/data_usage/data_use_tab_helper.cc', | |
708 'browser/android/data_usage/data_use_tab_helper.h', | |
709 'browser/android/data_usage/data_use_tab_model.cc', | |
710 'browser/android/data_usage/data_use_tab_model.h', | |
883 'browser/android/data_usage/data_use_tab_ui_manager_android.cc', | 711 'browser/android/data_usage/data_use_tab_ui_manager_android.cc', |
884 'browser/android/data_usage/data_use_tab_ui_manager_android.h', | 712 'browser/android/data_usage/data_use_tab_ui_manager_android.h', |
713 'browser/android/data_usage/data_use_ui_tab_model.cc', | |
714 'browser/android/data_usage/data_use_ui_tab_model.h', | |
715 'browser/android/data_usage/data_use_ui_tab_model_factory.cc', | |
716 'browser/android/data_usage/data_use_ui_tab_model_factory.h', | |
717 'browser/android/data_usage/external_data_use_observer.cc', | |
718 'browser/android/data_usage/external_data_use_observer.h', | |
719 'browser/android/data_usage/tab_data_use_entry.cc', | |
720 'browser/android/data_usage/tab_data_use_entry.h', | |
721 'browser/android/dev_tools_discovery_provider_android.cc', | |
722 'browser/android/dev_tools_discovery_provider_android.h', | |
723 'browser/android/dev_tools_server.cc', | |
724 'browser/android/dev_tools_server.h', | |
725 'browser/android/document/document_web_contents_delegate.cc', | |
726 'browser/android/dom_distiller/distiller_ui_handle_android.cc', | |
727 'browser/android/dom_distiller/distiller_ui_handle_android.h', | |
728 'browser/android/download/android_download_manager_overwrite_infobar_deleg ate.cc', | |
729 'browser/android/download/android_download_manager_overwrite_infobar_deleg ate.h', | |
730 'browser/android/download/chrome_download_delegate.cc', | |
731 'browser/android/download/chrome_download_delegate.h', | |
732 'browser/android/download/chrome_download_manager_overwrite_infobar_delega te.cc', | |
733 'browser/android/download/chrome_download_manager_overwrite_infobar_delega te.h', | |
734 'browser/android/download/download_overwrite_infobar_delegate.cc', | |
735 'browser/android/download/download_overwrite_infobar_delegate.h', | |
736 'browser/android/download/mock_download_controller_android.cc', | |
737 'browser/android/download/mock_download_controller_android.h', | |
738 'browser/android/favicon_helper.cc', | |
739 'browser/android/favicon_helper.h', | |
740 'browser/android/feature_utilities.cc', | |
741 'browser/android/feature_utilities.h', | |
742 'browser/android/feedback/connectivity_checker.cc', | |
743 'browser/android/feedback/connectivity_checker.h', | |
744 'browser/android/feedback/screenshot_task.cc', | |
745 'browser/android/feedback/screenshot_task.h', | |
746 'browser/android/find_in_page/find_in_page_bridge.cc', | |
747 'browser/android/find_in_page/find_in_page_bridge.h', | |
748 'browser/android/foreign_session_helper.cc', | |
749 'browser/android/foreign_session_helper.h', | |
750 'browser/android/fullscreen/fullscreen_infobar_delegate.cc', | |
751 'browser/android/fullscreen/fullscreen_infobar_delegate.h', | |
752 'browser/android/history_report/data_observer.cc', | |
753 'browser/android/history_report/data_observer.h', | |
754 'browser/android/history_report/data_provider.cc', | |
755 'browser/android/history_report/data_provider.h', | |
756 'browser/android/history_report/delta_file_backend_leveldb.cc', | |
757 'browser/android/history_report/delta_file_backend_leveldb.h', | |
758 'browser/android/history_report/delta_file_commons.cc', | |
759 'browser/android/history_report/delta_file_commons.h', | |
760 'browser/android/history_report/delta_file_service.cc', | |
761 'browser/android/history_report/delta_file_service.h', | |
762 'browser/android/history_report/get_all_urls_from_history_task.cc', | |
763 'browser/android/history_report/get_all_urls_from_history_task.h', | |
764 'browser/android/history_report/historic_visits_migration_task.cc', | |
765 'browser/android/history_report/historic_visits_migration_task.h', | |
766 'browser/android/history_report/history_report_jni_bridge.cc', | |
767 'browser/android/history_report/history_report_jni_bridge.h', | |
768 'browser/android/history_report/usage_report_util.cc', | |
769 'browser/android/history_report/usage_report_util.h', | |
770 'browser/android/history_report/usage_reports_buffer_backend.cc', | |
771 'browser/android/history_report/usage_reports_buffer_backend.h', | |
772 'browser/android/history_report/usage_reports_buffer_service.cc', | |
773 'browser/android/history_report/usage_reports_buffer_service.h', | |
774 'browser/android/hung_renderer_infobar_delegate.cc', | |
775 'browser/android/hung_renderer_infobar_delegate.h', | |
776 'browser/android/intent_helper.cc', | |
777 'browser/android/intent_helper.h', | |
778 'browser/android/intercept_download_resource_throttle.cc', | |
779 'browser/android/intercept_download_resource_throttle.h', | |
780 'browser/android/java_exception_reporter.cc', | |
781 'browser/android/java_exception_reporter.h', | |
782 'browser/android/large_icon_bridge.cc', | |
783 'browser/android/large_icon_bridge.h', | |
784 'browser/android/location_settings.h', | |
785 'browser/android/location_settings_impl.cc', | |
786 'browser/android/location_settings_impl.h', | |
787 'browser/android/logo_bridge.cc', | |
788 'browser/android/logo_bridge.h', | |
789 'browser/android/logo_service.cc', | |
790 'browser/android/logo_service.h', | |
791 'browser/android/media/media_throttle_infobar_delegate.cc', | |
792 'browser/android/media/media_throttle_infobar_delegate.h', | |
793 'browser/android/metrics/launch_metrics.cc', | |
794 'browser/android/metrics/launch_metrics.h', | |
795 'browser/android/metrics/uma_session_stats.cc', | |
796 'browser/android/metrics/uma_session_stats.h', | |
797 'browser/android/metrics/uma_utils.cc', | |
798 'browser/android/metrics/uma_utils.h', | |
799 'browser/android/metrics/variations_session.cc', | |
800 'browser/android/metrics/variations_session.h', | |
801 'browser/android/most_visited_sites.cc', | |
802 'browser/android/most_visited_sites.h', | |
803 'browser/android/net/external_estimate_provider_android.cc', | |
804 'browser/android/net/external_estimate_provider_android.h', | |
805 'browser/android/new_tab_page_prefs.cc', | |
806 'browser/android/new_tab_page_prefs.h', | |
807 'browser/android/new_tab_page_url_handler.cc', | |
808 'browser/android/new_tab_page_url_handler.h', | |
809 'browser/android/omnibox/answers_image_bridge.cc', | |
810 'browser/android/omnibox/answers_image_bridge.h', | |
811 'browser/android/omnibox/autocomplete_controller_android.cc', | |
812 'browser/android/omnibox/autocomplete_controller_android.h', | |
813 'browser/android/omnibox/omnibox_prerender.cc', | |
814 'browser/android/omnibox/omnibox_prerender.h', | |
815 'browser/android/password_ui_view_android.cc', | |
816 'browser/android/password_ui_view_android.h', | |
817 'browser/android/popular_sites.cc', | |
818 'browser/android/popular_sites.h', | |
819 'browser/android/precache/precache_launcher.cc', | |
820 'browser/android/precache/precache_launcher.h', | |
821 'browser/android/preferences/autofill/autofill_profile_bridge.cc', | |
822 'browser/android/preferences/autofill/autofill_profile_bridge.h', | |
823 'browser/android/preferences/pref_service_bridge.cc', | |
824 'browser/android/preferences/pref_service_bridge.h', | |
825 'browser/android/preferences/website_preference_bridge.cc', | |
826 'browser/android/preferences/website_preference_bridge.h', | |
827 'browser/android/profiles/profile_downloader_android.cc', | |
828 'browser/android/profiles/profile_downloader_android.h', | |
829 'browser/android/provider/blocking_ui_thread_async_request.cc', | |
830 'browser/android/provider/blocking_ui_thread_async_request.h', | |
831 'browser/android/provider/bookmark_model_observer_task.cc', | |
832 'browser/android/provider/bookmark_model_observer_task.h', | |
833 'browser/android/provider/chrome_browser_provider.cc', | |
834 'browser/android/provider/chrome_browser_provider.h', | |
835 'browser/android/provider/run_on_ui_thread_blocking.h', | |
836 'browser/android/rappor/rappor_service_bridge.cc', | |
837 'browser/android/rappor/rappor_service_bridge.h', | |
838 'browser/android/recently_closed_tabs_bridge.cc', | |
839 'browser/android/recently_closed_tabs_bridge.h', | |
840 'browser/android/resource_id.h', | |
841 'browser/android/resource_mapper.cc', | |
842 'browser/android/resource_mapper.h', | |
843 'browser/android/rlz/revenue_stats.cc', | |
844 'browser/android/rlz/revenue_stats.h', | |
845 'browser/android/seccomp_support_detector.cc', | |
846 'browser/android/seccomp_support_detector.h', | |
847 'browser/android/sessions/session_tab_helper_android.cc', | |
848 'browser/android/sessions/session_tab_helper_android.h', | |
849 'browser/android/shortcut_helper.cc', | |
850 'browser/android/shortcut_helper.h', | |
851 'browser/android/shortcut_info.cc', | |
852 'browser/android/shortcut_info.h', | |
853 'browser/android/signin/account_management_screen_helper.cc', | |
854 'browser/android/signin/account_management_screen_helper.h', | |
855 'browser/android/signin/account_tracker_service_android.cc', | |
856 'browser/android/signin/account_tracker_service_android.h', | |
857 'browser/android/signin/signin_manager_android.cc', | |
858 'browser/android/signin/signin_manager_android.h', | |
859 'browser/android/tab_android.cc', | |
860 'browser/android/tab_android.h', | |
861 'browser/android/tab_state.cc', | |
862 'browser/android/tab_state.h', | |
863 'browser/android/tab_web_contents_delegate_android.cc', | |
864 'browser/android/tab_web_contents_delegate_android.h', | |
865 'browser/android/thumbnail/thumbnail.cc', | |
866 'browser/android/thumbnail/thumbnail.h', | |
867 'browser/android/thumbnail/thumbnail_cache.cc', | |
868 'browser/android/thumbnail/thumbnail_cache.h', | |
869 'browser/android/url_utilities.cc', | |
870 'browser/android/url_utilities.h', | |
871 'browser/android/voice_search_tab_helper.cc', | |
872 'browser/android/voice_search_tab_helper.h', | |
873 'browser/android/warmup_manager.cc', | |
874 'browser/android/warmup_manager.h', | |
875 'browser/android/web_contents_factory.cc', | |
876 'browser/android/web_contents_factory.h', | |
877 'browser/android/webapps/add_to_homescreen_data_fetcher.cc', | |
878 'browser/android/webapps/add_to_homescreen_data_fetcher.h', | |
879 'browser/android/webapps/add_to_homescreen_dialog_helper.cc', | |
880 'browser/android/webapps/add_to_homescreen_dialog_helper.h', | |
881 'browser/android/webapps/single_tab_mode_tab_helper.cc', | |
882 'browser/android/webapps/single_tab_mode_tab_helper.h', | |
883 'browser/android/webapps/webapp_registry.cc', | |
884 'browser/android/webapps/webapp_registry.h', | |
885 'browser/download/download_request_infobar_delegate_android.cc', | 885 'browser/download/download_request_infobar_delegate_android.cc', |
886 'browser/download/download_request_infobar_delegate_android.h', | 886 'browser/download/download_request_infobar_delegate_android.h', |
887 'browser/geolocation/geolocation_infobar_delegate_android.cc', | 887 'browser/geolocation/geolocation_infobar_delegate_android.cc', |
888 'browser/geolocation/geolocation_infobar_delegate_android.h', | 888 'browser/geolocation/geolocation_infobar_delegate_android.h', |
889 'browser/media/media_stream_infobar_delegate_android.cc', | 889 'browser/media/media_stream_infobar_delegate_android.cc', |
890 'browser/media/media_stream_infobar_delegate_android.h', | 890 'browser/media/media_stream_infobar_delegate_android.h', |
891 'browser/media/midi_permission_infobar_delegate_android.cc', | 891 'browser/media/midi_permission_infobar_delegate_android.cc', |
892 'browser/media/midi_permission_infobar_delegate_android.h', | 892 'browser/media/midi_permission_infobar_delegate_android.h', |
893 'browser/media/protected_media_identifier_infobar_delegate_android.cc', | 893 'browser/media/protected_media_identifier_infobar_delegate_android.cc', |
894 'browser/media/protected_media_identifier_infobar_delegate_android.h', | 894 'browser/media/protected_media_identifier_infobar_delegate_android.h', |
(...skipping 2775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3670 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', | 3670 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', |
3671 'chrome_browser_jni_headers', | 3671 'chrome_browser_jni_headers', |
3672 'client_discourse_context_proto', | 3672 'client_discourse_context_proto', |
3673 'delta_file_proto', | 3673 'delta_file_proto', |
3674 ], | 3674 ], |
3675 'dependencies!': [ | 3675 'dependencies!': [ |
3676 '../components/components.gyp:storage_monitor', | 3676 '../components/components.gyp:storage_monitor', |
3677 '../components/components.gyp:web_modal', | 3677 '../components/components.gyp:web_modal', |
3678 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , | 3678 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , |
3679 ], | 3679 ], |
3680 'sources': [ | 3680 'conditions': [ |
3681 '<@(chrome_browser_android_sources)', | 3681 ['android_java_ui == 1', { |
3682 '<@(chrome_browser_bookmark_android_sources)', | 3682 'sources': [ |
3683 ], | 3683 '<@(chrome_browser_android_java_ui_sources)', |
3684 '<@(chrome_browser_bookmark_android_sources)', | |
3685 ], | |
3686 }], | |
3687 ], | |
3684 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], | 3688 'defines': [ 'ENABLE_DATA_REDUCTION_PROXY_DEBUGGING' ], |
3685 'conditions': [ | 3689 'conditions': [ |
3686 ['use_seccomp_bpf==1', { | 3690 ['use_seccomp_bpf==1', { |
3687 'defines': ['USE_SECCOMP_BPF'], | 3691 'defines': ['USE_SECCOMP_BPF'], |
3688 'dependencies': [ | 3692 'dependencies': [ |
3689 '../sandbox/sandbox.gyp:seccomp_bpf', | 3693 '../sandbox/sandbox.gyp:seccomp_bpf', |
3690 ], | 3694 ], |
3691 }], | 3695 }], |
3692 ], | 3696 ], |
3693 }], | 3697 }], |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4092 '../components/components.gyp:omnibox_browser', | 4096 '../components/components.gyp:omnibox_browser', |
4093 '../components/components.gyp:rlz', | 4097 '../components/components.gyp:rlz', |
4094 '../components/components.gyp:search_engines', | 4098 '../components/components.gyp:search_engines', |
4095 '../rlz/rlz.gyp:rlz_lib', | 4099 '../rlz/rlz.gyp:rlz_lib', |
4096 ], | 4100 ], |
4097 }, | 4101 }, |
4098 ], | 4102 ], |
4099 }], | 4103 }], |
4100 ], | 4104 ], |
4101 } | 4105 } |
OLD | NEW |