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

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: 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
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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 ['OS=="android"', { 757 ['OS=="android"', {
758 'dependencies': [ 758 'dependencies': [
759 'test_support_content_jni_headers', 759 'test_support_content_jni_headers',
760 ], 760 ],
761 }], 761 }],
762 ['OS!="ios"', { 762 ['OS!="ios"', {
763 # layouttest_support_content is not supported nor required on iOS. 763 # layouttest_support_content is not supported nor required on iOS.
764 'dependencies': [ 764 'dependencies': [
765 'content.gyp:content_renderer', 765 'content.gyp:content_renderer',
766 'test_support_content', 766 'test_support_content',
767 '../components/test_runner/test_runner.gyp:test_runner',
767 '../skia/skia.gyp:skia', 768 '../skia/skia.gyp:skia',
768 '../ui/accessibility/accessibility.gyp:ax_gen', 769 '../ui/accessibility/accessibility.gyp:ax_gen',
769 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 770 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
770 '../v8/tools/gyp/v8.gyp:v8', 771 '../v8/tools/gyp/v8.gyp:v8',
771 ], 772 ],
772 'include_dirs': [ 773 'include_dirs': [
773 '..', 774 '..',
774 '<(SHARED_INTERMEDIATE_DIR)', 775 '<(SHARED_INTERMEDIATE_DIR)',
775 ], 776 ],
776 'sources': [ '<@(layouttest_support_content_sources)' ] 777 'sources': [ '<@(layouttest_support_content_sources)' ]
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
2150 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2151 }, 2152 },
2152 ], 2153 ],
2153 }], 2154 }],
2154 ], 2155 ],
2155 }, 2156 },
2156 ], 2157 ],
2157 }], 2158 }],
2158 ], 2159 ],
2159 } 2160 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698