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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11416145: desktop notification test setup: valid ShellDelegate, create ActiveDesktopMonitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/notifications/desktop_notifications_unittest.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 (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 1242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 ['OS=="win" or OS=="linux"', { 1253 ['OS=="win" or OS=="linux"', {
1254 'sources': [ 1254 'sources': [
1255 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1255 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1256 ], 1256 ],
1257 'dependencies': [ 1257 'dependencies': [
1258 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 1258 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
1259 ], 1259 ],
1260 }], 1260 }],
1261 ], 1261 ],
1262 }], 1262 }],
1263 ['use_ash==1', {
1264 'dependencies': [
1265 '../ash/ash.gyp:test_support_ash',
1266 ],
1267 }],
1263 ['chromeos==0', { 1268 ['chromeos==0', {
1264 'sources/': [ 1269 'sources/': [
1265 ['exclude', '^browser/chromeos'], 1270 ['exclude', '^browser/chromeos'],
1266 ['exclude', '^browser/ui/webui/options/chromeos/'], 1271 ['exclude', '^browser/ui/webui/options/chromeos/'],
1267 ], 1272 ],
1268 'sources!': [ 1273 'sources!': [
1269 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', 1274 'browser/extensions/api/rtc_private/rtc_private_apitest.cc',
1270 'browser/extensions/api/terminal/terminal_private_apitest.cc', 1275 'browser/extensions/api/terminal/terminal_private_apitest.cc',
1271 'browser/policy/device_status_collector_browsertest.cc', 1276 'browser/policy/device_status_collector_browsertest.cc',
1272 'test/data/webui/certificate_viewer_dialog_test.js', 1277 'test/data/webui/certificate_viewer_dialog_test.js',
(...skipping 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after
2781 'sync_integration_tests.isolate', 2786 'sync_integration_tests.isolate',
2782 ], 2787 ],
2783 'sources': [ 2788 'sources': [
2784 'sync_integration_tests.isolate', 2789 'sync_integration_tests.isolate',
2785 ], 2790 ],
2786 }, 2791 },
2787 ], 2792 ],
2788 }], 2793 }],
2789 ], # 'conditions' 2794 ], # 'conditions'
2790 } 2795 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/desktop_notifications_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698