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

Side by Side Diff: chrome/chrome.gyp

Issue 160378: Make TOOLKIT_VIEWS port use views-based Autocomplete popup.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'browser/autocomplete/autocomplete_edit_view_mac.mm', 595 'browser/autocomplete/autocomplete_edit_view_mac.mm',
596 'browser/autocomplete/autocomplete_edit_view_win.cc', 596 'browser/autocomplete/autocomplete_edit_view_win.cc',
597 'browser/autocomplete/autocomplete_edit_view_win.h', 597 'browser/autocomplete/autocomplete_edit_view_win.h',
598 'browser/autocomplete/autocomplete_popup_model.cc', 598 'browser/autocomplete/autocomplete_popup_model.cc',
599 'browser/autocomplete/autocomplete_popup_model.h', 599 'browser/autocomplete/autocomplete_popup_model.h',
600 'browser/autocomplete/autocomplete_popup_view.h', 600 'browser/autocomplete/autocomplete_popup_view.h',
601 'browser/autocomplete/autocomplete_popup_view_gtk.cc', 601 'browser/autocomplete/autocomplete_popup_view_gtk.cc',
602 'browser/autocomplete/autocomplete_popup_view_gtk.h', 602 'browser/autocomplete/autocomplete_popup_view_gtk.h',
603 'browser/autocomplete/autocomplete_popup_view_mac.h', 603 'browser/autocomplete/autocomplete_popup_view_mac.h',
604 'browser/autocomplete/autocomplete_popup_view_mac.mm', 604 'browser/autocomplete/autocomplete_popup_view_mac.mm',
605 'browser/autocomplete/autocomplete_popup_view_win.cc',
606 'browser/autocomplete/autocomplete_popup_view_win.h',
607 'browser/autocomplete/history_contents_provider.cc', 605 'browser/autocomplete/history_contents_provider.cc',
608 'browser/autocomplete/history_contents_provider.h', 606 'browser/autocomplete/history_contents_provider.h',
609 'browser/autocomplete/history_url_provider.cc', 607 'browser/autocomplete/history_url_provider.cc',
610 'browser/autocomplete/history_url_provider.h', 608 'browser/autocomplete/history_url_provider.h',
611 'browser/autocomplete/keyword_provider.cc', 609 'browser/autocomplete/keyword_provider.cc',
612 'browser/autocomplete/keyword_provider.h', 610 'browser/autocomplete/keyword_provider.h',
613 'browser/autocomplete/search_provider.cc', 611 'browser/autocomplete/search_provider.cc',
614 'browser/autocomplete/search_provider.h', 612 'browser/autocomplete/search_provider.h',
615 'browser/autofill_manager.cc', 613 'browser/autofill_manager.cc',
616 'browser/autofill_manager.h', 614 'browser/autofill_manager.h',
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 'browser/views/about_chrome_view.cc', 1615 'browser/views/about_chrome_view.cc',
1618 'browser/views/about_chrome_view.h', 1616 'browser/views/about_chrome_view.h',
1619 'browser/views/about_ipc_dialog.cc', 1617 'browser/views/about_ipc_dialog.cc',
1620 'browser/views/about_ipc_dialog.h', 1618 'browser/views/about_ipc_dialog.h',
1621 'browser/views/about_network_dialog.cc', 1619 'browser/views/about_network_dialog.cc',
1622 'browser/views/about_network_dialog.h', 1620 'browser/views/about_network_dialog.h',
1623 'browser/views/autocomplete/autocomplete_popup_contents_view.cc', 1621 'browser/views/autocomplete/autocomplete_popup_contents_view.cc',
1624 'browser/views/autocomplete/autocomplete_popup_contents_view.h', 1622 'browser/views/autocomplete/autocomplete_popup_contents_view.h',
1625 'browser/views/autocomplete/autocomplete_popup_win.cc', 1623 'browser/views/autocomplete/autocomplete_popup_win.cc',
1626 'browser/views/autocomplete/autocomplete_popup_win.h', 1624 'browser/views/autocomplete/autocomplete_popup_win.h',
1625 'browser/views/autocomplete/autocomplete_popup_gtk.cc',
1626 'browser/views/autocomplete/autocomplete_popup_gtk.h',
1627 'browser/views/blocked_popup_container_view_win.cc', 1627 'browser/views/blocked_popup_container_view_win.cc',
1628 'browser/views/blocked_popup_container_view_win.h', 1628 'browser/views/blocked_popup_container_view_win.h',
1629 'browser/views/bookmark_bar_view.cc', 1629 'browser/views/bookmark_bar_view.cc',
1630 'browser/views/bookmark_bar_view.h', 1630 'browser/views/bookmark_bar_view.h',
1631 'browser/views/bookmark_bubble_view.cc', 1631 'browser/views/bookmark_bubble_view.cc',
1632 'browser/views/bookmark_bubble_view.h', 1632 'browser/views/bookmark_bubble_view.h',
1633 'browser/views/bookmark_context_menu.cc', 1633 'browser/views/bookmark_context_menu.cc',
1634 'browser/views/bookmark_context_menu.h', 1634 'browser/views/bookmark_context_menu.h',
1635 'browser/views/bookmark_editor_view.cc', 1635 'browser/views/bookmark_editor_view.cc',
1636 'browser/views/bookmark_editor_view.h', 1636 'browser/views/bookmark_editor_view.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 ['linux_sandbox_path != ""', { 1929 ['linux_sandbox_path != ""', {
1930 'defines': [ 1930 'defines': [
1931 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', 1931 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
1932 ], 1932 ],
1933 }], 1933 }],
1934 ], 1934 ],
1935 }], 1935 }],
1936 ['OS=="linux" and toolkit_views==0', { 1936 ['OS=="linux" and toolkit_views==0', {
1937 'sources!': [ 1937 'sources!': [
1938 'browser/bookmarks/bookmark_drop_info.cc', 1938 'browser/bookmarks/bookmark_drop_info.cc',
1939 'browser/views/autocomplete/autocomplete_popup_gtk.cc',
1940 'browser/views/autocomplete/autocomplete_popup_gtk.h'
1939 ], 1941 ],
1940 }], 1942 }],
1941 ['OS=="mac"', { 1943 ['OS=="mac"', {
1942 'sources!': [ 1944 'sources!': [
1943 'browser/automation/automation_provider_list_generic.cc', 1945 'browser/automation/automation_provider_list_generic.cc',
1944 'browser/bookmarks/bookmark_context_menu.cc', 1946 'browser/bookmarks/bookmark_context_menu.cc',
1945 'browser/bookmarks/bookmark_drop_info.cc', 1947 'browser/bookmarks/bookmark_drop_info.cc',
1946 'browser/dock_info.cc', 1948 'browser/dock_info.cc',
1947 'browser/download/download_exe.cc', 1949 'browser/download/download_exe.cc',
1948 'browser/download/download_request_dialog_delegate_win.cc', 1950 'browser/download/download_request_dialog_delegate_win.cc',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 # Exclude all of views. 2089 # Exclude all of views.
2088 ['exclude', '^browser/views/'], 2090 ['exclude', '^browser/views/'],
2089 ], 2091 ],
2090 'conditions': [ 2092 'conditions': [
2091 ['toolkit_views==1',{ 2093 ['toolkit_views==1',{
2092 'sources/': [ 2094 'sources/': [
2093 ['include', '^browser/dock_info_gtk.cc'], 2095 ['include', '^browser/dock_info_gtk.cc'],
2094 ['include', '^browser/dock_info.cc'], 2096 ['include', '^browser/dock_info.cc'],
2095 ['include', '^browser/dock_info.h'], 2097 ['include', '^browser/dock_info.h'],
2096 ['include', '^browser/extensions/'], 2098 ['include', '^browser/extensions/'],
2099 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'],
2100 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'],
2101 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
2102 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
2097 ['include', '^browser/views/bookmark_bar_view.cc'], 2103 ['include', '^browser/views/bookmark_bar_view.cc'],
2098 ['include', '^browser/views/bookmark_bar_view.h'], 2104 ['include', '^browser/views/bookmark_bar_view.h'],
2099 ['include', '^browser/views/bookmark_context_menu.cc'], 2105 ['include', '^browser/views/bookmark_context_menu.cc'],
2100 ['include', '^browser/views/bookmark_context_menu.h'], 2106 ['include', '^browser/views/bookmark_context_menu.h'],
2101 ['include', '^browser/views/bookmark_menu_button.cc'], 2107 ['include', '^browser/views/bookmark_menu_button.cc'],
2102 ['include', '^browser/views/bookmark_menu_button.h'], 2108 ['include', '^browser/views/bookmark_menu_button.h'],
2103 ['include', '^browser/views/bookmark_menu_controller_views.cc'], 2109 ['include', '^browser/views/bookmark_menu_controller_views.cc'],
2104 ['include', '^browser/views/browser_bubble_gtk.cc'], 2110 ['include', '^browser/views/browser_bubble_gtk.cc'],
2105 ['include', '^browser/views/browser_bubble.cc'], 2111 ['include', '^browser/views/browser_bubble.cc'],
2106 ['include', '^browser/views/browser_bubble.h'], 2112 ['include', '^browser/views/browser_bubble.h'],
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'], 2222 ['include', '^browser/gtk/import_lock_dialog_gtk.cc'],
2217 ['include', '^browser/gtk/import_lock_dialog_gtk.h'], 2223 ['include', '^browser/gtk/import_lock_dialog_gtk.h'],
2218 ['include', '^browser/gtk/keyword_editor_view.cc'], 2224 ['include', '^browser/gtk/keyword_editor_view.cc'],
2219 ['include', '^browser/gtk/keyword_editor_view.h'], 2225 ['include', '^browser/gtk/keyword_editor_view.h'],
2220 ['include', '^browser/gtk/list_store_favicon_loader.cc'], 2226 ['include', '^browser/gtk/list_store_favicon_loader.cc'],
2221 ['include', '^browser/gtk/list_store_favicon_loader.h'], 2227 ['include', '^browser/gtk/list_store_favicon_loader.h'],
2222 ['include', '^browser/gtk/menu_gtk.cc'], 2228 ['include', '^browser/gtk/menu_gtk.cc'],
2223 ['include', '^browser/gtk/menu_gtk.h'], 2229 ['include', '^browser/gtk/menu_gtk.h'],
2224 2230
2225 # Other excluded stuff. 2231 # Other excluded stuff.
2232 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.c c'],
2233 ['exclude', '^browser/autocomplete/autocomplete_popup_view_gtk.h '],
2226 ['exclude', '^browser/browser_theme_provider_gtk.cc'], 2234 ['exclude', '^browser/browser_theme_provider_gtk.cc'],
2227 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'], 2235 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
2228 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2236 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2229 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2237 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2230 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2238 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2231 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2239 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2232 ], 2240 ],
2233 }], 2241 }],
2234 ['chromeos==1',{ 2242 ['chromeos==1',{
2235 'dependencies': [ 2243 'dependencies': [
(...skipping 2930 matching lines...) Expand 10 before | Expand all | Expand 10 after
5166 # Use outputs of this action as inputs for the main target build. 5174 # Use outputs of this action as inputs for the main target build.
5167 # Seems as a misnomer but makes this happy on Linux (scons). 5175 # Seems as a misnomer but makes this happy on Linux (scons).
5168 'process_outputs_as_sources': 1, 5176 'process_outputs_as_sources': 1,
5169 }, 5177 },
5170 ], # 'actions' 5178 ], # 'actions'
5171 }, 5179 },
5172 ] 5180 ]
5173 }], 5181 }],
5174 ], # 'conditions' 5182 ], # 'conditions'
5175 } 5183 }
OLDNEW
« no previous file with comments | « chrome/browser/views/autocomplete/autocomplete_popup_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698