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 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1438 'browser/ui/cocoa/ui_localizer.h', | 1438 'browser/ui/cocoa/ui_localizer.h', |
1439 'browser/ui/cocoa/ui_localizer.mm', | 1439 'browser/ui/cocoa/ui_localizer.mm', |
1440 'browser/ui/cocoa/window_restore_utils.h', | 1440 'browser/ui/cocoa/window_restore_utils.h', |
1441 'browser/ui/cocoa/window_restore_utils.mm', | 1441 'browser/ui/cocoa/window_restore_utils.mm', |
1442 'browser/ui/startup/autolaunch_prompt.cc', | 1442 'browser/ui/startup/autolaunch_prompt.cc', |
1443 'browser/ui/web_contents_sizer.mm', | 1443 'browser/ui/web_contents_sizer.mm', |
1444 ], | 1444 ], |
1445 'chrome_browser_ui_media_router_sources': [ | 1445 'chrome_browser_ui_media_router_sources': [ |
1446 'browser/ui/toolbar/media_router_action.h', | 1446 'browser/ui/toolbar/media_router_action.h', |
1447 'browser/ui/toolbar/media_router_action.cc', | 1447 'browser/ui/toolbar/media_router_action.cc', |
| 1448 'browser/ui/webui/media_router/media_router_localized_strings_provider.cc'
, |
| 1449 'browser/ui/webui/media_router/media_router_localized_strings_provider.h', |
| 1450 'browser/ui/webui/media_router/media_router_resources_provider.cc', |
| 1451 'browser/ui/webui/media_router/media_router_resources_provider.h', |
1448 ], | 1452 ], |
1449 'chrome_browser_ui_non_mac_sources': [ | 1453 'chrome_browser_ui_non_mac_sources': [ |
1450 'browser/ui/web_contents_sizer.cc', | 1454 'browser/ui/web_contents_sizer.cc', |
1451 ], | 1455 ], |
1452 'chrome_browser_ui_non_mobile_sources': [ | 1456 'chrome_browser_ui_non_mobile_sources': [ |
1453 'browser/ui/apps/app_info_dialog.h', | 1457 'browser/ui/apps/app_info_dialog.h', |
1454 'browser/ui/apps/apps_metro_handler_win.cc', | 1458 'browser/ui/apps/apps_metro_handler_win.cc', |
1455 'browser/ui/apps/apps_metro_handler_win.h', | 1459 'browser/ui/apps/apps_metro_handler_win.h', |
1456 'browser/ui/apps/chrome_app_delegate.cc', | 1460 'browser/ui/apps/chrome_app_delegate.cc', |
1457 'browser/ui/apps/chrome_app_delegate.h', | 1461 'browser/ui/apps/chrome_app_delegate.h', |
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3168 ], | 3172 ], |
3169 'sources': [ | 3173 'sources': [ |
3170 '<@(chrome_browser_ui_non_mobile_sources)', | 3174 '<@(chrome_browser_ui_non_mobile_sources)', |
3171 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3175 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3172 ], | 3176 ], |
3173 }], | 3177 }], |
3174 ], | 3178 ], |
3175 }, | 3179 }, |
3176 ], | 3180 ], |
3177 } | 3181 } |
OLD | NEW |