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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3141035: Fix linux/views build. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« 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 3610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3621 ['include', '^browser/gtk/first_run_dialog.h'], 3621 ['include', '^browser/gtk/first_run_dialog.h'],
3622 ['include', '^browser/gtk/focus_store_gtk.cc'], 3622 ['include', '^browser/gtk/focus_store_gtk.cc'],
3623 ['include', '^browser/gtk/focus_store_gtk.h'], 3623 ['include', '^browser/gtk/focus_store_gtk.h'],
3624 ['include', '^browser/gtk/gtk_chrome_button.cc'], 3624 ['include', '^browser/gtk/gtk_chrome_button.cc'],
3625 ['include', '^browser/gtk/gtk_chrome_button.h'], 3625 ['include', '^browser/gtk/gtk_chrome_button.h'],
3626 ['include', '^browser/gtk/gtk_chrome_link_button.cc'], 3626 ['include', '^browser/gtk/gtk_chrome_link_button.cc'],
3627 ['include', '^browser/gtk/gtk_chrome_link_button.h'], 3627 ['include', '^browser/gtk/gtk_chrome_link_button.h'],
3628 ['include', '^browser/gtk/gtk_custom_menu.cc'], 3628 ['include', '^browser/gtk/gtk_custom_menu.cc'],
3629 ['include', '^browser/gtk/gtk_custom_menu.h'], 3629 ['include', '^browser/gtk/gtk_custom_menu.h'],
3630 ['include', '^browser/gtk/gtk_custom_menu_item.cc'], 3630 ['include', '^browser/gtk/gtk_custom_menu_item.cc'],
3631 ['include', '^browser/gtk/gtk_custom_menu_item.h'], 3631 ['include', '^browser/gtk/gtk_floating_container.cc'],
Lei Zhang 2010/08/23 22:06:11 You added gtk_floating_container.*, but remove gtk
Evan Stade 2010/08/23 23:49:57 no, it's not right. Luckily the .hs don't actually
3632 ['include', '^browser/gtk/gtk_floating_container.h'],
3632 ['include', '^browser/gtk/gtk_theme_provider.cc'], 3633 ['include', '^browser/gtk/gtk_theme_provider.cc'],
3633 ['include', '^browser/gtk/gtk_theme_provider.h'], 3634 ['include', '^browser/gtk/gtk_theme_provider.h'],
3634 ['include', '^browser/gtk/gtk_tree.cc'], 3635 ['include', '^browser/gtk/gtk_tree.cc'],
3635 ['include', '^browser/gtk/gtk_tree.h'], 3636 ['include', '^browser/gtk/gtk_tree.h'],
3636 ['include', '^browser/gtk/gtk_util.cc'], 3637 ['include', '^browser/gtk/gtk_util.cc'],
3637 ['include', '^browser/gtk/gtk_util.h'], 3638 ['include', '^browser/gtk/gtk_util.h'],
3638 ['include', '^browser/gtk/hover_controller_gtk.cc'], 3639 ['include', '^browser/gtk/hover_controller_gtk.cc'],
3639 ['include', '^browser/gtk/hover_controller_gtk.h'], 3640 ['include', '^browser/gtk/hover_controller_gtk.h'],
3640 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], 3641 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
3641 ['include', '^browser/gtk/import_dialog_gtk.cc'], 3642 ['include', '^browser/gtk/import_dialog_gtk.cc'],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 ], 3875 ],
3875 }, 3876 },
3876 ], 3877 ],
3877 } 3878 }
3878 3879
3879 # Local Variables: 3880 # Local Variables:
3880 # tab-width:2 3881 # tab-width:2
3881 # indent-tabs-mode:nil 3882 # indent-tabs-mode:nil
3882 # End: 3883 # End:
3883 # vim: set expandtab tabstop=2 shiftwidth=2: 3884 # 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