| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 240       'browser/ui/search_engines/keyword_editor_controller.cc', | 240       'browser/ui/search_engines/keyword_editor_controller.cc', | 
| 241       'browser/ui/search_engines/keyword_editor_controller.h', | 241       'browser/ui/search_engines/keyword_editor_controller.h', | 
| 242       'browser/ui/search_engines/search_engine_tab_helper.cc', | 242       'browser/ui/search_engines/search_engine_tab_helper.cc', | 
| 243       'browser/ui/search_engines/search_engine_tab_helper.h', | 243       'browser/ui/search_engines/search_engine_tab_helper.h', | 
| 244       'browser/ui/search_engines/template_url_table_model.cc', | 244       'browser/ui/search_engines/template_url_table_model.cc', | 
| 245       'browser/ui/search_engines/template_url_table_model.h', | 245       'browser/ui/search_engines/template_url_table_model.h', | 
| 246       'browser/ui/settings_window_manager.cc', | 246       'browser/ui/settings_window_manager.cc', | 
| 247       'browser/ui/settings_window_manager.h', | 247       'browser/ui/settings_window_manager.h', | 
| 248       'browser/ui/settings_window_manager_observer.h', | 248       'browser/ui/settings_window_manager_observer.h', | 
| 249       'browser/ui/simple_message_box.h', | 249       'browser/ui/simple_message_box.h', | 
|  | 250       'browser/ui/simple_message_box_internal.cc', | 
|  | 251       'browser/ui/simple_message_box_internal.h', | 
| 250       'browser/ui/status_bubble.h', | 252       'browser/ui/status_bubble.h', | 
| 251       'browser/ui/sync/inline_login_dialog.cc', | 253       'browser/ui/sync/inline_login_dialog.cc', | 
| 252       'browser/ui/sync/inline_login_dialog.h', | 254       'browser/ui/sync/inline_login_dialog.h', | 
| 253       'browser/ui/sync/profile_signin_confirmation_helper.cc', | 255       'browser/ui/sync/profile_signin_confirmation_helper.cc', | 
| 254       'browser/ui/sync/profile_signin_confirmation_helper.h', | 256       'browser/ui/sync/profile_signin_confirmation_helper.h', | 
| 255       'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 257       'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 
| 256       'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 258       'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 
| 257       'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 259       'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 
| 258       'browser/ui/tab_contents/core_tab_helper.cc', | 260       'browser/ui/tab_contents/core_tab_helper.cc', | 
| 259       'browser/ui/tab_contents/core_tab_helper.h', | 261       'browser/ui/tab_contents/core_tab_helper.h', | 
| (...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3206           ], | 3208           ], | 
| 3207           'sources': [ | 3209           'sources': [ | 
| 3208             '<@(chrome_browser_ui_non_mobile_sources)', | 3210             '<@(chrome_browser_ui_non_mobile_sources)', | 
| 3209             '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3211             '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 
| 3210           ], | 3212           ], | 
| 3211         }], | 3213         }], | 
| 3212       ], | 3214       ], | 
| 3213     }, | 3215     }, | 
| 3214   ], | 3216   ], | 
| 3215 } | 3217 } | 
| OLD | NEW | 
|---|