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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2806 # For when enable_service_discovery is set. | 2806 # For when enable_service_discovery is set. |
2807 'chrome_browser_ui_service_discovery_sources': [ | 2807 'chrome_browser_ui_service_discovery_sources': [ |
2808 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 2808 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
2809 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 2809 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
2810 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 2810 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
2811 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 2811 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
2812 ], | 2812 ], |
2813 'chrome_browser_ui_toolbar_model_sources': [ | 2813 'chrome_browser_ui_toolbar_model_sources': [ |
2814 'browser/ui/toolbar/chrome_toolbar_model_delegate.cc', | 2814 'browser/ui/toolbar/chrome_toolbar_model_delegate.cc', |
2815 'browser/ui/toolbar/chrome_toolbar_model_delegate.h', | 2815 'browser/ui/toolbar/chrome_toolbar_model_delegate.h', |
2816 'browser/ui/toolbar/toolbar_model_delegate.h', | |
2817 'browser/ui/toolbar/toolbar_model_impl.cc', | |
2818 'browser/ui/toolbar/toolbar_model_impl.h', | |
2819 ], | 2816 ], |
2820 'chrome_browser_ui_webrtc_sources': [ | 2817 'chrome_browser_ui_webrtc_sources': [ |
2821 'browser/ui/webui/media/webrtc_logs_ui.cc', | 2818 'browser/ui/webui/media/webrtc_logs_ui.cc', |
2822 'browser/ui/webui/media/webrtc_logs_ui.h', | 2819 'browser/ui/webui/media/webrtc_logs_ui.h', |
2823 ], | 2820 ], |
2824 }, | 2821 }, |
2825 'targets': [ | 2822 'targets': [ |
2826 { | 2823 { |
2827 'target_name': 'browser_ui', | 2824 'target_name': 'browser_ui', |
2828 'type': 'static_library', | 2825 'type': 'static_library', |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3341 ], | 3338 ], |
3342 'sources': [ | 3339 'sources': [ |
3343 '<@(chrome_browser_ui_non_mobile_sources)', | 3340 '<@(chrome_browser_ui_non_mobile_sources)', |
3344 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3345 ], | 3342 ], |
3346 }], | 3343 }], |
3347 ], | 3344 ], |
3348 }, | 3345 }, |
3349 ], | 3346 ], |
3350 } | 3347 } |
OLD | NEW |