| 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 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2676 'chrome_browser_ui_app_list_views_sources': [ | 2676 'chrome_browser_ui_app_list_views_sources': [ |
| 2677 'browser/ui/app_list/app_list_controller_delegate_views.cc', | 2677 'browser/ui/app_list/app_list_controller_delegate_views.cc', |
| 2678 'browser/ui/app_list/app_list_controller_delegate_views.h', | 2678 'browser/ui/app_list/app_list_controller_delegate_views.h', |
| 2679 'browser/ui/app_list/app_list_service_views.cc', | 2679 'browser/ui/app_list/app_list_service_views.cc', |
| 2680 'browser/ui/app_list/app_list_service_views.h', | 2680 'browser/ui/app_list/app_list_service_views.h', |
| 2681 'browser/ui/app_list/app_list_shower_views.cc', | 2681 'browser/ui/app_list/app_list_shower_views.cc', |
| 2682 'browser/ui/app_list/app_list_shower_views.h', | 2682 'browser/ui/app_list/app_list_shower_views.h', |
| 2683 ], | 2683 ], |
| 2684 # Used when the app list is disabled. | 2684 # Used when the app list is disabled. |
| 2685 'chrome_browser_ui_non_app_list_sources': [ | 2685 'chrome_browser_ui_non_app_list_sources': [ |
| 2686 'browser/ui/app_list/app_list_service.h', |
| 2686 'browser/ui/app_list/app_list_service_disabled.cc', | 2687 'browser/ui/app_list/app_list_service_disabled.cc', |
| 2688 'browser/ui/app_list/app_list_service_disabled_mac.h', |
| 2689 'browser/ui/app_list/app_list_service_disabled_mac.mm', |
| 2687 ], | 2690 ], |
| 2688 'chrome_browser_ui_extensions_sources': [ | 2691 'chrome_browser_ui_extensions_sources': [ |
| 2689 'browser/ui/extensions/accelerator_priority.cc', | 2692 'browser/ui/extensions/accelerator_priority.cc', |
| 2690 'browser/ui/extensions/accelerator_priority.h', | 2693 'browser/ui/extensions/accelerator_priority.h', |
| 2691 'browser/ui/extensions/app_launch_params.cc', | 2694 'browser/ui/extensions/app_launch_params.cc', |
| 2692 'browser/ui/extensions/app_launch_params.h', | 2695 'browser/ui/extensions/app_launch_params.h', |
| 2693 'browser/ui/extensions/application_launch.cc', | 2696 'browser/ui/extensions/application_launch.cc', |
| 2694 'browser/ui/extensions/application_launch.h', | 2697 'browser/ui/extensions/application_launch.h', |
| 2695 'browser/ui/extensions/blocked_action_bubble_delegate.cc', | 2698 'browser/ui/extensions/blocked_action_bubble_delegate.cc', |
| 2696 'browser/ui/extensions/blocked_action_bubble_delegate.h', | 2699 'browser/ui/extensions/blocked_action_bubble_delegate.h', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3315 ], | 3318 ], |
| 3316 'sources': [ | 3319 'sources': [ |
| 3317 '<@(chrome_browser_ui_non_mobile_sources)', | 3320 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3318 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3321 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3319 ], | 3322 ], |
| 3320 }], | 3323 }], |
| 3321 ], | 3324 ], |
| 3322 }, | 3325 }, |
| 3323 ], | 3326 ], |
| 3324 } | 3327 } |
| OLD | NEW |