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

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: this one shows the actual changes made to ppapi_nacl_test_common.gyp 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 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 ], 1652 ],
1653 'conditions': [ 1653 'conditions': [
1654 ['disable_nacl_untrusted==0', { 1654 ['disable_nacl_untrusted==0', {
1655 'sources': [ 1655 'sources': [
1656 'test/nacl/nacl_browsertest.cc', 1656 'test/nacl/nacl_browsertest.cc',
1657 'test/nacl/nacl_browsertest_uma.cc', 1657 'test/nacl/nacl_browsertest_uma.cc',
1658 'test/nacl/nacl_browsertest_util.cc', 1658 'test/nacl/nacl_browsertest_util.cc',
1659 'test/nacl/nacl_browsertest_util.h', 1659 'test/nacl/nacl_browsertest_util.h',
1660 ], 1660 ],
1661 'dependencies': [ 1661 'dependencies': [
1662 'test/data/extensions/api_test/api_test_data.gyp:socket_ppapi',
1662 'test/data/nacl/nacl_test_data.gyp:*', 1663 'test/data/nacl/nacl_test_data.gyp:*',
1663 '../ppapi/native_client/native_client.gyp:nacl_irt', 1664 '../ppapi/native_client/native_client.gyp:nacl_irt',
1664 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 1665 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
1665 ], 1666 ],
1666 }], 1667 }],
1667 ['OS=="win" or OS=="linux"', { 1668 ['OS=="win" or OS=="linux"', {
1668 'sources': [ 1669 'sources': [
1669 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1670 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1670 ], 1671 ],
1671 'dependencies': [ 1672 'dependencies': [
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
3247 # more details. 3248 # more details.
3248 'DebugInformationFormat': '3', 3249 'DebugInformationFormat': '3',
3249 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3250 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3250 }, 3251 },
3251 }, 3252 },
3252 }, 3253 },
3253 ], 3254 ],
3254 }], 3255 }],
3255 ], # 'conditions' 3256 ], # 'conditions'
3256 } 3257 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698