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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11198025: Site specific secondary tiles for Windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 8 years, 1 month 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/ui/toolbar/wrench_menu_model.cc ('k') | win8/metro_driver/secondary_tile.h » ('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) 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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 'browser/ui/intents/web_intent_picker_model.cc', 1112 'browser/ui/intents/web_intent_picker_model.cc',
1113 'browser/ui/intents/web_intent_picker_model.h', 1113 'browser/ui/intents/web_intent_picker_model.h',
1114 'browser/ui/intents/web_intent_picker_model_observer.h', 1114 'browser/ui/intents/web_intent_picker_model_observer.h',
1115 'browser/ui/intents/web_intents_model.cc', 1115 'browser/ui/intents/web_intents_model.cc',
1116 'browser/ui/intents/web_intents_model.h', 1116 'browser/ui/intents/web_intents_model.h',
1117 'browser/ui/login/login_model.h', 1117 'browser/ui/login/login_model.h',
1118 'browser/ui/login/login_prompt.cc', 1118 'browser/ui/login/login_prompt.cc',
1119 'browser/ui/login/login_prompt.h', 1119 'browser/ui/login/login_prompt.h',
1120 'browser/ui/media_stream_infobar_delegate.h', 1120 'browser/ui/media_stream_infobar_delegate.h',
1121 'browser/ui/media_stream_infobar_delegate.cc', 1121 'browser/ui/media_stream_infobar_delegate.cc',
1122 'browser/ui/metro_pin_tab_helper.cc', 1122 'browser/ui/metro_pin_tab_helper_win.cc',
1123 'browser/ui/metro_pin_tab_helper.h', 1123 'browser/ui/metro_pin_tab_helper_win.h',
1124 'browser/ui/network_profile_bubble.cc', 1124 'browser/ui/network_profile_bubble.cc',
1125 'browser/ui/network_profile_bubble.h', 1125 'browser/ui/network_profile_bubble.h',
1126 'browser/ui/ntp_background_util.cc', 1126 'browser/ui/ntp_background_util.cc',
1127 'browser/ui/ntp_background_util.h', 1127 'browser/ui/ntp_background_util.h',
1128 'browser/ui/omnibox/location_bar.h', 1128 'browser/ui/omnibox/location_bar.h',
1129 'browser/ui/omnibox/location_bar_util.cc', 1129 'browser/ui/omnibox/location_bar_util.cc',
1130 'browser/ui/omnibox/location_bar_util.h', 1130 'browser/ui/omnibox/location_bar_util.h',
1131 'browser/ui/omnibox/omnibox_edit_controller.h', 1131 'browser/ui/omnibox/omnibox_edit_controller.h',
1132 'browser/ui/omnibox/omnibox_edit_model.cc', 1132 'browser/ui/omnibox/omnibox_edit_model.cc',
1133 'browser/ui/omnibox/omnibox_edit_model.h', 1133 'browser/ui/omnibox/omnibox_edit_model.h',
(...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
2719 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2719 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2720 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2720 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2721 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2721 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2722 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2722 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2723 ]} 2723 ]}
2724 ], 2724 ],
2725 ], 2725 ],
2726 }, 2726 },
2727 ], 2727 ],
2728 } 2728 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_menu_model.cc ('k') | win8/metro_driver/secondary_tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698