| 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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2514 'browser/ui/app_list/app_list_service_impl.h', | 2514 'browser/ui/app_list/app_list_service_impl.h', |
| 2515 'browser/ui/app_list/app_list_service_mac.h', | 2515 'browser/ui/app_list/app_list_service_mac.h', |
| 2516 'browser/ui/app_list/app_list_service_mac.mm', | 2516 'browser/ui/app_list/app_list_service_mac.mm', |
| 2517 'browser/ui/app_list/app_list_shower_delegate.h', | 2517 'browser/ui/app_list/app_list_shower_delegate.h', |
| 2518 'browser/ui/app_list/app_list_syncable_service.cc', | 2518 'browser/ui/app_list/app_list_syncable_service.cc', |
| 2519 'browser/ui/app_list/app_list_syncable_service.h', | 2519 'browser/ui/app_list/app_list_syncable_service.h', |
| 2520 'browser/ui/app_list/app_list_syncable_service_factory.cc', | 2520 'browser/ui/app_list/app_list_syncable_service_factory.cc', |
| 2521 'browser/ui/app_list/app_list_syncable_service_factory.h', | 2521 'browser/ui/app_list/app_list_syncable_service_factory.h', |
| 2522 'browser/ui/app_list/app_list_view_delegate.cc', | 2522 'browser/ui/app_list/app_list_view_delegate.cc', |
| 2523 'browser/ui/app_list/app_list_view_delegate.h', | 2523 'browser/ui/app_list/app_list_view_delegate.h', |
| 2524 'browser/ui/app_list/arc_app_item.cc', |
| 2525 'browser/ui/app_list/arc_app_item.h', |
| 2526 'browser/ui/app_list/arc_app_model_builder.cc', |
| 2527 'browser/ui/app_list/arc_app_model_builder.h', |
| 2528 'browser/ui/app_list/arc_app_prefs_factory.cc', |
| 2529 'browser/ui/app_list/arc_app_prefs_factory.h', |
| 2530 'browser/ui/app_list/arc_app_prefs.cc', |
| 2531 'browser/ui/app_list/arc_app_prefs.h', |
| 2524 'browser/ui/app_list/extension_app_item.cc', | 2532 'browser/ui/app_list/extension_app_item.cc', |
| 2525 'browser/ui/app_list/extension_app_item.h', | 2533 'browser/ui/app_list/extension_app_item.h', |
| 2526 'browser/ui/app_list/extension_app_model_builder.cc', | 2534 'browser/ui/app_list/extension_app_model_builder.cc', |
| 2527 'browser/ui/app_list/extension_app_model_builder.h', | 2535 'browser/ui/app_list/extension_app_model_builder.h', |
| 2528 'browser/ui/app_list/extension_uninstaller.cc', | 2536 'browser/ui/app_list/extension_uninstaller.cc', |
| 2529 'browser/ui/app_list/extension_uninstaller.h', | 2537 'browser/ui/app_list/extension_uninstaller.h', |
| 2530 'browser/ui/app_list/fast_show_pickler.cc', | 2538 'browser/ui/app_list/fast_show_pickler.cc', |
| 2531 'browser/ui/app_list/fast_show_pickler.h', | 2539 'browser/ui/app_list/fast_show_pickler.h', |
| 2532 'browser/ui/app_list/google_now_extension.cc', | 2540 'browser/ui/app_list/google_now_extension.cc', |
| 2533 'browser/ui/app_list/google_now_extension.h', | 2541 'browser/ui/app_list/google_now_extension.h', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3238 ], | 3246 ], |
| 3239 'sources': [ | 3247 'sources': [ |
| 3240 '<@(chrome_browser_ui_non_mobile_sources)', | 3248 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3249 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3242 ], | 3250 ], |
| 3243 }], | 3251 }], |
| 3244 ], | 3252 ], |
| 3245 }, | 3253 }, |
| 3246 ], | 3254 ], |
| 3247 } | 3255 } |
| OLD | NEW |