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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 111563006: Test Keeping NaCl plugins used in app background pages alive when active. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update after yzshen comments on impl patch 5 Created 7 years 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 | Annotate | Revision Log
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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after
1659 'test/nacl/nacl_browsertest_uma.cc', 1659 'test/nacl/nacl_browsertest_uma.cc',
1660 'test/nacl/nacl_browsertest_util.cc', 1660 'test/nacl/nacl_browsertest_util.cc',
1661 'test/nacl/nacl_browsertest_util.h', 1661 'test/nacl/nacl_browsertest_util.h',
1662 'test/nacl/pnacl_header_test.cc', 1662 'test/nacl/pnacl_header_test.cc',
1663 'test/nacl/pnacl_header_test.h', 1663 'test/nacl/pnacl_header_test.h',
1664 ], 1664 ],
1665 'dependencies': [ 1665 'dependencies': [
1666 'test/data/nacl/nacl_test_data.gyp:*', 1666 'test/data/nacl/nacl_test_data.gyp:*',
1667 '../ppapi/native_client/native_client.gyp:nacl_irt', 1667 '../ppapi/native_client/native_client.gyp:nacl_irt',
1668 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1668 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1669 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket', 1669 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive',
1670 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket'
1670 ], 1671 ],
1671 'conditions': [ 1672 'conditions': [
1672 ['OS=="linux"', { 1673 ['OS=="linux"', {
1673 'sources': [ 1674 'sources': [
1674 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc', 1675 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
1675 ], 1676 ],
1676 'dependencies': [ 1677 'dependencies': [
1677 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data', 1678 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data',
1678 ], 1679 ],
1679 }], 1680 }],
(...skipping 1378 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'utility', 3059 'utility',
3059 ], 3060 ],
3060 'sources': [ 3061 'sources': [
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3062 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3063 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3063 ], 3064 ],
3064 }] 3065 }]
3065 }], 3066 }],
3066 ], # 'conditions' 3067 ], # 'conditions'
3067 } 3068 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698