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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 105873003: Superset of Nacl Keepalive patch & tests - NOT FOR LANDING DIRECTLY. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 'utility', 3063 'utility',
3063 ], 3064 ],
3064 'sources': [ 3065 'sources': [
3065 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3066 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3066 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3067 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3067 ], 3068 ],
3068 }] 3069 }]
3069 }], 3070 }],
3070 ], # 'conditions' 3071 ], # 'conditions'
3071 } 3072 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/nacl_browser_delegate_impl.cc ('k') | components/nacl/browser/nacl_browser_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698