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_tests.gypi

Issue 10073033: Run safebrowsing_service_test through the net testserver code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: specify absolute path to safe_browsing_test datafile Created 8 years, 4 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
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 3477 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 '../ui/ui.gyp:ui_resources', 3488 '../ui/ui.gyp:ui_resources',
3489 ], 3489 ],
3490 'include_dirs': [ 3490 'include_dirs': [
3491 '..', 3491 '..',
3492 ], 3492 ],
3493 'defines': [ 3493 'defines': [
3494 'HAS_OUT_OF_PROC_TEST_RUNNER', 3494 'HAS_OUT_OF_PROC_TEST_RUNNER',
3495 ], 3495 ],
3496 'sources': [ 3496 'sources': [
3497 'app/chrome_dll.rc', 3497 'app/chrome_dll.rc',
3498 'browser/safe_browsing/local_safebrowsing_test_server.cc',
3498 'browser/safe_browsing/safe_browsing_test.cc', 3499 'browser/safe_browsing/safe_browsing_test.cc',
3499 'test/base/chrome_test_launcher.cc', 3500 'test/base/chrome_test_launcher.cc',
3500 ], 3501 ],
3501 'conditions': [ 3502 'conditions': [
3502 ['safe_browsing==0', { 3503 ['safe_browsing==0', {
3503 'sources!': [ 3504 'sources!': [
3504 'browser/safe_browsing/safe_browsing_test.cc', 3505 'browser/safe_browsing/safe_browsing_test.cc',
3505 ], 3506 ],
3506 }], 3507 }],
3507 ['OS=="win"', { 3508 ['OS=="win"', {
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
4662 '--result', '<@(_outputs)', 4663 '--result', '<@(_outputs)',
4663 '--isolate', 'browser_tests.isolate', 4664 '--isolate', 'browser_tests.isolate',
4664 ], 4665 ],
4665 }, 4666 },
4666 ], 4667 ],
4667 }, 4668 },
4668 ], 4669 ],
4669 }], 4670 }],
4670 ], # 'conditions' 4671 ], # 'conditions'
4671 } 4672 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698