OLD | NEW |
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 3543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3554 '../ui/ui.gyp:ui_resources', | 3554 '../ui/ui.gyp:ui_resources', |
3555 ], | 3555 ], |
3556 'include_dirs': [ | 3556 'include_dirs': [ |
3557 '..', | 3557 '..', |
3558 ], | 3558 ], |
3559 'defines': [ | 3559 'defines': [ |
3560 'HAS_OUT_OF_PROC_TEST_RUNNER', | 3560 'HAS_OUT_OF_PROC_TEST_RUNNER', |
3561 ], | 3561 ], |
3562 'sources': [ | 3562 'sources': [ |
3563 'app/chrome_dll.rc', | 3563 'app/chrome_dll.rc', |
| 3564 'browser/safe_browsing/local_safebrowsing_test_server.cc', |
3564 'browser/safe_browsing/safe_browsing_test.cc', | 3565 'browser/safe_browsing/safe_browsing_test.cc', |
3565 'test/base/chrome_test_launcher.cc', | 3566 'test/base/chrome_test_launcher.cc', |
3566 ], | 3567 ], |
3567 'conditions': [ | 3568 'conditions': [ |
3568 ['safe_browsing==0', { | 3569 ['safe_browsing==0', { |
3569 'sources!': [ | 3570 'sources!': [ |
3570 'browser/safe_browsing/safe_browsing_test.cc', | 3571 'browser/safe_browsing/safe_browsing_test.cc', |
3571 ], | 3572 ], |
3572 }], | 3573 }], |
3573 ['OS=="win"', { | 3574 ['OS=="win"', { |
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4730 '--result', '<@(_outputs)', | 4731 '--result', '<@(_outputs)', |
4731 '--isolate', 'browser_tests.isolate', | 4732 '--isolate', 'browser_tests.isolate', |
4732 ], | 4733 ], |
4733 }, | 4734 }, |
4734 ], | 4735 ], |
4735 }, | 4736 }, |
4736 ], | 4737 ], |
4737 }], | 4738 }], |
4738 ], # 'conditions' | 4739 ], # 'conditions' |
4739 } | 4740 } |
OLD | NEW |