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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8363042: Refactor the "spell-checker options" submenu. (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/spellchecker_submenu_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 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after
2313 'browser/tab_contents/tab_contents_ssl_helper.cc', 2313 'browser/tab_contents/tab_contents_ssl_helper.cc',
2314 'browser/tab_contents/tab_contents_ssl_helper.h', 2314 'browser/tab_contents/tab_contents_ssl_helper.h',
2315 'browser/tab_contents/tab_contents_view_gtk.cc', 2315 'browser/tab_contents/tab_contents_view_gtk.cc',
2316 'browser/tab_contents/tab_contents_view_gtk.h', 2316 'browser/tab_contents/tab_contents_view_gtk.h',
2317 'browser/tab_contents/tab_contents_view_mac.h', 2317 'browser/tab_contents/tab_contents_view_mac.h',
2318 'browser/tab_contents/tab_contents_view_mac.mm', 2318 'browser/tab_contents/tab_contents_view_mac.mm',
2319 'browser/tab_contents/tab_util.cc', 2319 'browser/tab_contents/tab_util.cc',
2320 'browser/tab_contents/tab_util.h', 2320 'browser/tab_contents/tab_util.h',
2321 'browser/tab_contents/thumbnail_generator.cc', 2321 'browser/tab_contents/thumbnail_generator.cc',
2322 'browser/tab_contents/thumbnail_generator.h', 2322 'browser/tab_contents/thumbnail_generator.h',
2323 'browser/tab_contents/spellchecker_submenu_observer.cc',
2324 'browser/tab_contents/spellchecker_submenu_observer.h',
2323 'browser/tab_contents/spelling_menu_observer.cc', 2325 'browser/tab_contents/spelling_menu_observer.cc',
2324 'browser/tab_contents/spelling_menu_observer.h', 2326 'browser/tab_contents/spelling_menu_observer.h',
2325 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2327 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2326 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2328 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2327 'browser/tab_contents/web_drag_source_win.cc', 2329 'browser/tab_contents/web_drag_source_win.cc',
2328 'browser/tab_contents/web_drag_source_win.h', 2330 'browser/tab_contents/web_drag_source_win.h',
2329 'browser/tab_contents/web_drag_utils_win.cc', 2331 'browser/tab_contents/web_drag_utils_win.cc',
2330 'browser/tab_contents/web_drag_utils_win.h', 2332 'browser/tab_contents/web_drag_utils_win.h',
2331 'browser/tab_contents/web_drop_target_win.cc', 2333 'browser/tab_contents/web_drop_target_win.cc',
2332 'browser/tab_contents/web_drop_target_win.h', 2334 'browser/tab_contents/web_drop_target_win.h',
(...skipping 2890 matching lines...) Expand 10 before | Expand all | Expand 10 after
5223 'type': 'static_library', 5225 'type': 'static_library',
5224 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5226 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5225 'variables': { 5227 'variables': {
5226 'proto_in_dir': 'browser/history', 5228 'proto_in_dir': 'browser/history',
5227 'proto_out_dir': 'chrome/browser/history', 5229 'proto_out_dir': 'chrome/browser/history',
5228 }, 5230 },
5229 'includes': [ '../build/protoc.gypi' ] 5231 'includes': [ '../build/protoc.gypi' ]
5230 }, 5232 },
5231 ], 5233 ],
5232 } 5234 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/spellchecker_submenu_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698