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

Side by Side Diff: content/content_tests.gypi

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/pepper/event_conversion.cc » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 ['OS=="android"', { 758 ['OS=="android"', {
759 'dependencies': [ 759 'dependencies': [
760 'test_support_content_jni_headers', 760 'test_support_content_jni_headers',
761 ], 761 ],
762 }], 762 }],
763 ['OS!="ios"', { 763 ['OS!="ios"', {
764 # layouttest_support_content is not supported nor required on iOS. 764 # layouttest_support_content is not supported nor required on iOS.
765 'dependencies': [ 765 'dependencies': [
766 'content.gyp:content_renderer', 766 'content.gyp:content_renderer',
767 'test_support_content', 767 'test_support_content',
768 '../components/test_runner/test_runner.gyp:test_runner',
768 '../skia/skia.gyp:skia', 769 '../skia/skia.gyp:skia',
769 '../ui/accessibility/accessibility.gyp:ax_gen', 770 '../ui/accessibility/accessibility.gyp:ax_gen',
770 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 771 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
771 '../v8/tools/gyp/v8.gyp:v8', 772 '../v8/tools/gyp/v8.gyp:v8',
772 ], 773 ],
773 'include_dirs': [ 774 'include_dirs': [
774 '..', 775 '..',
775 '<(SHARED_INTERMEDIATE_DIR)', 776 '<(SHARED_INTERMEDIATE_DIR)',
776 ], 777 ],
777 'sources': [ '<@(layouttest_support_content_sources)' ] 778 'sources': [ '<@(layouttest_support_content_sources)' ]
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2158 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2159 }, 2160 },
2160 ], 2161 ],
2161 }], 2162 }],
2162 ], 2163 ],
2163 }, 2164 },
2164 ], 2165 ],
2165 }], 2166 }],
2166 ], 2167 ],
2167 } 2168 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/pepper/event_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698