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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8422006: Adds a bubble that asks a user whether to integrate the Spelling service. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2325 'browser/tab_contents/tab_contents_view_gtk.cc', 2325 'browser/tab_contents/tab_contents_view_gtk.cc',
2326 'browser/tab_contents/tab_contents_view_gtk.h', 2326 'browser/tab_contents/tab_contents_view_gtk.h',
2327 'browser/tab_contents/tab_contents_view_mac.h', 2327 'browser/tab_contents/tab_contents_view_mac.h',
2328 'browser/tab_contents/tab_contents_view_mac.mm', 2328 'browser/tab_contents/tab_contents_view_mac.mm',
2329 'browser/tab_contents/tab_util.cc', 2329 'browser/tab_contents/tab_util.cc',
2330 'browser/tab_contents/tab_util.h', 2330 'browser/tab_contents/tab_util.h',
2331 'browser/tab_contents/thumbnail_generator.cc', 2331 'browser/tab_contents/thumbnail_generator.cc',
2332 'browser/tab_contents/thumbnail_generator.h', 2332 'browser/tab_contents/thumbnail_generator.h',
2333 'browser/tab_contents/spellchecker_submenu_observer.cc', 2333 'browser/tab_contents/spellchecker_submenu_observer.cc',
2334 'browser/tab_contents/spellchecker_submenu_observer.h', 2334 'browser/tab_contents/spellchecker_submenu_observer.h',
2335 'browser/tab_contents/spelling_bubble_model.cc',
2336 'browser/tab_contents/spelling_bubble_model.h',
2335 'browser/tab_contents/spelling_menu_observer.cc', 2337 'browser/tab_contents/spelling_menu_observer.cc',
2336 'browser/tab_contents/spelling_menu_observer.h', 2338 'browser/tab_contents/spelling_menu_observer.h',
2337 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2338 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2339 'browser/tab_contents/web_drag_source_win.cc', 2341 'browser/tab_contents/web_drag_source_win.cc',
2340 'browser/tab_contents/web_drag_source_win.h', 2342 'browser/tab_contents/web_drag_source_win.h',
2341 'browser/tab_contents/web_drag_utils_win.cc', 2343 'browser/tab_contents/web_drag_utils_win.cc',
2342 'browser/tab_contents/web_drag_utils_win.h', 2344 'browser/tab_contents/web_drag_utils_win.h',
2343 'browser/tab_contents/web_drop_target_win.cc', 2345 'browser/tab_contents/web_drop_target_win.cc',
2344 'browser/tab_contents/web_drop_target_win.h', 2346 'browser/tab_contents/web_drop_target_win.h',
(...skipping 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
5236 'type': 'static_library', 5238 'type': 'static_library',
5237 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5238 'variables': { 5240 'variables': {
5239 'proto_in_dir': 'browser/history', 5241 'proto_in_dir': 'browser/history',
5240 'proto_out_dir': 'chrome/browser/history', 5242 'proto_out_dir': 'chrome/browser/history',
5241 }, 5243 },
5242 'includes': [ '../build/protoc.gypi' ] 5244 'includes': [ '../build/protoc.gypi' ]
5243 }, 5245 },
5244 ], 5246 ],
5245 } 5247 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/spelling_menu_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698