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 93783003: Revert 237638 "Build liblouis_nacl using gyp." (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 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1660 'test/nacl/nacl_browsertest_uma.cc', 1660 'test/nacl/nacl_browsertest_uma.cc',
1661 'test/nacl/nacl_browsertest_util.cc', 1661 'test/nacl/nacl_browsertest_util.cc',
1662 'test/nacl/nacl_browsertest_util.h', 1662 'test/nacl/nacl_browsertest_util.h',
1663 'test/nacl/pnacl_header_test.cc', 1663 'test/nacl/pnacl_header_test.cc',
1664 'test/nacl/pnacl_header_test.h', 1664 'test/nacl/pnacl_header_test.h',
1665 ], 1665 ],
1666 'dependencies': [ 1666 'dependencies': [
1667 'test/data/nacl/nacl_test_data.gyp:*', 1667 'test/data/nacl/nacl_test_data.gyp:*',
1668 '../ppapi/native_client/native_client.gyp:nacl_irt', 1668 '../ppapi/native_client/native_client.gyp:nacl_irt',
1669 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1669 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1670 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket', 1670 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket'
1671 ],
1672 'conditions': [
1673 ['OS=="linux"', {
1674 'sources': [
1675 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
1676 ],
1677 'dependencies': [
1678 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data',
1679 ],
1680 }],
1681 ], 1671 ],
1682 }], 1672 }],
1683 ['OS=="win" or OS=="linux"', { 1673 ['OS=="win" or OS=="linux"', {
1684 'sources': [ 1674 'sources': [
1685 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1675 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1686 ], 1676 ],
1687 'dependencies': [ 1677 'dependencies': [
1688 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 1678 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
1689 ], 1679 ],
1690 }], 1680 }],
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3060 'utility', 3050 'utility',
3061 ], 3051 ],
3062 'sources': [ 3052 'sources': [
3063 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3064 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3065 ], 3055 ],
3066 }] 3056 }]
3067 }], 3057 }],
3068 ], # 'conditions' 3058 ], # 'conditions'
3069 } 3059 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser_tests.isolate ('k') | trunk/src/chrome/test/data/chromeos/liblouis_nacl/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698