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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 10834279: Give request-to-act badges a grey background, and increase spacing to make it fit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Finish mac support; fix pkasting's comments Created 8 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 'browser/ui/intents/web_intents_model.h', 1049 'browser/ui/intents/web_intents_model.h',
1050 'browser/ui/login/login_model.h', 1050 'browser/ui/login/login_model.h',
1051 'browser/ui/login/login_prompt.cc', 1051 'browser/ui/login/login_prompt.cc',
1052 'browser/ui/login/login_prompt.h', 1052 'browser/ui/login/login_prompt.h',
1053 'browser/ui/media_stream_infobar_delegate.h', 1053 'browser/ui/media_stream_infobar_delegate.h',
1054 'browser/ui/media_stream_infobar_delegate.cc', 1054 'browser/ui/media_stream_infobar_delegate.cc',
1055 'browser/ui/metro_pin_tab_helper.cc', 1055 'browser/ui/metro_pin_tab_helper.cc',
1056 'browser/ui/metro_pin_tab_helper.h', 1056 'browser/ui/metro_pin_tab_helper.h',
1057 'browser/ui/network_profile_bubble.cc', 1057 'browser/ui/network_profile_bubble.cc',
1058 'browser/ui/network_profile_bubble.h', 1058 'browser/ui/network_profile_bubble.h',
1059 'browser/ui/omnibox/extension_action_util.cc',
1060 'browser/ui/omnibox/extension_action_util.h',
1059 'browser/ui/omnibox/location_bar.h', 1061 'browser/ui/omnibox/location_bar.h',
1060 'browser/ui/omnibox/location_bar_util.cc', 1062 'browser/ui/omnibox/location_bar_util.cc',
1061 'browser/ui/omnibox/location_bar_util.h', 1063 'browser/ui/omnibox/location_bar_util.h',
1062 'browser/ui/omnibox/omnibox_edit_controller.h', 1064 'browser/ui/omnibox/omnibox_edit_controller.h',
1063 'browser/ui/omnibox/omnibox_edit_model.cc', 1065 'browser/ui/omnibox/omnibox_edit_model.cc',
1064 'browser/ui/omnibox/omnibox_edit_model.h', 1066 'browser/ui/omnibox/omnibox_edit_model.h',
1065 'browser/ui/omnibox/omnibox_popup_model.cc', 1067 'browser/ui/omnibox/omnibox_popup_model.cc',
1066 'browser/ui/omnibox/omnibox_popup_model.h', 1068 'browser/ui/omnibox/omnibox_popup_model.h',
1067 'browser/ui/omnibox/omnibox_popup_view.h', 1069 'browser/ui/omnibox/omnibox_popup_view.h',
1068 'browser/ui/omnibox/omnibox_view.cc', 1070 'browser/ui/omnibox/omnibox_view.cc',
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
2646 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2648 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2647 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2649 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2648 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2650 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2649 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2651 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2650 ]} 2652 ]}
2651 ], 2653 ],
2652 ], 2654 ],
2653 }, 2655 },
2654 ], 2656 ],
2655 } 2657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698