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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 253183003: Media indicator for background recording task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test Created 6 years, 7 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 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'browser/ui/ash/launcher/launcher_favicon_loader.cc', 317 'browser/ui/ash/launcher/launcher_favicon_loader.cc',
318 'browser/ui/ash/launcher/launcher_favicon_loader.h', 318 'browser/ui/ash/launcher/launcher_favicon_loader.h',
319 'browser/ui/ash/launcher/launcher_item_controller.cc', 319 'browser/ui/ash/launcher/launcher_item_controller.cc',
320 'browser/ui/ash/launcher/launcher_item_controller.h', 320 'browser/ui/ash/launcher/launcher_item_controller.h',
321 'browser/ui/ash/launcher/launcher_item_util.cc', 321 'browser/ui/ash/launcher/launcher_item_util.cc',
322 'browser/ui/ash/launcher/launcher_item_util.h', 322 'browser/ui/ash/launcher/launcher_item_util.h',
323 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc ', 323 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc ',
324 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h' , 324 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h' ,
325 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc', 325 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc',
326 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', 326 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h',
327 'browser/ui/ash/media_delegate_chromeos.cc',
328 'browser/ui/ash/media_delegate_chromeos.h',
327 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 329 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
328 'browser/ui/ash/multi_user/multi_user_context_menu.h', 330 'browser/ui/ash/multi_user/multi_user_context_menu.h',
329 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', 331 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc',
330 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', 332 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc',
331 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h', 333 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h',
332 'browser/ui/ash/multi_user/multi_user_util.cc', 334 'browser/ui/ash/multi_user/multi_user_util.cc',
333 'browser/ui/ash/multi_user/multi_user_util.h', 335 'browser/ui/ash/multi_user/multi_user_util.h',
334 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc', 336 'browser/ui/ash/multi_user/multi_user_warning_dialog.cc',
335 'browser/ui/ash/multi_user/multi_user_warning_dialog.h', 337 'browser/ui/ash/multi_user/multi_user_warning_dialog.h',
336 'browser/ui/ash/multi_user/multi_user_window_manager.cc', 338 'browser/ui/ash/multi_user/multi_user_window_manager.cc',
(...skipping 2815 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3154 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3153 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3155 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3154 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3156 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3155 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3157 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3156 ], 3158 ],
3157 }], 3159 }],
3158 ], 3160 ],
3159 }, 3161 },
3160 ], 3162 ],
3161 } 3163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698