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

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, 3 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 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after
2180 'browser/tab_contents/simple_alert_infobar_delegate.cc', 2180 'browser/tab_contents/simple_alert_infobar_delegate.cc',
2181 'browser/tab_contents/simple_alert_infobar_delegate.h', 2181 'browser/tab_contents/simple_alert_infobar_delegate.h',
2182 'browser/tab_contents/popup_menu_helper_mac.h', 2182 'browser/tab_contents/popup_menu_helper_mac.h',
2183 'browser/tab_contents/popup_menu_helper_mac.mm', 2183 'browser/tab_contents/popup_menu_helper_mac.mm',
2184 'browser/tab_contents/render_view_context_menu.cc', 2184 'browser/tab_contents/render_view_context_menu.cc',
2185 'browser/tab_contents/render_view_context_menu.h', 2185 'browser/tab_contents/render_view_context_menu.h',
2186 'browser/tab_contents/render_view_context_menu_gtk.cc', 2186 'browser/tab_contents/render_view_context_menu_gtk.cc',
2187 'browser/tab_contents/render_view_context_menu_gtk.h', 2187 'browser/tab_contents/render_view_context_menu_gtk.h',
2188 'browser/tab_contents/render_view_context_menu_mac.h', 2188 'browser/tab_contents/render_view_context_menu_mac.h',
2189 'browser/tab_contents/render_view_context_menu_mac.mm', 2189 'browser/tab_contents/render_view_context_menu_mac.mm',
2190 'browser/tab_contents/render_view_context_menu_observer.cc',
2191 'browser/tab_contents/render_view_context_menu_observer.h',
2190 'browser/tab_contents/render_view_host_delegate_helper.cc', 2192 'browser/tab_contents/render_view_host_delegate_helper.cc',
2191 'browser/tab_contents/render_view_host_delegate_helper.h', 2193 'browser/tab_contents/render_view_host_delegate_helper.h',
2192 'browser/tab_contents/tab_contents_ssl_helper.cc', 2194 'browser/tab_contents/tab_contents_ssl_helper.cc',
2193 'browser/tab_contents/tab_contents_ssl_helper.h', 2195 'browser/tab_contents/tab_contents_ssl_helper.h',
2194 'browser/tab_contents/tab_contents_view_gtk.cc', 2196 'browser/tab_contents/tab_contents_view_gtk.cc',
2195 'browser/tab_contents/tab_contents_view_gtk.h', 2197 'browser/tab_contents/tab_contents_view_gtk.h',
2196 'browser/tab_contents/tab_contents_view_mac.h', 2198 'browser/tab_contents/tab_contents_view_mac.h',
2197 'browser/tab_contents/tab_contents_view_mac.mm', 2199 'browser/tab_contents/tab_contents_view_mac.mm',
2198 'browser/tab_contents/tab_util.cc', 2200 'browser/tab_contents/tab_util.cc',
2199 'browser/tab_contents/tab_util.h', 2201 'browser/tab_contents/tab_util.h',
2200 'browser/tab_contents/thumbnail_generator.cc', 2202 'browser/tab_contents/thumbnail_generator.cc',
2201 'browser/tab_contents/thumbnail_generator.h', 2203 'browser/tab_contents/thumbnail_generator.h',
2204 'browser/tab_contents/spelling_menu_observer.cc',
2205 'browser/tab_contents/spelling_menu_observer.h',
2202 'browser/tab_contents/web_drag_dest_gtk.cc', 2206 'browser/tab_contents/web_drag_dest_gtk.cc',
2203 'browser/tab_contents/web_drag_dest_gtk.h', 2207 'browser/tab_contents/web_drag_dest_gtk.h',
2204 'browser/tab_contents/web_drag_source_win.cc', 2208 'browser/tab_contents/web_drag_source_win.cc',
2205 'browser/tab_contents/web_drag_source_win.h', 2209 'browser/tab_contents/web_drag_source_win.h',
2206 'browser/tab_contents/web_drag_utils_win.cc', 2210 'browser/tab_contents/web_drag_utils_win.cc',
2207 'browser/tab_contents/web_drag_utils_win.h', 2211 'browser/tab_contents/web_drag_utils_win.h',
2208 'browser/tab_contents/web_drop_target_win.cc', 2212 'browser/tab_contents/web_drop_target_win.cc',
2209 'browser/tab_contents/web_drop_target_win.h', 2213 'browser/tab_contents/web_drop_target_win.h',
2210 'browser/tabs/default_tab_handler.cc', 2214 'browser/tabs/default_tab_handler.cc',
2211 'browser/tabs/default_tab_handler.h', 2215 'browser/tabs/default_tab_handler.h',
(...skipping 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after
4929 # weak imports in dependents, who still must #include 4933 # weak imports in dependents, who still must #include
4930 # closure_blocks_leopard_compat.h to get weak imports. 4934 # closure_blocks_leopard_compat.h to get weak imports.
4931 'type': 'none', 4935 'type': 'none',
4932 }], 4936 }],
4933 ], 4937 ],
4934 }, 4938 },
4935 ], 4939 ],
4936 }], 4940 }],
4937 ], 4941 ],
4938 } 4942 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_contents/render_view_context_menu_views.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698