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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9757001: Support custom drag-and-drop of bookmarks in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor style fixes from CR 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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 'browser/sync/sync_setup_wizard.h', 2144 'browser/sync/sync_setup_wizard.h',
2145 'browser/sync/sync_ui_util.cc', 2145 'browser/sync/sync_ui_util.cc',
2146 'browser/sync/sync_ui_util.h', 2146 'browser/sync/sync_ui_util.h',
2147 'browser/sync/sync_ui_util_mac.h', 2147 'browser/sync/sync_ui_util_mac.h',
2148 'browser/sync/sync_ui_util_mac.mm', 2148 'browser/sync/sync_ui_util_mac.mm',
2149 'browser/sync/user_selectable_sync_type.h', 2149 'browser/sync/user_selectable_sync_type.h',
2150 'browser/tab_closeable_state_watcher.cc', 2150 'browser/tab_closeable_state_watcher.cc',
2151 'browser/tab_closeable_state_watcher.h', 2151 'browser/tab_closeable_state_watcher.h',
2152 'browser/tab_contents/background_contents.cc', 2152 'browser/tab_contents/background_contents.cc',
2153 'browser/tab_contents/background_contents.h', 2153 'browser/tab_contents/background_contents.h',
2154 'browser/tab_contents/chrome_web_contents_view_delegate_aura.cc',
2155 'browser/tab_contents/chrome_web_contents_view_delegate_aura.h',
2154 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc', 2156 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.cc',
2155 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h', 2157 'browser/tab_contents/chrome_web_contents_view_delegate_gtk.h',
2156 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h', 2158 'browser/tab_contents/chrome_web_contents_view_delegate_mac.h',
2157 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm', 2159 'browser/tab_contents/chrome_web_contents_view_delegate_mac.mm',
2158 'browser/tab_contents/chrome_web_contents_view_delegate_win.cc', 2160 'browser/tab_contents/chrome_web_contents_view_delegate_win.cc',
2159 'browser/tab_contents/chrome_web_contents_view_delegate_win.h', 2161 'browser/tab_contents/chrome_web_contents_view_delegate_win.h',
2160 'browser/tab_contents/confirm_infobar_delegate.cc', 2162 'browser/tab_contents/confirm_infobar_delegate.cc',
2161 'browser/tab_contents/confirm_infobar_delegate.h', 2163 'browser/tab_contents/confirm_infobar_delegate.h',
2162 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2164 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2163 'browser/tab_contents/insecure_content_infobar_delegate.h', 2165 'browser/tab_contents/insecure_content_infobar_delegate.h',
(...skipping 18 matching lines...) Expand all
2182 'browser/tab_contents/tab_util.h', 2184 'browser/tab_contents/tab_util.h',
2183 'browser/tab_contents/thumbnail_generator.cc', 2185 'browser/tab_contents/thumbnail_generator.cc',
2184 'browser/tab_contents/thumbnail_generator.h', 2186 'browser/tab_contents/thumbnail_generator.h',
2185 'browser/tab_contents/spellchecker_submenu_observer.h', 2187 'browser/tab_contents/spellchecker_submenu_observer.h',
2186 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc', 2188 'browser/tab_contents/spellchecker_submenu_observer_hunspell.cc',
2187 'browser/tab_contents/spellchecker_submenu_observer_mac.cc', 2189 'browser/tab_contents/spellchecker_submenu_observer_mac.cc',
2188 'browser/tab_contents/spelling_bubble_model.cc', 2190 'browser/tab_contents/spelling_bubble_model.cc',
2189 'browser/tab_contents/spelling_bubble_model.h', 2191 'browser/tab_contents/spelling_bubble_model.h',
2190 'browser/tab_contents/spelling_menu_observer.cc', 2192 'browser/tab_contents/spelling_menu_observer.cc',
2191 'browser/tab_contents/spelling_menu_observer.h', 2193 'browser/tab_contents/spelling_menu_observer.h',
2194 'browser/tab_contents/web_drag_bookmark_handler_aura.cc',
2195 'browser/tab_contents/web_drag_bookmark_handler_aura.h',
2192 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc', 2196 'browser/tab_contents/web_drag_bookmark_handler_gtk.cc',
2193 'browser/tab_contents/web_drag_bookmark_handler_gtk.h', 2197 'browser/tab_contents/web_drag_bookmark_handler_gtk.h',
2194 'browser/tab_contents/web_drag_bookmark_handler_mac.h', 2198 'browser/tab_contents/web_drag_bookmark_handler_mac.h',
2195 'browser/tab_contents/web_drag_bookmark_handler_mac.mm', 2199 'browser/tab_contents/web_drag_bookmark_handler_mac.mm',
2196 'browser/tab_contents/web_drag_bookmark_handler_win.cc', 2200 'browser/tab_contents/web_drag_bookmark_handler_win.cc',
2197 'browser/tab_contents/web_drag_bookmark_handler_win.h', 2201 'browser/tab_contents/web_drag_bookmark_handler_win.h',
2198 'browser/tab_render_watcher.cc', 2202 'browser/tab_render_watcher.cc',
2199 'browser/tab_render_watcher.h', 2203 'browser/tab_render_watcher.h',
2200 'browser/tabs/default_tab_handler.cc', 2204 'browser/tabs/default_tab_handler.cc',
2201 'browser/tabs/default_tab_handler.h', 2205 'browser/tabs/default_tab_handler.h',
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 ['exclude', '^browser/external_tab_container_win.cc'], 4279 ['exclude', '^browser/external_tab_container_win.cc'],
4276 ['exclude', '^browser/external_tab_container_win.h'], 4280 ['exclude', '^browser/external_tab_container_win.h'],
4277 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], 4281 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
4278 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], 4282 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
4279 ['exclude', '^browser/google/google_update.cc'], 4283 ['exclude', '^browser/google/google_update.cc'],
4280 ['exclude', '^browser/google/google_update.h'], 4284 ['exclude', '^browser/google/google_update.h'],
4281 ['exclude', '^browser/hang_monitor/'], 4285 ['exclude', '^browser/hang_monitor/'],
4282 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 4286 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
4283 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.cc'], 4287 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.cc'],
4284 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.h'], 4288 ['exclude', '^browser/tab_contents/chrome_web_contents_view_delegate _win.h'],
4289 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
4290 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
4285 ['exclude', '^browser/ui/browser_list_stub.cc'], 4291 ['exclude', '^browser/ui/browser_list_stub.cc'],
4286 ['exclude', '^browser/ui/gesture_prefs.cc'], 4292 ['exclude', '^browser/ui/gesture_prefs.cc'],
4287 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'], 4293 ['exclude', '^browser/ui/panels/display_settings_provider_win.cc'],
4288 ['exclude', '^browser/ui/tabs/dock_info_win.cc'], 4294 ['exclude', '^browser/ui/tabs/dock_info_win.cc'],
4289 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'], 4295 ['exclude', '^browser/ui/views/about_ipc_dialog.cc'],
4290 ['exclude', '^browser/ui/views/app_menu_button_win.cc'], 4296 ['exclude', '^browser/ui/views/app_menu_button_win.cc'],
4291 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'], 4297 ['exclude', '^browser/ui/views/certificate_viewer_win.cc'],
4292 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'], 4298 ['exclude', '^browser/ui/views/dropdown_bar_host_win.cc'],
4293 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'], 4299 ['exclude', '^browser/ui/views/external_protocol_dialog.cc'],
4294 ['exclude', '^browser/ui/views/find_bar_host_win.cc'], 4300 ['exclude', '^browser/ui/views/find_bar_host_win.cc'],
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
5210 'variables': { 5216 'variables': {
5211 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5217 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5212 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5218 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5213 }, 5219 },
5214 'includes': ['../build/protoc.gypi'], 5220 'includes': ['../build/protoc.gypi'],
5215 }], 5221 }],
5216 ], 5222 ],
5217 }, 5223 },
5218 ], 5224 ],
5219 } 5225 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698