OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1964 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 1964 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
1965 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 1965 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
1966 '../ui/accessibility/accessibility.gyp:accessibility_test_support', | 1966 '../ui/accessibility/accessibility.gyp:accessibility_test_support', |
1967 '../ui/compositor/compositor.gyp:compositor_test_support', | 1967 '../ui/compositor/compositor.gyp:compositor_test_support', |
1968 '../ui/resources/ui_resources.gyp:ui_resources', | 1968 '../ui/resources/ui_resources.gyp:ui_resources', |
1969 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 1969 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
1970 '../v8/tools/gyp/v8.gyp:v8', | 1970 '../v8/tools/gyp/v8.gyp:v8', |
1971 # Runtime dependencies | 1971 # Runtime dependencies |
1972 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1972 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
1973 '../remoting/remoting.gyp:remoting_browser_test_resources', | 1973 '../remoting/remoting.gyp:remoting_browser_test_resources', |
1974 '../remoting/remoting.gyp:remoting_webapp_unittest', | 1974 '../remoting/remoting.gyp:remoting_webapp_unittests', |
1975 '../third_party/mesa/mesa.gyp:osmesa', | 1975 '../third_party/mesa/mesa.gyp:osmesa', |
1976 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv
er', | 1976 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_test_license_serv
er', |
1977 ], | 1977 ], |
1978 'include_dirs': [ | 1978 'include_dirs': [ |
1979 '..', | 1979 '..', |
1980 '<(SHARED_INTERMEDIATE_DIR)', | 1980 '<(SHARED_INTERMEDIATE_DIR)', |
1981 ], | 1981 ], |
1982 'defines': [ | 1982 'defines': [ |
1983 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1983 'HAS_OUT_OF_PROC_TEST_RUNNER', |
1984 ], | 1984 ], |
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3173 ['enable_webrtc==1', { | 3173 ['enable_webrtc==1', { |
3174 'dependencies': [ | 3174 'dependencies': [ |
3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3176 ] | 3176 ] |
3177 }], | 3177 }], |
3178 ], | 3178 ], |
3179 }] | 3179 }] |
3180 }], | 3180 }], |
3181 ], # 'conditions' | 3181 ], # 'conditions' |
3182 } | 3182 } |
OLD | NEW |