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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 months 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 ], 1723 ],
1724 'conditions': [ 1724 'conditions': [
1725 ['disable_nacl_untrusted==0', { 1725 ['disable_nacl_untrusted==0', {
1726 'sources': [ 1726 'sources': [
1727 'test/nacl/nacl_browsertest.cc', 1727 'test/nacl/nacl_browsertest.cc',
1728 'test/nacl/nacl_browsertest_uma.cc', 1728 'test/nacl/nacl_browsertest_uma.cc',
1729 'test/nacl/nacl_browsertest_util.cc', 1729 'test/nacl/nacl_browsertest_util.cc',
1730 'test/nacl/nacl_browsertest_util.h', 1730 'test/nacl/nacl_browsertest_util.h',
1731 ], 1731 ],
1732 'dependencies': [ 1732 'dependencies': [
1733 'test/data/extensions/api_test/api_test_data.gyp:socket_ppapi',
1733 'test/data/nacl/nacl_test_data.gyp:*', 1734 'test/data/nacl/nacl_test_data.gyp:*',
1734 '../ppapi/native_client/native_client.gyp:nacl_irt', 1735 '../ppapi/native_client/native_client.gyp:nacl_irt',
1735 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1736 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1736 ], 1737 ],
1737 }], 1738 }],
1738 ['OS=="win" or OS=="linux"', { 1739 ['OS=="win" or OS=="linux"', {
1739 'sources': [ 1740 'sources': [
1740 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1741 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1741 ], 1742 ],
1742 'dependencies': [ 1743 'dependencies': [
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 # more details. 3388 # more details.
3388 'DebugInformationFormat': '3', 3389 'DebugInformationFormat': '3',
3389 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3390 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3390 }, 3391 },
3391 }, 3392 },
3392 }, 3393 },
3393 ], 3394 ],
3394 }], 3395 }],
3395 ], # 'conditions' 3396 ], # 'conditions'
3396 } 3397 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/socket/socket_apitest.cc ('k') | chrome/test/data/extensions/api_test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698