Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7713033: Integrate the Spelling service to Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 'browser/tab_contents/simple_alert_infobar_delegate.cc', 2167 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2168 'browser/tab_contents/simple_alert_infobar_delegate.h', 2168 'browser/tab_contents/simple_alert_infobar_delegate.h',
2169 'browser/tab_contents/popup_menu_helper_mac.h', 2169 'browser/tab_contents/popup_menu_helper_mac.h',
2170 'browser/tab_contents/popup_menu_helper_mac.mm', 2170 'browser/tab_contents/popup_menu_helper_mac.mm',
2171 'browser/tab_contents/render_view_context_menu.cc', 2171 'browser/tab_contents/render_view_context_menu.cc',
2172 'browser/tab_contents/render_view_context_menu.h', 2172 'browser/tab_contents/render_view_context_menu.h',
2173 'browser/tab_contents/render_view_context_menu_gtk.cc', 2173 'browser/tab_contents/render_view_context_menu_gtk.cc',
2174 'browser/tab_contents/render_view_context_menu_gtk.h', 2174 'browser/tab_contents/render_view_context_menu_gtk.h',
2175 'browser/tab_contents/render_view_context_menu_mac.h', 2175 'browser/tab_contents/render_view_context_menu_mac.h',
2176 'browser/tab_contents/render_view_context_menu_mac.mm', 2176 'browser/tab_contents/render_view_context_menu_mac.mm',
2177 'browser/tab_contents/render_view_context_menu_observer.cc',
2178 'browser/tab_contents/render_view_context_menu_observer.h',
2177 'browser/tab_contents/render_view_host_delegate_helper.cc', 2179 'browser/tab_contents/render_view_host_delegate_helper.cc',
2178 'browser/tab_contents/render_view_host_delegate_helper.h', 2180 'browser/tab_contents/render_view_host_delegate_helper.h',
2179 'browser/tab_contents/tab_contents_ssl_helper.cc', 2181 'browser/tab_contents/tab_contents_ssl_helper.cc',
2180 'browser/tab_contents/tab_contents_ssl_helper.h', 2182 'browser/tab_contents/tab_contents_ssl_helper.h',
2181 'browser/tab_contents/tab_contents_view_gtk.cc', 2183 'browser/tab_contents/tab_contents_view_gtk.cc',
2182 'browser/tab_contents/tab_contents_view_gtk.h', 2184 'browser/tab_contents/tab_contents_view_gtk.h',
2183 'browser/tab_contents/tab_contents_view_mac.h', 2185 'browser/tab_contents/tab_contents_view_mac.h',
2184 'browser/tab_contents/tab_contents_view_mac.mm', 2186 'browser/tab_contents/tab_contents_view_mac.mm',
2185 'browser/tab_contents/tab_util.cc', 2187 'browser/tab_contents/tab_util.cc',
2186 'browser/tab_contents/tab_util.h', 2188 'browser/tab_contents/tab_util.h',
2187 'browser/tab_contents/thumbnail_generator.cc', 2189 'browser/tab_contents/thumbnail_generator.cc',
2188 'browser/tab_contents/thumbnail_generator.h', 2190 'browser/tab_contents/thumbnail_generator.h',
2191 'browser/tab_contents/spelling_menu_observer.cc',
2192 'browser/tab_contents/spelling_menu_observer.h',
2189 'browser/tab_contents/web_drag_dest_gtk.cc', 2193 'browser/tab_contents/web_drag_dest_gtk.cc',
2190 'browser/tab_contents/web_drag_dest_gtk.h', 2194 'browser/tab_contents/web_drag_dest_gtk.h',
2191 'browser/tab_contents/web_drag_source_win.cc', 2195 'browser/tab_contents/web_drag_source_win.cc',
2192 'browser/tab_contents/web_drag_source_win.h', 2196 'browser/tab_contents/web_drag_source_win.h',
2193 'browser/tab_contents/web_drag_utils_win.cc', 2197 'browser/tab_contents/web_drag_utils_win.cc',
2194 'browser/tab_contents/web_drag_utils_win.h', 2198 'browser/tab_contents/web_drag_utils_win.h',
2195 'browser/tab_contents/web_drop_target_win.cc', 2199 'browser/tab_contents/web_drop_target_win.cc',
2196 'browser/tab_contents/web_drop_target_win.h', 2200 'browser/tab_contents/web_drop_target_win.h',
2197 'browser/tabs/default_tab_handler.cc', 2201 'browser/tabs/default_tab_handler.cc',
2198 'browser/tabs/default_tab_handler.h', 2202 'browser/tabs/default_tab_handler.h',
(...skipping 2712 matching lines...) Expand 10 before | Expand all | Expand 10 after
4911 # weak imports in dependents, who still must #include 4915 # weak imports in dependents, who still must #include
4912 # closure_blocks_leopard_compat.h to get weak imports. 4916 # closure_blocks_leopard_compat.h to get weak imports.
4913 'type': 'none', 4917 'type': 'none',
4914 }], 4918 }],
4915 ], 4919 ],
4916 }, 4920 },
4917 ], 4921 ],
4918 }], 4922 }],
4919 ], 4923 ],
4920 } 4924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698