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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13926012: Move media_stream_infobar_delegate.* from c/b/ui/ to c/b/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/chrome_browser.gypi ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h', 1173 'browser/ui/gtk/website_settings/website_settings_popup_gtk.h',
1174 'browser/ui/gtk/zoom_bubble_gtk.cc', 1174 'browser/ui/gtk/zoom_bubble_gtk.cc',
1175 'browser/ui/gtk/zoom_bubble_gtk.h', 1175 'browser/ui/gtk/zoom_bubble_gtk.h',
1176 'browser/ui/host_desktop.cc', 1176 'browser/ui/host_desktop.cc',
1177 'browser/ui/host_desktop.h', 1177 'browser/ui/host_desktop.h',
1178 'browser/ui/hung_plugin_tab_helper.cc', 1178 'browser/ui/hung_plugin_tab_helper.cc',
1179 'browser/ui/hung_plugin_tab_helper.h', 1179 'browser/ui/hung_plugin_tab_helper.h',
1180 'browser/ui/login/login_model.h', 1180 'browser/ui/login/login_model.h',
1181 'browser/ui/login/login_prompt.cc', 1181 'browser/ui/login/login_prompt.cc',
1182 'browser/ui/login/login_prompt.h', 1182 'browser/ui/login/login_prompt.h',
1183 'browser/ui/media_stream_infobar_delegate.h',
1184 'browser/ui/media_stream_infobar_delegate.cc',
1185 'browser/ui/metro_chrome_win.cc', 1183 'browser/ui/metro_chrome_win.cc',
1186 'browser/ui/metro_chrome_win.h', 1184 'browser/ui/metro_chrome_win.h',
1187 'browser/ui/metro_pin_tab_helper_win.cc', 1185 'browser/ui/metro_pin_tab_helper_win.cc',
1188 'browser/ui/metro_pin_tab_helper_win.h', 1186 'browser/ui/metro_pin_tab_helper_win.h',
1189 'browser/ui/native_focus_tracker.h', 1187 'browser/ui/native_focus_tracker.h',
1190 'browser/ui/native_web_contents_modal_dialog.h', 1188 'browser/ui/native_web_contents_modal_dialog.h',
1191 'browser/ui/native_web_contents_modal_dialog_manager.h', 1189 'browser/ui/native_web_contents_modal_dialog_manager.h',
1192 'browser/ui/network_profile_bubble.cc', 1190 'browser/ui/network_profile_bubble.cc',
1193 'browser/ui/network_profile_bubble.h', 1191 'browser/ui/network_profile_bubble.h',
1194 'browser/ui/ntp_background_util.cc', 1192 'browser/ui/ntp_background_util.cc',
(...skipping 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 }], 2878 }],
2881 ['enable_message_center==1', { 2879 ['enable_message_center==1', {
2882 'dependencies': [ 2880 'dependencies': [
2883 '../ui/message_center/message_center.gyp:message_center', 2881 '../ui/message_center/message_center.gyp:message_center',
2884 ], 2882 ],
2885 }], 2883 }],
2886 ], 2884 ],
2887 }, 2885 },
2888 ], 2886 ],
2889 } 2887 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698