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

Side by Side Diff: trunk/src/chrome/chrome_tests.gypi

Issue 118533004: Revert 242061 "Test Keeping NaCl plugins used in app background ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'test/nacl/nacl_browsertest_uma.cc', 1677 'test/nacl/nacl_browsertest_uma.cc',
1678 'test/nacl/nacl_browsertest_util.cc', 1678 'test/nacl/nacl_browsertest_util.cc',
1679 'test/nacl/nacl_browsertest_util.h', 1679 'test/nacl/nacl_browsertest_util.h',
1680 'test/nacl/pnacl_header_test.cc', 1680 'test/nacl/pnacl_header_test.cc',
1681 'test/nacl/pnacl_header_test.h', 1681 'test/nacl/pnacl_header_test.h',
1682 ], 1682 ],
1683 'dependencies': [ 1683 'dependencies': [
1684 'test/data/nacl/nacl_test_data.gyp:*', 1684 'test/data/nacl/nacl_test_data.gyp:*',
1685 '../ppapi/native_client/native_client.gyp:nacl_irt', 1685 '../ppapi/native_client/native_client.gyp:nacl_irt',
1686 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1686 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1687 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _background_keepalive', 1687 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket',
1688 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket'
1689 ], 1688 ],
1690 'conditions': [ 1689 'conditions': [
1691 ['OS=="linux"', { 1690 ['OS=="linux"', {
1692 'sources': [ 1691 'sources': [
1693 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc', 1692 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
1694 ], 1693 ],
1695 'dependencies': [ 1694 'dependencies': [
1696 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data', 1695 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data',
1697 ], 1696 ],
1698 }], 1697 }],
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after
3095 'utility', 3094 'utility',
3096 ], 3095 ],
3097 'sources': [ 3096 'sources': [
3098 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3097 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3099 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3098 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3100 ], 3099 ],
3101 }] 3100 }]
3102 }], 3101 }],
3103 ], # 'conditions' 3102 ], # 'conditions'
3104 } 3103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698