| 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 2567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2578 'browser/ui/app_list/app_list_service_impl.h', | 2578 'browser/ui/app_list/app_list_service_impl.h', |
| 2579 'browser/ui/app_list/app_list_service_mac.h', | 2579 'browser/ui/app_list/app_list_service_mac.h', |
| 2580 'browser/ui/app_list/app_list_service_mac.mm', | 2580 'browser/ui/app_list/app_list_service_mac.mm', |
| 2581 'browser/ui/app_list/app_list_shower_delegate.h', | 2581 'browser/ui/app_list/app_list_shower_delegate.h', |
| 2582 'browser/ui/app_list/app_list_syncable_service.cc', | 2582 'browser/ui/app_list/app_list_syncable_service.cc', |
| 2583 'browser/ui/app_list/app_list_syncable_service.h', | 2583 'browser/ui/app_list/app_list_syncable_service.h', |
| 2584 'browser/ui/app_list/app_list_syncable_service_factory.cc', | 2584 'browser/ui/app_list/app_list_syncable_service_factory.cc', |
| 2585 'browser/ui/app_list/app_list_syncable_service_factory.h', | 2585 'browser/ui/app_list/app_list_syncable_service_factory.h', |
| 2586 'browser/ui/app_list/app_list_view_delegate.cc', | 2586 'browser/ui/app_list/app_list_view_delegate.cc', |
| 2587 'browser/ui/app_list/app_list_view_delegate.h', | 2587 'browser/ui/app_list/app_list_view_delegate.h', |
| 2588 'browser/ui/app_list/chrome_app_list_item.cc', |
| 2589 'browser/ui/app_list/chrome_app_list_item.h', |
| 2588 'browser/ui/app_list/extension_app_item.cc', | 2590 'browser/ui/app_list/extension_app_item.cc', |
| 2589 'browser/ui/app_list/extension_app_item.h', | 2591 'browser/ui/app_list/extension_app_item.h', |
| 2590 'browser/ui/app_list/extension_app_model_builder.cc', | 2592 'browser/ui/app_list/extension_app_model_builder.cc', |
| 2591 'browser/ui/app_list/extension_app_model_builder.h', | 2593 'browser/ui/app_list/extension_app_model_builder.h', |
| 2592 'browser/ui/app_list/extension_uninstaller.cc', | 2594 'browser/ui/app_list/extension_uninstaller.cc', |
| 2593 'browser/ui/app_list/extension_uninstaller.h', | 2595 'browser/ui/app_list/extension_uninstaller.h', |
| 2594 'browser/ui/app_list/fast_show_pickler.cc', | 2596 'browser/ui/app_list/fast_show_pickler.cc', |
| 2595 'browser/ui/app_list/fast_show_pickler.h', | 2597 'browser/ui/app_list/fast_show_pickler.h', |
| 2596 'browser/ui/app_list/google_now_extension.cc', | 2598 'browser/ui/app_list/google_now_extension.cc', |
| 2597 'browser/ui/app_list/google_now_extension.h', | 2599 'browser/ui/app_list/google_now_extension.h', |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3316 ], | 3318 ], |
| 3317 'sources': [ | 3319 'sources': [ |
| 3318 '<@(chrome_browser_ui_non_mobile_sources)', | 3320 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3319 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3321 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3320 ], | 3322 ], |
| 3321 }], | 3323 }], |
| 3322 ], | 3324 ], |
| 3323 }, | 3325 }, |
| 3324 ], | 3326 ], |
| 3325 } | 3327 } |
| OLD | NEW |