OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 3165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3176 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 3176 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
3177 'browser/ui/panels/panel_mouse_watcher_win.cc', | 3177 'browser/ui/panels/panel_mouse_watcher_win.cc', |
3178 'browser/ui/panels/panel_settings_menu_model.cc', | 3178 'browser/ui/panels/panel_settings_menu_model.cc', |
3179 'browser/ui/panels/panel_settings_menu_model.h', | 3179 'browser/ui/panels/panel_settings_menu_model.h', |
3180 'browser/ui/panels/panel_titlebar_view_cocoa.h', | 3180 'browser/ui/panels/panel_titlebar_view_cocoa.h', |
3181 'browser/ui/panels/panel_titlebar_view_cocoa.mm', | 3181 'browser/ui/panels/panel_titlebar_view_cocoa.mm', |
3182 'browser/ui/panels/panel_window_controller_cocoa.h', | 3182 'browser/ui/panels/panel_window_controller_cocoa.h', |
3183 'browser/ui/panels/panel_window_controller_cocoa.mm', | 3183 'browser/ui/panels/panel_window_controller_cocoa.mm', |
3184 'browser/ui/profile_error_dialog.cc', | 3184 'browser/ui/profile_error_dialog.cc', |
3185 'browser/ui/profile_error_dialog.h', | 3185 'browser/ui/profile_error_dialog.h', |
| 3186 'browser/ui/sad_tab_observer.cc', |
| 3187 'browser/ui/sad_tab_observer.h', |
3186 'browser/ui/search_engines/edit_search_engine_controller.cc', | 3188 'browser/ui/search_engines/edit_search_engine_controller.cc', |
3187 'browser/ui/search_engines/edit_search_engine_controller.h', | 3189 'browser/ui/search_engines/edit_search_engine_controller.h', |
3188 'browser/ui/search_engines/keyword_editor_controller.cc', | 3190 'browser/ui/search_engines/keyword_editor_controller.cc', |
3189 'browser/ui/search_engines/keyword_editor_controller.h', | 3191 'browser/ui/search_engines/keyword_editor_controller.h', |
3190 'browser/ui/search_engines/search_engine_tab_helper.cc', | 3192 'browser/ui/search_engines/search_engine_tab_helper.cc', |
3191 'browser/ui/search_engines/search_engine_tab_helper.h', | 3193 'browser/ui/search_engines/search_engine_tab_helper.h', |
3192 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', | 3194 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', |
3193 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', | 3195 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', |
3194 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', | 3196 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', |
3195 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', | 3197 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', |
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5266 'type': 'static_library', | 5268 'type': 'static_library', |
5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5269 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5268 'variables': { | 5270 'variables': { |
5269 'proto_in_dir': 'browser/history', | 5271 'proto_in_dir': 'browser/history', |
5270 'proto_out_dir': 'chrome/browser/history', | 5272 'proto_out_dir': 'chrome/browser/history', |
5271 }, | 5273 }, |
5272 'includes': [ '../build/protoc.gypi' ] | 5274 'includes': [ '../build/protoc.gypi' ] |
5273 }, | 5275 }, |
5274 ], | 5276 ], |
5275 } | 5277 } |
OLD | NEW |