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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 502073: Revert 34954 - Fix issue 11258: Linux: gracefully handle small browser window... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_gtk.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 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 '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 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'browser/gtk/focus_store_gtk.cc', 851 'browser/gtk/focus_store_gtk.cc',
852 'browser/gtk/focus_store_gtk.h', 852 'browser/gtk/focus_store_gtk.h',
853 'browser/gtk/fullscreen_exit_bubble_gtk.cc', 853 'browser/gtk/fullscreen_exit_bubble_gtk.cc',
854 'browser/gtk/fullscreen_exit_bubble_gtk.h', 854 'browser/gtk/fullscreen_exit_bubble_gtk.h',
855 'browser/gtk/go_button_gtk.cc', 855 'browser/gtk/go_button_gtk.cc',
856 'browser/gtk/go_button_gtk.h', 856 'browser/gtk/go_button_gtk.h',
857 'browser/gtk/gtk_chrome_button.cc', 857 'browser/gtk/gtk_chrome_button.cc',
858 'browser/gtk/gtk_chrome_button.h', 858 'browser/gtk/gtk_chrome_button.h',
859 'browser/gtk/gtk_chrome_link_button.cc', 859 'browser/gtk/gtk_chrome_link_button.cc',
860 'browser/gtk/gtk_chrome_link_button.h', 860 'browser/gtk/gtk_chrome_link_button.h',
861 'browser/gtk/gtk_expanded_container.cc',
862 'browser/gtk/gtk_expanded_container.h',
863 'browser/gtk/gtk_floating_container.cc', 861 'browser/gtk/gtk_floating_container.cc',
864 'browser/gtk/gtk_floating_container.h', 862 'browser/gtk/gtk_floating_container.h',
865 'browser/gtk/gtk_theme_provider.cc', 863 'browser/gtk/gtk_theme_provider.cc',
866 'browser/gtk/gtk_theme_provider.h', 864 'browser/gtk/gtk_theme_provider.h',
867 'browser/gtk/html_dialog_gtk.cc', 865 'browser/gtk/html_dialog_gtk.cc',
868 'browser/gtk/html_dialog_gtk.h', 866 'browser/gtk/html_dialog_gtk.h',
869 'browser/gtk/hung_renderer_dialog_gtk.cc', 867 'browser/gtk/hung_renderer_dialog_gtk.cc',
870 'browser/gtk/import_dialog_gtk.cc', 868 'browser/gtk/import_dialog_gtk.cc',
871 'browser/gtk/import_dialog_gtk.h', 869 'browser/gtk/import_dialog_gtk.h',
872 'browser/gtk/import_lock_dialog_gtk.cc', 870 'browser/gtk/import_lock_dialog_gtk.cc',
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
2435 ], 2433 ],
2436 }, 2434 },
2437 ], 2435 ],
2438 } 2436 }
2439 2437
2440 # Local Variables: 2438 # Local Variables:
2441 # tab-width:2 2439 # tab-width:2
2442 # indent-tabs-mode:nil 2440 # indent-tabs-mode:nil
2443 # End: 2441 # End:
2444 # vim: set expandtab tabstop=2 shiftwidth=2: 2442 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_gtk.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698