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 3565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3576 '../ui/ui.gyp:ui_resources', | 3576 '../ui/ui.gyp:ui_resources', |
3577 ], | 3577 ], |
3578 'include_dirs': [ | 3578 'include_dirs': [ |
3579 '..', | 3579 '..', |
3580 ], | 3580 ], |
3581 'defines': [ | 3581 'defines': [ |
3582 'HAS_OUT_OF_PROC_TEST_RUNNER', | 3582 'HAS_OUT_OF_PROC_TEST_RUNNER', |
3583 ], | 3583 ], |
3584 'sources': [ | 3584 'sources': [ |
3585 'app/chrome_dll.rc', | 3585 'app/chrome_dll.rc', |
| 3586 'browser/safe_browsing/local_safebrowsing_test_server.cc', |
3586 'browser/safe_browsing/safe_browsing_test.cc', | 3587 'browser/safe_browsing/safe_browsing_test.cc', |
3587 'test/base/chrome_test_launcher.cc', | 3588 'test/base/chrome_test_launcher.cc', |
3588 ], | 3589 ], |
3589 'conditions': [ | 3590 'conditions': [ |
3590 ['safe_browsing==0', { | 3591 ['safe_browsing==0', { |
3591 'sources!': [ | 3592 'sources!': [ |
3592 'browser/safe_browsing/safe_browsing_test.cc', | 3593 'browser/safe_browsing/safe_browsing_test.cc', |
3593 ], | 3594 ], |
3594 }], | 3595 }], |
3595 ['OS=="win"', { | 3596 ['OS=="win"', { |
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4752 '--result', '<@(_outputs)', | 4753 '--result', '<@(_outputs)', |
4753 '--isolate', 'browser_tests.isolate', | 4754 '--isolate', 'browser_tests.isolate', |
4754 ], | 4755 ], |
4755 }, | 4756 }, |
4756 ], | 4757 ], |
4757 }, | 4758 }, |
4758 ], | 4759 ], |
4759 }], | 4760 }], |
4760 ], # 'conditions' | 4761 ], # 'conditions' |
4761 } | 4762 } |
OLD | NEW |