| 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 2090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2101 'test/nacl/nacl_browsertest_util.cc', | 2101 'test/nacl/nacl_browsertest_util.cc', |
| 2102 'test/nacl/nacl_browsertest_util.h', | 2102 'test/nacl/nacl_browsertest_util.h', |
| 2103 'test/nacl/pnacl_header_test.cc', | 2103 'test/nacl/pnacl_header_test.cc', |
| 2104 'test/nacl/pnacl_header_test.h', | 2104 'test/nacl/pnacl_header_test.h', |
| 2105 ], | 2105 ], |
| 2106 'dependencies': [ | 2106 'dependencies': [ |
| 2107 'test/data/nacl/nacl_test_data.gyp:*', | 2107 'test/data/nacl/nacl_test_data.gyp:*', |
| 2108 '../ppapi/native_client/native_client.gyp:nacl_irt', | 2108 '../ppapi/native_client/native_client.gyp:nacl_irt', |
| 2109 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests', | 2109 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests', |
| 2110 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', | 2110 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_background_keepalive', |
| 2111 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_load_unload', |
| 2111 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_media_galleries', | 2112 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_media_galleries', |
| 2112 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_packaged_app', | 2113 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_packaged_app', |
| 2113 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket_permissions', | 2114 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions
_socket_permissions', |
| 2114 ], | 2115 ], |
| 2115 'conditions': [ | 2116 'conditions': [ |
| 2116 ['chromeos==1', { | 2117 ['chromeos==1', { |
| 2117 'sources': [ | 2118 'sources': [ |
| 2118 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', | 2119 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc', |
| 2119 ], | 2120 ], |
| 2120 'dependencies': [ | 2121 'dependencies': [ |
| (...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3243 ['enable_webrtc==1', { | 3244 ['enable_webrtc==1', { |
| 3244 'dependencies': [ | 3245 'dependencies': [ |
| 3245 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3246 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3246 ] | 3247 ] |
| 3247 }], | 3248 }], |
| 3248 ], | 3249 ], |
| 3249 }] | 3250 }] |
| 3250 }], | 3251 }], |
| 3251 ], # 'conditions' | 3252 ], # 'conditions' |
| 3252 } | 3253 } |
| OLD | NEW |