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

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: Build failure fixes. Created 7 years, 1 month 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
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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'test/nacl/nacl_browsertest_uma.cc', 1680 'test/nacl/nacl_browsertest_uma.cc',
1681 'test/nacl/nacl_browsertest_util.cc', 1681 'test/nacl/nacl_browsertest_util.cc',
1682 'test/nacl/nacl_browsertest_util.h', 1682 'test/nacl/nacl_browsertest_util.h',
1683 'test/nacl/pnacl_header_test.cc', 1683 'test/nacl/pnacl_header_test.cc',
1684 'test/nacl/pnacl_header_test.h', 1684 'test/nacl/pnacl_header_test.h',
1685 ], 1685 ],
1686 'dependencies': [ 1686 'dependencies': [
1687 'test/data/nacl/nacl_test_data.gyp:*', 1687 'test/data/nacl/nacl_test_data.gyp:*',
1688 '../ppapi/native_client/native_client.gyp:nacl_irt', 1688 '../ppapi/native_client/native_client.gyp:nacl_irt',
1689 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1689 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1690 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket' 1690 '../ppapi/tests/extensions/extensions.gyp:ppapi_tests_extensions _socket',
1691 ],
1692 'conditions': [
1693 ['OS=="linux"', {
1694 'sources': [
1695 '../third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows ertest.cc',
1696 ],
1697 'dependencies': [
1698 '../third_party/liblouis/liblouis_untrusted.gyp:liblouis_tes t_data',
1699 ],
1700 }],
1691 ], 1701 ],
1692 }], 1702 }],
1693 ['OS=="win" or OS=="linux"', { 1703 ['OS=="win" or OS=="linux"', {
1694 'sources': [ 1704 'sources': [
1695 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1705 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1696 ], 1706 ],
1697 'dependencies': [ 1707 'dependencies': [
1698 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 1708 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
1699 ], 1709 ],
1700 }], 1710 }],
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'utility', 3068 'utility',
3059 ], 3069 ],
3060 'sources': [ 3070 'sources': [
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3071 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3072 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3063 ], 3073 ],
3064 }] 3074 }]
3065 }], 3075 }],
3066 ], # 'conditions' 3076 ], # 'conditions'
3067 } 3077 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698