| 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 3573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3584 '../ui/ui.gyp:ui_resources', | 3584 '../ui/ui.gyp:ui_resources', |
| 3585 ], | 3585 ], |
| 3586 'include_dirs': [ | 3586 'include_dirs': [ |
| 3587 '..', | 3587 '..', |
| 3588 ], | 3588 ], |
| 3589 'defines': [ | 3589 'defines': [ |
| 3590 'HAS_OUT_OF_PROC_TEST_RUNNER', | 3590 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3591 ], | 3591 ], |
| 3592 'sources': [ | 3592 'sources': [ |
| 3593 'app/chrome_dll.rc', | 3593 'app/chrome_dll.rc', |
| 3594 'browser/safe_browsing/local_safebrowsing_test_server.cc', |
| 3594 'browser/safe_browsing/safe_browsing_test.cc', | 3595 'browser/safe_browsing/safe_browsing_test.cc', |
| 3595 'test/base/chrome_test_launcher.cc', | 3596 'test/base/chrome_test_launcher.cc', |
| 3596 ], | 3597 ], |
| 3597 'conditions': [ | 3598 'conditions': [ |
| 3598 ['safe_browsing==0', { | 3599 ['safe_browsing==0', { |
| 3599 'sources!': [ | 3600 'sources!': [ |
| 3600 'browser/safe_browsing/safe_browsing_test.cc', | 3601 'browser/safe_browsing/safe_browsing_test.cc', |
| 3601 ], | 3602 ], |
| 3602 }], | 3603 }], |
| 3603 ['OS=="win"', { | 3604 ['OS=="win"', { |
| (...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4760 '--result', '<@(_outputs)', | 4761 '--result', '<@(_outputs)', |
| 4761 '--isolate', 'browser_tests.isolate', | 4762 '--isolate', 'browser_tests.isolate', |
| 4762 ], | 4763 ], |
| 4763 }, | 4764 }, |
| 4764 ], | 4765 ], |
| 4765 }, | 4766 }, |
| 4766 ], | 4767 ], |
| 4767 }], | 4768 }], |
| 4768 ], # 'conditions' | 4769 ], # 'conditions' |
| 4769 } | 4770 } |
| OLD | NEW |