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

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: removed commented out code 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
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 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_menu_observer.cc', 2335 'browser/tab_contents/spelling_menu_observer.cc',
2336 'browser/tab_contents/spelling_menu_observer.h', 2336 'browser/tab_contents/spelling_menu_observer.h',
2337 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2337 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2338 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2338 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2339 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
2340 'browser/tab_contents/web_drag_bookmark_handler_mac.mm',
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',
2345 'browser/tabs/default_tab_handler.cc', 2347 'browser/tabs/default_tab_handler.cc',
2346 'browser/tabs/default_tab_handler.h', 2348 'browser/tabs/default_tab_handler.h',
2347 'browser/tabs/pinned_tab_codec.cc', 2349 'browser/tabs/pinned_tab_codec.cc',
2348 'browser/tabs/pinned_tab_codec.h', 2350 'browser/tabs/pinned_tab_codec.h',
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 'type': 'static_library', 5236 'type': 'static_library',
5235 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5237 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5236 'variables': { 5238 'variables': {
5237 'proto_in_dir': 'browser/history', 5239 'proto_in_dir': 'browser/history',
5238 'proto_out_dir': 'chrome/browser/history', 5240 'proto_out_dir': 'chrome/browser/history',
5239 }, 5241 },
5240 'includes': [ '../build/protoc.gypi' ] 5242 'includes': [ '../build/protoc.gypi' ]
5241 }, 5243 },
5242 ], 5244 ],
5243 } 5245 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698