| 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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 'browser/ui/cocoa/window_size_autosaver.h', | 1325 'browser/ui/cocoa/window_size_autosaver.h', |
| 1326 'browser/ui/cocoa/window_size_autosaver.mm', | 1326 'browser/ui/cocoa/window_size_autosaver.mm', |
| 1327 # TODO(estade): this class should be deleted in favor of a combobox model. | 1327 # TODO(estade): this class should be deleted in favor of a combobox model. |
| 1328 # See crbug.com/590850 | 1328 # See crbug.com/590850 |
| 1329 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1329 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
| 1330 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1330 'browser/ui/content_settings/content_setting_media_menu_model.h', |
| 1331 'browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc', | 1331 'browser/ui/proximity_auth/proximity_auth_error_bubble_stub.cc', |
| 1332 ], | 1332 ], |
| 1333 # Files used only on desktop systems (not iOS, Android, ChromeOS). | 1333 # Files used only on desktop systems (not iOS, Android, ChromeOS). |
| 1334 'chrome_browser_ui_desktop_sources': [ | 1334 'chrome_browser_ui_desktop_sources': [ |
| 1335 'browser/ui/startup/default_browser_infobar_delegate.cc', |
| 1336 'browser/ui/startup/default_browser_infobar_delegate.h', |
| 1335 'browser/ui/startup/default_browser_prompt.cc', | 1337 'browser/ui/startup/default_browser_prompt.cc', |
| 1336 'browser/ui/startup/default_browser_prompt.h', | 1338 'browser/ui/startup/default_browser_prompt.h', |
| 1337 'browser/ui/startup/default_browser_prompt_win.cc', | 1339 'browser/ui/startup/default_browser_prompt_win.cc', |
| 1338 'browser/ui/sync/one_click_signin_links_delegate.h', | 1340 'browser/ui/sync/one_click_signin_links_delegate.h', |
| 1339 'browser/ui/sync/one_click_signin_links_delegate_impl.cc', | 1341 'browser/ui/sync/one_click_signin_links_delegate_impl.cc', |
| 1340 'browser/ui/sync/one_click_signin_links_delegate_impl.h', | 1342 'browser/ui/sync/one_click_signin_links_delegate_impl.h', |
| 1341 'browser/ui/sync/one_click_signin_sync_observer.cc', | 1343 'browser/ui/sync/one_click_signin_sync_observer.cc', |
| 1342 'browser/ui/sync/one_click_signin_sync_observer.h', | 1344 'browser/ui/sync/one_click_signin_sync_observer.h', |
| 1343 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1345 'browser/ui/sync/one_click_signin_sync_starter.cc', |
| 1344 'browser/ui/sync/one_click_signin_sync_starter.h', | 1346 'browser/ui/sync/one_click_signin_sync_starter.h', |
| (...skipping 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3339 ], | 3341 ], |
| 3340 'sources': [ | 3342 'sources': [ |
| 3341 '<@(chrome_browser_ui_non_mobile_sources)', | 3343 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3342 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3344 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3343 ], | 3345 ], |
| 3344 }], | 3346 }], |
| 3345 ], | 3347 ], |
| 3346 }, | 3348 }, |
| 3347 ], | 3349 ], |
| 3348 } | 3350 } |
| OLD | NEW |