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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 332163006: Manage settings window icon for multi profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browsertest Created 6 years, 6 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/browser/ui/views/task_manager_view.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 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc', 322 'browser/ui/ash/launcher/launcher_application_menu_item_model.cc',
323 'browser/ui/ash/launcher/launcher_application_menu_item_model.h', 323 'browser/ui/ash/launcher/launcher_application_menu_item_model.h',
324 'browser/ui/ash/launcher/launcher_app_tab_helper.cc', 324 'browser/ui/ash/launcher/launcher_app_tab_helper.cc',
325 'browser/ui/ash/launcher/launcher_app_tab_helper.h', 325 'browser/ui/ash/launcher/launcher_app_tab_helper.h',
326 'browser/ui/ash/launcher/launcher_context_menu.cc', 326 'browser/ui/ash/launcher/launcher_context_menu.cc',
327 'browser/ui/ash/launcher/launcher_context_menu.h', 327 'browser/ui/ash/launcher/launcher_context_menu.h',
328 'browser/ui/ash/launcher/launcher_favicon_loader.cc', 328 'browser/ui/ash/launcher/launcher_favicon_loader.cc',
329 'browser/ui/ash/launcher/launcher_favicon_loader.h', 329 'browser/ui/ash/launcher/launcher_favicon_loader.h',
330 'browser/ui/ash/launcher/launcher_item_controller.cc', 330 'browser/ui/ash/launcher/launcher_item_controller.cc',
331 'browser/ui/ash/launcher/launcher_item_controller.h', 331 'browser/ui/ash/launcher/launcher_item_controller.h',
332 'browser/ui/ash/launcher/launcher_item_util.cc',
333 'browser/ui/ash/launcher/launcher_item_util.h',
334 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc ', 332 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc ',
335 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h' , 333 'browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h' ,
336 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc', 334 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc',
337 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h', 335 'browser/ui/ash/launcher/multi_profile_browser_status_monitor.h',
338 'browser/ui/ash/media_delegate_chromeos.cc', 336 'browser/ui/ash/media_delegate_chromeos.cc',
339 'browser/ui/ash/media_delegate_chromeos.h', 337 'browser/ui/ash/media_delegate_chromeos.h',
340 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 338 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
341 'browser/ui/ash/multi_user/multi_user_context_menu.h', 339 'browser/ui/ash/multi_user/multi_user_context_menu.h',
342 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc', 340 'browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc',
343 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc', 341 'browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc',
(...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after
3146 ], 3144 ],
3147 'sources!': [ 3145 'sources!': [
3148 'browser/ui/views/session_crashed_bubble_view.cc', 3146 'browser/ui/views/session_crashed_bubble_view.cc',
3149 'browser/ui/views/session_crashed_bubble_view.h', 3147 'browser/ui/views/session_crashed_bubble_view.h',
3150 ], 3148 ],
3151 }], 3149 }],
3152 ], 3150 ],
3153 }, 3151 },
3154 ], 3152 ],
3155 } 3153 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698