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

Unified Diff: content/content_shell.gypi

Issue 221993002: Split content_shell dependencies for layout tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 5879e2d58967f8ffad04ee529a92c129e3928a64..452a93e3eaae62567395dfb813b2d4f35c8bcd8b 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -38,7 +38,7 @@
'content_resources.gyp:content_resources',
'content_shell_resources',
'copy_test_netscape_plugin',
- 'test_support_content',
+ 'layout_tests_support_content',
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../components/components.gyp:breakpad_component',
@@ -64,7 +64,6 @@
'..',
],
'sources': [
- 'public/test/layouttest_support.h',
'shell/android/shell_jni_registrar.cc',
'shell/android/shell_jni_registrar.h',
'shell/android/shell_manager.cc',
@@ -112,8 +111,6 @@
'shell/browser/shell_javascript_dialog_manager.cc',
'shell/browser/shell_javascript_dialog_manager.h',
'shell/browser/shell_javascript_dialog_win.cc',
- 'shell/browser/shell_layout_tests_android.cc',
- 'shell/browser/shell_layout_tests_android.h',
'shell/browser/shell_login_dialog.cc',
'shell/browser/shell_login_dialog_gtk.cc',
'shell/browser/shell_login_dialog.h',
@@ -241,7 +238,6 @@
'shell/renderer/test_runner/web_ax_object_proxy.h',
'shell/renderer/webkit_test_runner.cc',
'shell/renderer/webkit_test_runner.h',
- 'test/layouttest_support.cc',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -965,7 +961,6 @@
'type': 'none',
'sources': [
'shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java',
- 'shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java',
'shell/android/java/src/org/chromium/content_shell/ShellManager.java',
'shell/android/java/src/org/chromium/content_shell/Shell.java',
],
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698