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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'browser/ui/ash/app_sync_ui_state.h', | 541 'browser/ui/ash/app_sync_ui_state.h', |
542 'browser/ui/ash/app_sync_ui_state_factory.cc', | 542 'browser/ui/ash/app_sync_ui_state_factory.cc', |
543 'browser/ui/ash/app_sync_ui_state_factory.h', | 543 'browser/ui/ash/app_sync_ui_state_factory.h', |
544 'browser/ui/ash/app_sync_ui_state_observer.h', | 544 'browser/ui/ash/app_sync_ui_state_observer.h', |
545 'browser/ui/ash/ash_init.cc', | 545 'browser/ui/ash/ash_init.cc', |
546 'browser/ui/ash/ash_init.h', | 546 'browser/ui/ash/ash_init.h', |
547 'browser/ui/ash/ash_keyboard_controller_proxy.cc', | 547 'browser/ui/ash/ash_keyboard_controller_proxy.cc', |
548 'browser/ui/ash/ash_keyboard_controller_proxy.h', | 548 'browser/ui/ash/ash_keyboard_controller_proxy.h', |
549 'browser/ui/ash/ash_util.cc', | 549 'browser/ui/ash/ash_util.cc', |
550 'browser/ui/ash/ash_util.h', | 550 'browser/ui/ash/ash_util.h', |
| 551 'browser/ui/ash/cast_config_delegate_chromeos.cc', |
| 552 'browser/ui/ash/cast_config_delegate_chromeos.h', |
551 'browser/ui/ash/chrome_launcher_prefs.cc', | 553 'browser/ui/ash/chrome_launcher_prefs.cc', |
552 'browser/ui/ash/chrome_launcher_prefs.h', | 554 'browser/ui/ash/chrome_launcher_prefs.h', |
553 'browser/ui/ash/chrome_new_window_delegate.cc', | 555 'browser/ui/ash/chrome_new_window_delegate.cc', |
554 'browser/ui/ash/chrome_new_window_delegate.h', | 556 'browser/ui/ash/chrome_new_window_delegate.h', |
555 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc', | 557 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc', |
556 'browser/ui/ash/chrome_new_window_delegate_chromeos.h', | 558 'browser/ui/ash/chrome_new_window_delegate_chromeos.h', |
557 'browser/ui/ash/chrome_screenshot_grabber.cc', | 559 'browser/ui/ash/chrome_screenshot_grabber.cc', |
558 'browser/ui/ash/chrome_screenshot_grabber.h', | 560 'browser/ui/ash/chrome_screenshot_grabber.h', |
559 'browser/ui/ash/chrome_shell_delegate.cc', | 561 'browser/ui/ash/chrome_shell_delegate.cc', |
560 'browser/ui/ash/chrome_shell_delegate.h', | 562 'browser/ui/ash/chrome_shell_delegate.h', |
(...skipping 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3193 ], | 3195 ], |
3194 'sources': [ | 3196 'sources': [ |
3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3197 '<@(chrome_browser_ui_non_mobile_sources)', |
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3197 ], | 3199 ], |
3198 }], | 3200 }], |
3199 ], | 3201 ], |
3200 }, | 3202 }, |
3201 ], | 3203 ], |
3202 } | 3204 } |
OLD | NEW |