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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1134009: Makes file browser specific to chromeos and not both toolkit_views and (Closed)
Patch Set: Update Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'], 2936 ['exclude', '^browser/extensions/external_registry_extension_pro vider_win.cc'],
2937 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2937 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2938 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2938 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2939 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2939 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2940 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2940 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2941 ['exclude', '^browser/browser_list_gtk.cc'], 2941 ['exclude', '^browser/browser_list_gtk.cc'],
2942 ], 2942 ],
2943 }], 2943 }],
2944 ['OS=="linux" and toolkit_views==1', { 2944 ['OS=="linux" and toolkit_views==1', {
2945 'sources/': [ 2945 'sources/': [
2946 ['include', '^browser/gtk/dialogs_gtk.cc'],
2946 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'], 2947 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'],
2947 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'], 2948 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'],
2948 ['include', '^browser/views/notifications/balloon_view.cc'], 2949 ['include', '^browser/views/notifications/balloon_view.cc'],
2949 ['include', '^browser/views/notifications/balloon_view.h'], 2950 ['include', '^browser/views/notifications/balloon_view.h'],
2951
2952 ['exclude', '^browser/views/select_file_dialog.cc'],
2950 ], 2953 ],
2951 }], 2954 }],
2952 # GTK build only 2955 # GTK build only
2953 ['OS=="linux" and chromeos==0 and toolkit_views==0', { 2956 ['OS=="linux" and chromeos==0 and toolkit_views==0', {
2954 'sources/': [ 2957 'sources/': [
2955 ['include', '^browser/printing/print_dialog_gtk.cc'], 2958 ['include', '^browser/printing/print_dialog_gtk.cc'],
2956 ['include', '^browser/printing/print_dialog_gtk.h'], 2959 ['include', '^browser/printing/print_dialog_gtk.h'],
2957 ['exclude', '^browser/browser_list_stub.cc'], 2960 ['exclude', '^browser/browser_list_stub.cc'],
2958 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], 2961 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
2959 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 2962 ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 ] 3135 ]
3133 }, 3136 },
3134 ], 3137 ],
3135 } 3138 }
3136 3139
3137 # Local Variables: 3140 # Local Variables:
3138 # tab-width:2 3141 # tab-width:2
3139 # indent-tabs-mode:nil 3142 # indent-tabs-mode:nil
3140 # End: 3143 # End:
3141 # vim: set expandtab tabstop=2 shiftwidth=2: 3144 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698