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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1115083002: Add the supporting code for the cast system tray integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add reference to bug Created 5 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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'browser/ui/ash/app_sync_ui_state.h', 541 'browser/ui/ash/app_sync_ui_state.h',
542 'browser/ui/ash/app_sync_ui_state_factory.cc', 542 'browser/ui/ash/app_sync_ui_state_factory.cc',
543 'browser/ui/ash/app_sync_ui_state_factory.h', 543 'browser/ui/ash/app_sync_ui_state_factory.h',
544 'browser/ui/ash/app_sync_ui_state_observer.h', 544 'browser/ui/ash/app_sync_ui_state_observer.h',
545 'browser/ui/ash/ash_init.cc', 545 'browser/ui/ash/ash_init.cc',
546 'browser/ui/ash/ash_init.h', 546 'browser/ui/ash/ash_init.h',
547 'browser/ui/ash/ash_keyboard_controller_proxy.cc', 547 'browser/ui/ash/ash_keyboard_controller_proxy.cc',
548 'browser/ui/ash/ash_keyboard_controller_proxy.h', 548 'browser/ui/ash/ash_keyboard_controller_proxy.h',
549 'browser/ui/ash/ash_util.cc', 549 'browser/ui/ash/ash_util.cc',
550 'browser/ui/ash/ash_util.h', 550 'browser/ui/ash/ash_util.h',
551 'browser/ui/ash/cast_config_delegate_chromeos.cc',
552 'browser/ui/ash/cast_config_delegate_chromeos.h',
551 'browser/ui/ash/chrome_launcher_prefs.cc', 553 'browser/ui/ash/chrome_launcher_prefs.cc',
552 'browser/ui/ash/chrome_launcher_prefs.h', 554 'browser/ui/ash/chrome_launcher_prefs.h',
553 'browser/ui/ash/chrome_new_window_delegate.cc', 555 'browser/ui/ash/chrome_new_window_delegate.cc',
554 'browser/ui/ash/chrome_new_window_delegate.h', 556 'browser/ui/ash/chrome_new_window_delegate.h',
555 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc', 557 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc',
556 'browser/ui/ash/chrome_new_window_delegate_chromeos.h', 558 'browser/ui/ash/chrome_new_window_delegate_chromeos.h',
557 'browser/ui/ash/chrome_screenshot_grabber.cc', 559 'browser/ui/ash/chrome_screenshot_grabber.cc',
558 'browser/ui/ash/chrome_screenshot_grabber.h', 560 'browser/ui/ash/chrome_screenshot_grabber.h',
559 'browser/ui/ash/chrome_shell_delegate.cc', 561 'browser/ui/ash/chrome_shell_delegate.cc',
560 'browser/ui/ash/chrome_shell_delegate.h', 562 'browser/ui/ash/chrome_shell_delegate.h',
(...skipping 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after
3193 ], 3195 ],
3194 'sources': [ 3196 'sources': [
3195 '<@(chrome_browser_ui_non_mobile_sources)', 3197 '<@(chrome_browser_ui_non_mobile_sources)',
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3198 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3197 ], 3199 ],
3198 }], 3200 }],
3199 ], 3201 ],
3200 }, 3202 },
3201 ], 3203 ],
3202 } 3204 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698