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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3858002: Show "Update Chrome OS" in the wrench menu, when the update image is ready. (Closed)
Patch Set: bubble Created 10 years, 2 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 | « chrome/browser/wrench_menu_model.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 3867 matching lines...) Expand 10 before | Expand all | Expand 10 after
3878 ['include', '^browser/views/tabs/tab_strip.cc'], 3878 ['include', '^browser/views/tabs/tab_strip.cc'],
3879 ['include', '^browser/views/tabs/tab_strip.h'], 3879 ['include', '^browser/views/tabs/tab_strip.h'],
3880 ['include', '^browser/views/tabs/tab_strip_2.cc'], 3880 ['include', '^browser/views/tabs/tab_strip_2.cc'],
3881 ['include', '^browser/views/tabs/tab_strip_2.h'], 3881 ['include', '^browser/views/tabs/tab_strip_2.h'],
3882 ['include', '^browser/views/theme_background.cc'], 3882 ['include', '^browser/views/theme_background.cc'],
3883 ['include', '^browser/views/theme_background.h'], 3883 ['include', '^browser/views/theme_background.h'],
3884 ['include', '^browser/views/toolbar_view.cc'], 3884 ['include', '^browser/views/toolbar_view.cc'],
3885 ['include', '^browser/views/toolbar_view.h'], 3885 ['include', '^browser/views/toolbar_view.h'],
3886 ['include', '^browser/views/unhandled_keyboard_event_handler.cc' ], 3886 ['include', '^browser/views/unhandled_keyboard_event_handler.cc' ],
3887 ['include', '^browser/views/unhandled_keyboard_event_handler.h'] , 3887 ['include', '^browser/views/unhandled_keyboard_event_handler.h'] ,
3888 ['include', '^browser/views/update_recommended_message_box.h'],
3889 ['include', '^browser/views/update_recommended_message_box.cc'],
3888 ['include', '^browser/views/view_text_utils.cc'], 3890 ['include', '^browser/views/view_text_utils.cc'],
3889 ['include', '^browser/views/view_text_utils.h'], 3891 ['include', '^browser/views/view_text_utils.h'],
3890 ['include', '^browser/views/window.cc'], 3892 ['include', '^browser/views/window.cc'],
3891 ['include', '^browser/views/window.h'], 3893 ['include', '^browser/views/window.h'],
3892 ['include', '^browser/views/wrench_menu.cc'], 3894 ['include', '^browser/views/wrench_menu.cc'],
3893 ['include', '^browser/views/wrench_menu.h'], 3895 ['include', '^browser/views/wrench_menu.h'],
3894 ['include', '^browser/window_sizer.cc'], 3896 ['include', '^browser/window_sizer.cc'],
3895 ['include', '^browser/window_sizer.h'], 3897 ['include', '^browser/window_sizer.h'],
3896 # Exclude all of browser/gtk, then include the things we want. 3898 # Exclude all of browser/gtk, then include the things we want.
3897 ['exclude', '^browser/gtk'], 3899 ['exclude', '^browser/gtk'],
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
4169 ], 4171 ],
4170 }, 4172 },
4171 ], 4173 ],
4172 } 4174 }
4173 4175
4174 # Local Variables: 4176 # Local Variables:
4175 # tab-width:2 4177 # tab-width:2
4176 # indent-tabs-mode:nil 4178 # indent-tabs-mode:nil
4177 # End: 4179 # End:
4178 # vim: set expandtab tabstop=2 shiftwidth=2: 4180 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/wrench_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698