OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 102 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
103 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 103 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
104 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 104 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
105 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc', | 105 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc', |
106 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h', | 106 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h', |
107 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 107 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
108 'browser/ui/ash/ash_init.cc', | 108 'browser/ui/ash/ash_init.cc', |
109 'browser/ui/ash/ash_init.h', | 109 'browser/ui/ash/ash_init.h', |
110 'browser/ui/ash/app_list/app_list_controller_ash.h', | 110 'browser/ui/ash/app_list/app_list_controller_ash.h', |
111 'browser/ui/ash/app_list/app_list_controller_ash.cc', | 111 'browser/ui/ash/app_list/app_list_controller_ash.cc', |
| 112 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', |
| 113 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', |
112 'browser/ui/ash/app_sync_ui_state.cc', | 114 'browser/ui/ash/app_sync_ui_state.cc', |
113 'browser/ui/ash/app_sync_ui_state.h', | 115 'browser/ui/ash/app_sync_ui_state.h', |
114 'browser/ui/ash/app_sync_ui_state_observer.h', | 116 'browser/ui/ash/app_sync_ui_state_observer.h', |
115 'browser/ui/ash/app_sync_ui_state_factory.cc', | 117 'browser/ui/ash/app_sync_ui_state_factory.cc', |
116 'browser/ui/ash/app_sync_ui_state_factory.h', | 118 'browser/ui/ash/app_sync_ui_state_factory.h', |
117 'browser/ui/ash/ash_util.cc', | 119 'browser/ui/ash/ash_util.cc', |
118 'browser/ui/ash/ash_util.h', | 120 'browser/ui/ash/ash_util.h', |
119 'browser/ui/ash/caps_lock_handler.cc', | 121 'browser/ui/ash/caps_lock_handler.cc', |
120 'browser/ui/ash/caps_lock_handler.h', | 122 'browser/ui/ash/caps_lock_handler.h', |
121 'browser/ui/ash/brightness_controller_chromeos.cc', | 123 'browser/ui/ash/brightness_controller_chromeos.cc', |
(...skipping 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2740 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2742 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
2741 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2743 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
2742 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2744 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
2743 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2745 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
2744 ]} | 2746 ]} |
2745 ], | 2747 ], |
2746 ], | 2748 ], |
2747 }, | 2749 }, |
2748 ], | 2750 ], |
2749 } | 2751 } |
OLD | NEW |