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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use notification manager instead of balloon view, remove singleton-ness from MessageCenterTray. Created 7 years, 11 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', 1242 'browser/ui/tab_modal_confirm_dialog_browsertest.cc',
1243 'browser/ui/tab_modal_confirm_dialog_browsertest.h', 1243 'browser/ui/tab_modal_confirm_dialog_browsertest.h',
1244 'browser/ui/views/avatar_menu_button_browsertest.cc', 1244 'browser/ui/views/avatar_menu_button_browsertest.cc',
1245 'browser/ui/views/browser_actions_container_browsertest.cc', 1245 'browser/ui/views/browser_actions_container_browsertest.cc',
1246 'browser/ui/views/find_bar_controller_browsertest.cc', 1246 'browser/ui/views/find_bar_controller_browsertest.cc',
1247 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', 1247 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc',
1248 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc ', 1248 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc ',
1249 'browser/ui/views/frame/browser_view_browsertest.cc', 1249 'browser/ui/views/frame/browser_view_browsertest.cc',
1250 'browser/ui/views/immersive_mode_controller_browsertest.cc', 1250 'browser/ui/views/immersive_mode_controller_browsertest.cc',
1251 'browser/ui/views/location_bar/star_view_browsertest.cc', 1251 'browser/ui/views/location_bar/star_view_browsertest.cc',
1252 'browser/ui/views/message_center/web_notification_tray_win_browsertest.c c',
1252 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1253 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1253 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', 1254 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
1254 'browser/ui/views/toolbar_view_browsertest.cc', 1255 'browser/ui/views/toolbar_view_browsertest.cc',
1255 'browser/ui/views/web_dialog_view_browsertest.cc', 1256 'browser/ui/views/web_dialog_view_browsertest.cc',
1256 'browser/ui/webui/bidi_checker_web_ui_test.cc', 1257 'browser/ui/webui/bidi_checker_web_ui_test.cc',
1257 'browser/ui/webui/bidi_checker_web_ui_test.h', 1258 'browser/ui/webui/bidi_checker_web_ui_test.h',
1258 'browser/ui/webui/bookmarks_ui_browsertest.cc', 1259 'browser/ui/webui/bookmarks_ui_browsertest.cc',
1259 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 1260 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
1260 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', 1261 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc',
1261 'browser/ui/webui/downloads_dom_handler_browsertest.cc', 1262 'browser/ui/webui/downloads_dom_handler_browsertest.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1562 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes t.cc', 1563 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertes t.cc',
1563 ], 1564 ],
1564 }, { # else: OS != "win" 1565 }, { # else: OS != "win"
1565 'sources!': [ 1566 'sources!': [
1566 'app/chrome_command_ids.h', 1567 'app/chrome_command_ids.h',
1567 'app/chrome_dll.rc', 1568 'app/chrome_dll.rc',
1568 'app/chrome_dll_resource.h', 1569 'app/chrome_dll_resource.h',
1569 'app/chrome_version.rc.version', 1570 'app/chrome_version.rc.version',
1570 # TODO(port): http://crbug.com/45770 1571 # TODO(port): http://crbug.com/45770
1571 'browser/printing/printing_layout_browsertest.cc', 1572 'browser/printing/printing_layout_browsertest.cc',
1573 'browser/ui/views/message_center/web_notification_tray_win_browserte st.cc',
1572 ], 1574 ],
1573 }], 1575 }],
1574 ['toolkit_uses_gtk == 1', { 1576 ['toolkit_uses_gtk == 1', {
1575 'dependencies': [ 1577 'dependencies': [
1576 '../build/linux/system.gyp:gtk', 1578 '../build/linux/system.gyp:gtk',
1577 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1578 ], 1580 ],
1579 }], 1581 }],
1580 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 1582 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
1581 'dependencies': [ 1583 'dependencies': [
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
2891 'sync_integration_tests.isolate', 2893 'sync_integration_tests.isolate',
2892 ], 2894 ],
2893 'sources': [ 2895 'sources': [
2894 'sync_integration_tests.isolate', 2896 'sync_integration_tests.isolate',
2895 ], 2897 ],
2896 }, 2898 },
2897 ], 2899 ],
2898 }], 2900 }],
2899 ], # 'conditions' 2901 ], # 'conditions'
2900 } 2902 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698