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 # There are two sections of sources: | 7 # There are two sections of sources: |
8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
10 | 10 |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'browser/ui/search_engines/search_engine_tab_helper.h', | 239 'browser/ui/search_engines/search_engine_tab_helper.h', |
240 'browser/ui/search_engines/template_url_table_model.cc', | 240 'browser/ui/search_engines/template_url_table_model.cc', |
241 'browser/ui/search_engines/template_url_table_model.h', | 241 'browser/ui/search_engines/template_url_table_model.h', |
242 'browser/ui/settings_window_manager.cc', | 242 'browser/ui/settings_window_manager.cc', |
243 'browser/ui/settings_window_manager.h', | 243 'browser/ui/settings_window_manager.h', |
244 'browser/ui/settings_window_manager_observer.h', | 244 'browser/ui/settings_window_manager_observer.h', |
245 'browser/ui/simple_message_box.h', | 245 'browser/ui/simple_message_box.h', |
246 'browser/ui/simple_message_box_internal.cc', | 246 'browser/ui/simple_message_box_internal.cc', |
247 'browser/ui/simple_message_box_internal.h', | 247 'browser/ui/simple_message_box_internal.h', |
248 'browser/ui/status_bubble.h', | 248 'browser/ui/status_bubble.h', |
| 249 'browser/ui/sync/browser_synced_window_delegates_getter.cc', |
| 250 'browser/ui/sync/browser_synced_window_delegates_getter.h', |
249 'browser/ui/sync/inline_login_dialog.cc', | 251 'browser/ui/sync/inline_login_dialog.cc', |
250 'browser/ui/sync/inline_login_dialog.h', | 252 'browser/ui/sync/inline_login_dialog.h', |
251 'browser/ui/sync/profile_signin_confirmation_helper.cc', | 253 'browser/ui/sync/profile_signin_confirmation_helper.cc', |
252 'browser/ui/sync/profile_signin_confirmation_helper.h', | 254 'browser/ui/sync/profile_signin_confirmation_helper.h', |
253 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 255 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
254 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 256 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
255 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 257 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
256 'browser/ui/tab_contents/core_tab_helper.cc', | 258 'browser/ui/tab_contents/core_tab_helper.cc', |
257 'browser/ui/tab_contents/core_tab_helper.h', | 259 'browser/ui/tab_contents/core_tab_helper.h', |
258 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 260 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
(...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3201 ], | 3203 ], |
3202 'sources': [ | 3204 'sources': [ |
3203 '<@(chrome_browser_ui_non_mobile_sources)', | 3205 '<@(chrome_browser_ui_non_mobile_sources)', |
3204 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3206 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3205 ], | 3207 ], |
3206 }], | 3208 }], |
3207 ], | 3209 ], |
3208 }, | 3210 }, |
3209 ], | 3211 ], |
3210 } | 3212 } |
OLD | NEW |