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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 '../sync/sync.gyp:sync_notifier', | 791 '../sync/sync.gyp:sync_notifier', |
792 '../sync/sync.gyp:test_support_sync_api', | 792 '../sync/sync.gyp:test_support_sync_api', |
793 '../testing/gmock.gyp:gmock', | 793 '../testing/gmock.gyp:gmock', |
794 '../testing/gtest.gyp:gtest', | 794 '../testing/gtest.gyp:gtest', |
795 '../third_party/cld/cld.gyp:cld', | 795 '../third_party/cld/cld.gyp:cld', |
796 '../third_party/icu/icu.gyp:icui18n', | 796 '../third_party/icu/icu.gyp:icui18n', |
797 '../third_party/icu/icu.gyp:icuuc', | 797 '../third_party/icu/icu.gyp:icuuc', |
798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
800 '../v8/tools/gyp/v8.gyp:v8', | 800 '../v8/tools/gyp/v8.gyp:v8', |
| 801 '../webkit/webkit.gyp:test_shell_test_support', |
801 # Runtime dependencies | 802 # Runtime dependencies |
802 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 803 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
803 '../third_party/mesa/mesa.gyp:osmesa', | 804 '../third_party/mesa/mesa.gyp:osmesa', |
804 '../webkit/webkit.gyp:test_shell_test_support', | |
805 ], | 805 ], |
806 'include_dirs': [ | 806 'include_dirs': [ |
807 '..', | 807 '..', |
808 ], | 808 ], |
809 'defines': [ | 809 'defines': [ |
810 'HAS_OUT_OF_PROC_TEST_RUNNER', | 810 'HAS_OUT_OF_PROC_TEST_RUNNER', |
811 ], | 811 ], |
812 'sources': [ | 812 'sources': [ |
813 'app/breakpad_mac_stubs.mm', | 813 'app/breakpad_mac_stubs.mm', |
814 'app/chrome_command_ids.h', | 814 'app/chrome_command_ids.h', |
(...skipping 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2859 'sync_integration_tests.isolate', | 2859 'sync_integration_tests.isolate', |
2860 ], | 2860 ], |
2861 'sources': [ | 2861 'sources': [ |
2862 'sync_integration_tests.isolate', | 2862 'sync_integration_tests.isolate', |
2863 ], | 2863 ], |
2864 }, | 2864 }, |
2865 ], | 2865 ], |
2866 }], | 2866 }], |
2867 ], # 'conditions' | 2867 ], # 'conditions' |
2868 } | 2868 } |
OLD | NEW |