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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 67283007: Build liblouis_nacl using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Don't copy build artifacts to final location (defered to the cl that lands all of chromevox). 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
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/chromeos/liblouis_nacl/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
M-A Ruel 2014/01/30 15:27:22 Are you sure the embedded conditions are right. It
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 }],
1671 ], 1681 ],
1672 }], 1682 }],
1673 ['OS=="win" or OS=="linux"', { 1683 ['OS=="win" or OS=="linux"', {
1674 'sources': [ 1684 'sources': [
1675 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1685 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1676 ], 1686 ],
1677 'dependencies': [ 1687 'dependencies': [
1678 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 1688 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
1679 ], 1689 ],
1680 }], 1690 }],
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3050 'utility', 3060 'utility',
3051 ], 3061 ],
3052 'sources': [ 3062 'sources': [
3053 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3063 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3054 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3064 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3055 ], 3065 ],
3056 }] 3066 }]
3057 }], 3067 }],
3058 ], # 'conditions' 3068 ], # 'conditions'
3059 } 3069 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/test/data/chromeos/liblouis_nacl/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698