Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 949543002: PPAPI: Add test for new-style permission for Sockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2033 matching lines...) Expand 10 before | Expand all | Expand 10 after
2044 'test/nacl/pnacl_header_test.cc', 2044 'test/nacl/pnacl_header_test.cc',
2045 'test/nacl/pnacl_header_test.h', 2045 'test/nacl/pnacl_header_test.h',
2046 ], 2046 ],
2047 'dependencies': [ 2047 'dependencies': [
2048 'test/data/nacl/nacl_test_data.gyp:*', 2048 'test/data/nacl/nacl_test_data.gyp:*',
2049 '../ppapi/native_client/native_client.gyp:nacl_irt', 2049 '../ppapi/native_client/native_client.gyp:nacl_irt',
2050 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests', 2050 '../ppapi/ppapi_nacl.gyp:ppapi_nacl_tests',
2051 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive', 2051 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive',
2052 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _media_galleries', 2052 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _media_galleries',
2053 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _packaged_app', 2053 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _packaged_app',
2054 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket_permissions',
2054 '../ppapi/ppapi_tests_mojo.gyp:ppapi_tests_mojo', 2055 '../ppapi/ppapi_tests_mojo.gyp:ppapi_tests_mojo',
2055 ], 2056 ],
2056 'conditions': [ 2057 'conditions': [
2057 ['chromeos==1', { 2058 ['chromeos==1', {
2058 'sources': [ 2059 'sources': [
2059 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc', 2060 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
2060 ], 2061 ],
2061 'dependencies': [ 2062 'dependencies': [
2062 'browser_chromeos', 2063 'browser_chromeos',
2063 '../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_dat a', 2064 '../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_dat a',
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 ['enable_webrtc==1', { 3228 ['enable_webrtc==1', {
3228 'dependencies': [ 3229 'dependencies': [
3229 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3230 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3230 ] 3231 ]
3231 }], 3232 }],
3232 ], 3233 ],
3233 }] 3234 }]
3234 }], 3235 }],
3235 ], # 'conditions' 3236 ], # 'conditions'
3236 } 3237 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ppapi/ppapi_browsertest.cc » ('j') | ppapi/tests/extensions/packaged_app/controller.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698