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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1171002: Some layout related fixes for the app launchers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | 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 2661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 'sources/': [ 2672 'sources/': [
2673 ['exclude', '^browser/cookie_modal_dialog_views.cc'], 2673 ['exclude', '^browser/cookie_modal_dialog_views.cc'],
2674 ['include', '^browser/back_forward_menu_model_views.cc'], 2674 ['include', '^browser/back_forward_menu_model_views.cc'],
2675 ['include', '^browser/back_forward_menu_model_views.h'], 2675 ['include', '^browser/back_forward_menu_model_views.h'],
2676 ['include', '^browser/dock_info_gtk.cc'], 2676 ['include', '^browser/dock_info_gtk.cc'],
2677 ['include', '^browser/dock_info.cc'], 2677 ['include', '^browser/dock_info.cc'],
2678 ['include', '^browser/dock_info.h'], 2678 ['include', '^browser/dock_info.h'],
2679 ['include', '^browser/extensions/'], 2679 ['include', '^browser/extensions/'],
2680 ['include', '^browser/views/about_chrome_view.cc'], 2680 ['include', '^browser/views/about_chrome_view.cc'],
2681 ['include', '^browser/views/about_chrome_view.h'], 2681 ['include', '^browser/views/about_chrome_view.h'],
2682 ['include', '^browser/views/app_launcher.cc'],
2683 ['include', '^browser/views/app_launcher.h'],
2682 ['include', '^browser/views/accelerator_table_gtk.cc'], 2684 ['include', '^browser/views/accelerator_table_gtk.cc'],
2683 ['include', '^browser/views/accelerator_table_gtk.h'], 2685 ['include', '^browser/views/accelerator_table_gtk.h'],
2684 ['include', '^browser/views/accessible_toolbar_view.cc'], 2686 ['include', '^browser/views/accessible_toolbar_view.cc'],
2685 ['include', '^browser/views/accessible_toolbar_view.h'], 2687 ['include', '^browser/views/accessible_toolbar_view.h'],
2686 ['include', '^browser/views/app_launcher.cc'], 2688 ['include', '^browser/views/app_launcher.cc'],
2687 ['include', '^browser/views/app_launcher.h'], 2689 ['include', '^browser/views/app_launcher.h'],
2688 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'], 2690 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'],
2689 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'], 2691 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'],
2690 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 2692 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
2691 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 2693 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 ] 3134 ]
3133 }, 3135 },
3134 ], 3136 ],
3135 } 3137 }
3136 3138
3137 # Local Variables: 3139 # Local Variables:
3138 # tab-width:2 3140 # tab-width:2
3139 # indent-tabs-mode:nil 3141 # indent-tabs-mode:nil
3140 # End: 3142 # End:
3141 # vim: set expandtab tabstop=2 shiftwidth=2: 3143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698