| 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 3161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3172 'browser/ui/panels/panel_mouse_watcher_timer.cc', | 3172 'browser/ui/panels/panel_mouse_watcher_timer.cc', |
| 3173 'browser/ui/panels/panel_mouse_watcher_win.cc', | 3173 'browser/ui/panels/panel_mouse_watcher_win.cc', |
| 3174 'browser/ui/panels/panel_settings_menu_model.cc', | 3174 'browser/ui/panels/panel_settings_menu_model.cc', |
| 3175 'browser/ui/panels/panel_settings_menu_model.h', | 3175 'browser/ui/panels/panel_settings_menu_model.h', |
| 3176 'browser/ui/panels/panel_titlebar_view_cocoa.h', | 3176 'browser/ui/panels/panel_titlebar_view_cocoa.h', |
| 3177 'browser/ui/panels/panel_titlebar_view_cocoa.mm', | 3177 'browser/ui/panels/panel_titlebar_view_cocoa.mm', |
| 3178 'browser/ui/panels/panel_window_controller_cocoa.h', | 3178 'browser/ui/panels/panel_window_controller_cocoa.h', |
| 3179 'browser/ui/panels/panel_window_controller_cocoa.mm', | 3179 'browser/ui/panels/panel_window_controller_cocoa.mm', |
| 3180 'browser/ui/profile_error_dialog.cc', | 3180 'browser/ui/profile_error_dialog.cc', |
| 3181 'browser/ui/profile_error_dialog.h', | 3181 'browser/ui/profile_error_dialog.h', |
| 3182 'browser/ui/sad_tab_observer.cc', |
| 3183 'browser/ui/sad_tab_observer.h', |
| 3182 'browser/ui/search_engines/edit_search_engine_controller.cc', | 3184 'browser/ui/search_engines/edit_search_engine_controller.cc', |
| 3183 'browser/ui/search_engines/edit_search_engine_controller.h', | 3185 'browser/ui/search_engines/edit_search_engine_controller.h', |
| 3184 'browser/ui/search_engines/keyword_editor_controller.cc', | 3186 'browser/ui/search_engines/keyword_editor_controller.cc', |
| 3185 'browser/ui/search_engines/keyword_editor_controller.h', | 3187 'browser/ui/search_engines/keyword_editor_controller.h', |
| 3186 'browser/ui/search_engines/search_engine_tab_helper.cc', | 3188 'browser/ui/search_engines/search_engine_tab_helper.cc', |
| 3187 'browser/ui/search_engines/search_engine_tab_helper.h', | 3189 'browser/ui/search_engines/search_engine_tab_helper.h', |
| 3188 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', | 3190 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', |
| 3189 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', | 3191 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', |
| 3190 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', | 3192 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', |
| 3191 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', | 3193 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', |
| (...skipping 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5240 'type': 'static_library', | 5242 'type': 'static_library', |
| 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5243 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5242 'variables': { | 5244 'variables': { |
| 5243 'proto_in_dir': 'browser/history', | 5245 'proto_in_dir': 'browser/history', |
| 5244 'proto_out_dir': 'chrome/browser/history', | 5246 'proto_out_dir': 'chrome/browser/history', |
| 5245 }, | 5247 }, |
| 5246 'includes': [ '../build/protoc.gypi' ] | 5248 'includes': [ '../build/protoc.gypi' ] |
| 5247 }, | 5249 }, |
| 5248 ], | 5250 ], |
| 5249 } | 5251 } |
| OLD | NEW |