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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9564034: Separate out the Windows bookmark handling code out of the core drag & drop target class. This matc… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after
2538 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 2538 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2539 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', 2539 'browser/tab_contents/spellchecker_submenu_observer_mac.cc',
2540 'browser/tab_contents/spelling_bubble_model.cc', 2540 'browser/tab_contents/spelling_bubble_model.cc',
2541 'browser/tab_contents/spelling_bubble_model.h', 2541 'browser/tab_contents/spelling_bubble_model.h',
2542 'browser/tab_contents/spelling_menu_observer.cc', 2542 'browser/tab_contents/spelling_menu_observer.cc',
2543 'browser/tab_contents/spelling_menu_observer.h', 2543 'browser/tab_contents/spelling_menu_observer.h',
2544 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2544 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2545 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2545 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2546 'browser/tab_contents/web_drag_bookmark_handler_mac.h', 2546 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
2547 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', 2547 'browser/tab_contents/web_drag_bookmark_handler_mac.mm',
2548 'browser/tab_contents/web_drag_bookmark_handler_win.cc',
2549 'browser/tab_contents/web_drag_bookmark_handler_win.h',
2548 'browser/tab_contents/web_drag_source_win.cc', 2550 'browser/tab_contents/web_drag_source_win.cc',
2549 'browser/tab_contents/web_drag_source_win.h', 2551 'browser/tab_contents/web_drag_source_win.h',
2550 'browser/tab_contents/web_drag_utils_win.cc', 2552 'browser/tab_contents/web_drag_utils_win.cc',
2551 'browser/tab_contents/web_drag_utils_win.h', 2553 'browser/tab_contents/web_drag_utils_win.h',
2552 'browser/tab_contents/web_drop_target_win.cc', 2554 'browser/tab_contents/web_drop_target_win.cc',
2553 'browser/tab_contents/web_drop_target_win.h', 2555 'browser/tab_contents/web_drop_target_win.h',
2554 'browser/tabs/default_tab_handler.cc', 2556 'browser/tabs/default_tab_handler.cc',
2555 'browser/tabs/default_tab_handler.h', 2557 'browser/tabs/default_tab_handler.h',
2556 'browser/tabs/pinned_tab_codec.cc', 2558 'browser/tabs/pinned_tab_codec.cc',
2557 'browser/tabs/pinned_tab_codec.h', 2559 'browser/tabs/pinned_tab_codec.h',
(...skipping 3080 matching lines...) Expand 10 before | Expand all | Expand 10 after
5638 'type': 'static_library', 5640 'type': 'static_library',
5639 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5641 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5640 'variables': { 5642 'variables': {
5641 'proto_in_dir': 'browser/history', 5643 'proto_in_dir': 'browser/history',
5642 'proto_out_dir': 'chrome/browser/history', 5644 'proto_out_dir': 'chrome/browser/history',
5643 }, 5645 },
5644 'includes': [ '../build/protoc.gypi' ] 5646 'includes': [ '../build/protoc.gypi' ]
5645 }, 5647 },
5646 ], 5648 ],
5647 } 5649 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_drop_target_win.cc ('k') | content/browser/tab_contents/web_drag_dest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698