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

Side by Side Diff: Source/web/web_tests.gyp

Issue 286213004: Update content_webkit_unit_test_support dependency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: s/_target// Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'web.gyp:blink_web_test_support', 89 'web.gyp:blink_web_test_support',
90 '<(DEPTH)/base/base.gyp:base', 90 '<(DEPTH)/base/base.gyp:base',
91 '<(DEPTH)/base/base.gyp:base_i18n', 91 '<(DEPTH)/base/base.gyp:base_i18n',
92 '<(DEPTH)/base/base.gyp:test_support_base', 92 '<(DEPTH)/base/base.gyp:test_support_base',
93 '<(DEPTH)/testing/gmock.gyp:gmock', 93 '<(DEPTH)/testing/gmock.gyp:gmock',
94 '<(DEPTH)/testing/gtest.gyp:gtest', 94 '<(DEPTH)/testing/gtest.gyp:gtest',
95 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 95 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
97 '<(DEPTH)/url/url.gyp:url_lib', 97 '<(DEPTH)/url/url.gyp:url_lib',
98 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 98 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
99 '<(DEPTH)/content/content_shell_and_tests.gyp:content_webkit_uni t_test_support', 99 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_conte nt',
100 'webkit_unit_tests_resources', 100 'webkit_unit_tests_resources',
101 ], 101 ],
102 'sources': [ 102 'sources': [
103 '../web/tests/RunAllTests.cpp', 103 '../web/tests/RunAllTests.cpp',
104 ], 104 ],
105 'include_dirs': [ 105 'include_dirs': [
106 '../../public/web', 106 '../../public/web',
107 '../web', 107 '../web',
108 'src', 108 'src',
109 ], 109 ],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 186 ],
187 'variables': { 187 'variables': {
188 'test_suite_name': 'webkit_unit_tests', 188 'test_suite_name': 'webkit_unit_tests',
189 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)w ebkit_unit_tests<(SHARED_LIB_SUFFIX)', 189 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)w ebkit_unit_tests<(SHARED_LIB_SUFFIX)',
190 }, 190 },
191 'includes': [ '../../../../build/apk_test.gypi' ], 191 'includes': [ '../../../../build/apk_test.gypi' ],
192 }], 192 }],
193 }], 193 }],
194 ], 194 ],
195 } 195 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698