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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4319003: Replace TabContentsViewGtk with TabContentsViewViews as part of the ongoing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Last patchset was missing canvas_direct2d.cc edit, fixed it and sent to try bots. Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3252 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 'browser/views/tab_contents/native_tab_contents_container_win.cc', 3263 'browser/views/tab_contents/native_tab_contents_container_win.cc',
3264 'browser/views/tab_contents/native_tab_contents_container_win.h', 3264 'browser/views/tab_contents/native_tab_contents_container_win.h',
3265 'browser/views/tab_contents/render_view_context_menu_views.cc', 3265 'browser/views/tab_contents/render_view_context_menu_views.cc',
3266 'browser/views/tab_contents/render_view_context_menu_views.h', 3266 'browser/views/tab_contents/render_view_context_menu_views.h',
3267 'browser/views/tab_contents/tab_contents_drag_win.cc', 3267 'browser/views/tab_contents/tab_contents_drag_win.cc',
3268 'browser/views/tab_contents/tab_contents_drag_win.h', 3268 'browser/views/tab_contents/tab_contents_drag_win.h',
3269 'browser/views/tab_contents/tab_contents_view_gtk.cc', 3269 'browser/views/tab_contents/tab_contents_view_gtk.cc',
3270 'browser/views/tab_contents/tab_contents_view_gtk.h', 3270 'browser/views/tab_contents/tab_contents_view_gtk.h',
3271 'browser/views/tab_contents/tab_contents_view_win.cc', 3271 'browser/views/tab_contents/tab_contents_view_win.cc',
3272 'browser/views/tab_contents/tab_contents_view_win.h', 3272 'browser/views/tab_contents/tab_contents_view_win.h',
3273 'browser/views/tab_contents/tab_contents_view_views.h',
3274 'browser/views/tab_contents/tab_contents_view_views.cc',
3273 'browser/views/tabs/base_tab.cc', 3275 'browser/views/tabs/base_tab.cc',
3274 'browser/views/tabs/base_tab.h', 3276 'browser/views/tabs/base_tab.h',
3275 'browser/views/tabs/base_tab_strip.cc', 3277 'browser/views/tabs/base_tab_strip.cc',
3276 'browser/views/tabs/base_tab_strip.h', 3278 'browser/views/tabs/base_tab_strip.h',
3277 'browser/views/tabs/browser_tab_strip_controller.cc', 3279 'browser/views/tabs/browser_tab_strip_controller.cc',
3278 'browser/views/tabs/browser_tab_strip_controller.h', 3280 'browser/views/tabs/browser_tab_strip_controller.h',
3279 'browser/views/tabs/dragged_tab_controller.cc', 3281 'browser/views/tabs/dragged_tab_controller.cc',
3280 'browser/views/tabs/dragged_tab_controller.h', 3282 'browser/views/tabs/dragged_tab_controller.h',
3281 'browser/views/tabs/dragged_tab_view.cc', 3283 'browser/views/tabs/dragged_tab_view.cc',
3282 'browser/views/tabs/dragged_tab_view.h', 3284 'browser/views/tabs/dragged_tab_view.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3405 'browser/password_manager/native_backend_gnome_x.h', 3407 'browser/password_manager/native_backend_gnome_x.h',
3406 'browser/password_manager/native_backend_gnome_x.cc', 3408 'browser/password_manager/native_backend_gnome_x.cc',
3407 ], 3409 ],
3408 }], 3410 }],
3409 ['touchui==0', { 3411 ['touchui==0', {
3410 'sources!': [ 3412 'sources!': [
3411 'browser/dom_ui/keyboard_ui.cc', 3413 'browser/dom_ui/keyboard_ui.cc',
3412 'browser/dom_ui/keyboard_ui.h', 3414 'browser/dom_ui/keyboard_ui.h',
3413 'browser/renderer_host/render_widget_host_view_views.cc', 3415 'browser/renderer_host/render_widget_host_view_views.cc',
3414 'browser/renderer_host/render_widget_host_view_views.h', 3416 'browser/renderer_host/render_widget_host_view_views.h',
3417 'browser/views/tab_contents/tab_contents_view_views.cc',
3418 'browser/views/tab_contents/tab_contents_view_views.h',
3415 ], 3419 ],
3416 }], 3420 }],
3417 ['touchui==1', { 3421 ['touchui==1', {
3418 'sources/': [ 3422 'sources/': [
3419 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 3423 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
3420 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 3424 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
3425 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3426 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
3421 ], 3427 ],
3422 }], 3428 }],
3423 ['OS=="linux"', { 3429 ['OS=="linux"', {
3424 'dependencies': [ 3430 'dependencies': [
3425 '../build/linux/system.gyp:dbus-glib', 3431 '../build/linux/system.gyp:dbus-glib',
3426 '../build/linux/system.gyp:gconf', 3432 '../build/linux/system.gyp:gconf',
3427 '../build/linux/system.gyp:gtk', 3433 '../build/linux/system.gyp:gtk',
3428 '../build/linux/system.gyp:gtkprint', 3434 '../build/linux/system.gyp:gtkprint',
3429 '../build/linux/system.gyp:nss', 3435 '../build/linux/system.gyp:nss',
3430 '../third_party/undoview/undoview.gyp:undoview', 3436 '../third_party/undoview/undoview.gyp:undoview',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
4072 ['OS=="linux" and toolkit_views==0', { 4078 ['OS=="linux" and toolkit_views==0', {
4073 'sources/': [ 4079 'sources/': [
4074 ['include', '^browser/printing/print_dialog_gtk.cc'], 4080 ['include', '^browser/printing/print_dialog_gtk.cc'],
4075 ['include', '^browser/printing/print_dialog_gtk.h'], 4081 ['include', '^browser/printing/print_dialog_gtk.h'],
4076 ['exclude', '^browser/browser_list_stub.cc'], 4082 ['exclude', '^browser/browser_list_stub.cc'],
4077 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], 4083 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
4078 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 4084 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
4079 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 4085 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
4080 ], 4086 ],
4081 }], 4087 }],
4088 # Touch build only
4089 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4090 'sources/': [
4091 ['include', '^browser/views/tab_contents/tab_contents_view_views .cc'],
4092 ['include', '^browser/views/tab_contents/tab_contents_view_views .h'],
4093 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.c c'],
4094 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h '],
4095 # TODO(anicolao): exclude these once we have DOMUI dialogs
4096 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'],
4097 # ['exclude', '^browser/gtk/constrained_window_gtk.h'],
4098 ],
4099 }],
4082 ['OS=="linux" and chromeos==1',{ 4100 ['OS=="linux" and chromeos==1',{
4083 'sources/': [ 4101 'sources/': [
4084 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], 4102 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
4085 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'], 4103 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
4086 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'], 4104 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
4087 ['exclude', '^browser/notifications/balloon_collection.cc'], 4105 ['exclude', '^browser/notifications/balloon_collection.cc'],
4088 ['exclude', '^browser/notifications/balloon_collection_impl.h'], 4106 ['exclude', '^browser/notifications/balloon_collection_impl.h'],
4089 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ], 4107 ['exclude', '^browser/notifications/balloon_collection_linux.cc' ],
4090 ], 4108 ],
4091 'dependencies': [ 4109 'dependencies': [
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 ], 4318 ],
4301 }, 4319 },
4302 ], 4320 ],
4303 } 4321 }
4304 4322
4305 # Local Variables: 4323 # Local Variables:
4306 # tab-width:2 4324 # tab-width:2
4307 # indent-tabs-mode:nil 4325 # indent-tabs-mode:nil
4308 # End: 4326 # End:
4309 # vim: set expandtab tabstop=2 shiftwidth=2: 4327 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698