| 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 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2794 'browser/ui/webui/print_preview/sticky_settings.h', | 2794 'browser/ui/webui/print_preview/sticky_settings.h', |
| 2795 ], | 2795 ], |
| 2796 # For when enable_service_discovery is set. | 2796 # For when enable_service_discovery is set. |
| 2797 'chrome_browser_ui_service_discovery_sources': [ | 2797 'chrome_browser_ui_service_discovery_sources': [ |
| 2798 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 2798 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 2799 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 2799 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 2800 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 2800 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 2801 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 2801 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 2802 ], | 2802 ], |
| 2803 'chrome_browser_ui_toolbar_model_sources': [ | 2803 'chrome_browser_ui_toolbar_model_sources': [ |
| 2804 'browser/ui/toolbar/chrome_toolbar_model.cc', | |
| 2805 'browser/ui/toolbar/chrome_toolbar_model.h', | |
| 2806 'browser/ui/toolbar/toolbar_model_delegate.h', | 2804 'browser/ui/toolbar/toolbar_model_delegate.h', |
| 2807 'browser/ui/toolbar/toolbar_model_impl.cc', | 2805 'browser/ui/toolbar/toolbar_model_impl.cc', |
| 2808 'browser/ui/toolbar/toolbar_model_impl.h', | 2806 'browser/ui/toolbar/toolbar_model_impl.h', |
| 2809 ], | 2807 ], |
| 2810 'chrome_browser_ui_webrtc_sources': [ | 2808 'chrome_browser_ui_webrtc_sources': [ |
| 2811 'browser/ui/webui/media/webrtc_logs_ui.cc', | 2809 'browser/ui/webui/media/webrtc_logs_ui.cc', |
| 2812 'browser/ui/webui/media/webrtc_logs_ui.h', | 2810 'browser/ui/webui/media/webrtc_logs_ui.h', |
| 2813 ], | 2811 ], |
| 2814 }, | 2812 }, |
| 2815 'targets': [ | 2813 'targets': [ |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3322 ], | 3320 ], |
| 3323 'sources': [ | 3321 'sources': [ |
| 3324 '<@(chrome_browser_ui_non_mobile_sources)', | 3322 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3323 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3326 ], | 3324 ], |
| 3327 }], | 3325 }], |
| 3328 ], | 3326 ], |
| 3329 }, | 3327 }, |
| 3330 ], | 3328 ], |
| 3331 } | 3329 } |
| OLD | NEW |