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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8430013: Split Mac WebDropTarget into two, content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes 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/ui/cocoa/tab_contents/web_drop_target.mm ('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 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2335 'browser/tab_contents/spelling_bubble_model.cc',
2336 'browser/tab_contents/spelling_bubble_model.h', 2336 'browser/tab_contents/spelling_bubble_model.h',
2337 'browser/tab_contents/spelling_menu_observer.cc', 2337 'browser/tab_contents/spelling_menu_observer.cc',
2338 'browser/tab_contents/spelling_menu_observer.h', 2338 'browser/tab_contents/spelling_menu_observer.h',
2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2339 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2340 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2341 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
2342 'browser/tab_contents/web_drag_bookmark_handler_mac.mm',
2341 'browser/tab_contents/web_drag_source_win.cc', 2343 'browser/tab_contents/web_drag_source_win.cc',
2342 'browser/tab_contents/web_drag_source_win.h', 2344 'browser/tab_contents/web_drag_source_win.h',
2343 'browser/tab_contents/web_drag_utils_win.cc', 2345 'browser/tab_contents/web_drag_utils_win.cc',
2344 'browser/tab_contents/web_drag_utils_win.h', 2346 'browser/tab_contents/web_drag_utils_win.h',
2345 'browser/tab_contents/web_drop_target_win.cc', 2347 'browser/tab_contents/web_drop_target_win.cc',
2346 'browser/tab_contents/web_drop_target_win.h', 2348 'browser/tab_contents/web_drop_target_win.h',
2347 'browser/tabs/default_tab_handler.cc', 2349 'browser/tabs/default_tab_handler.cc',
2348 'browser/tabs/default_tab_handler.h', 2350 'browser/tabs/default_tab_handler.h',
2349 'browser/tabs/pinned_tab_codec.cc', 2351 'browser/tabs/pinned_tab_codec.cc',
2350 'browser/tabs/pinned_tab_codec.h', 2352 'browser/tabs/pinned_tab_codec.h',
(...skipping 2887 matching lines...) Expand 10 before | Expand all | Expand 10 after
5238 'type': 'static_library', 5240 'type': 'static_library',
5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5240 'variables': { 5242 'variables': {
5241 'proto_in_dir': 'browser/history', 5243 'proto_in_dir': 'browser/history',
5242 'proto_out_dir': 'chrome/browser/history', 5244 'proto_out_dir': 'chrome/browser/history',
5243 }, 5245 },
5244 'includes': [ '../build/protoc.gypi' ] 5246 'includes': [ '../build/protoc.gypi' ]
5245 }, 5247 },
5246 ], 5248 ],
5247 } 5249 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698