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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12375004: Re-home the global MessageCenter to support Ash+Win environments. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge master. Created 7 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 # build time dependency. 1844 # build time dependency.
1845 '../v8/tools/gyp/v8.gyp:v8_shell#host', 1845 '../v8/tools/gyp/v8.gyp:v8_shell#host',
1846 '../webkit/webkit.gyp:copy_npapi_test_plugin', 1846 '../webkit/webkit.gyp:copy_npapi_test_plugin',
1847 ], 1847 ],
1848 }], 1848 }],
1849 ['enable_app_list==0', { 1849 ['enable_app_list==0', {
1850 'sources/': [ 1850 'sources/': [
1851 ['exclude', '^browser/ui/app_list/'], 1851 ['exclude', '^browser/ui/app_list/'],
1852 ], 1852 ],
1853 }], 1853 }],
1854 ['enable_message_center==0 or use_ash==1', { 1854 ['enable_message_center==0', {
1855 'sources!': [ 1855 'sources!': [
1856 'browser/notifications/message_center_notifications_browsertest.cc', 1856 'browser/notifications/message_center_notifications_browsertest.cc',
1857 'browser/ui/views/message_center/web_notification_tray_win_browserte st.cc', 1857 'browser/ui/views/message_center/web_notification_tray_win_browserte st.cc',
1858 ], 1858 ],
1859 }], 1859 }],
1860 ], # conditions 1860 ], # conditions
1861 }, # target browser_tests 1861 }, # target browser_tests
1862 { 1862 {
1863 # Executable that runs each perf browser test in a new process. 1863 # Executable that runs each perf browser test in a new process.
1864 'target_name': 'performance_browser_tests', 1864 'target_name': 'performance_browser_tests',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
3161 # more details. 3161 # more details.
3162 'DebugInformationFormat': '3', 3162 'DebugInformationFormat': '3',
3163 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3163 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3164 }, 3164 },
3165 }, 3165 },
3166 }, 3166 },
3167 ], 3167 ],
3168 }], 3168 }],
3169 ], # 'conditions' 3169 ], # 'conditions'
3170 } 3170 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/desktop_notifications_unittest.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698