diff options
author | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 13:38:41 +0000 |
---|---|---|
committer | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 13:38:41 +0000 |
commit | a20f6e8ec107dd2249e3da5263ba1de4265036f2 (patch) | |
tree | faa0fe048ad3ae9f194e3cf4f5bc79692e055cbe | |
parent | 9b48510b3ebc70aeb0dcc477a57eb2bf1d8f9753 (diff) | |
download | chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.zip chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.tar.gz chromium_src-a20f6e8ec107dd2249e3da5263ba1de4265036f2.tar.bz2 |
Factor out content shell and tests into a standalone gyp
This simplifies using components in Content Shell. As components can
depend on the content layer, trying to use a component from Content Shell
results in a cross-reference of gyp files which isn't allowed on Mac.
TBR=joi,robertshield (trivial one-line renames in gyp files)
Review URL: https://chromiumcodereview.appspot.com/17366006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209420 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | android_webview/android_webview_tests.gypi | 6 | ||||
-rw-r--r-- | ash/ash.gyp | 4 | ||||
-rw-r--r-- | build/all.gyp | 42 | ||||
-rw-r--r-- | build/all_android.gyp | 16 | ||||
-rw-r--r-- | chrome/chrome.gyp | 6 | ||||
-rw-r--r-- | chrome/chrome_tests.gypi | 6 | ||||
-rw-r--r-- | chrome/chrome_tests_unit.gypi | 2 | ||||
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 | ||||
-rw-r--r-- | components/components_tests.gypi | 4 | ||||
-rw-r--r-- | content/OWNERS | 1 | ||||
-rw-r--r-- | content/content.gyp | 4 | ||||
-rw-r--r-- | content/content_shell.gypi | 24 | ||||
-rw-r--r-- | content/content_shell_and_tests.gyp | 19 | ||||
-rw-r--r-- | content/content_tests.gypi | 54 | ||||
-rw-r--r-- | ui/views/views.gyp | 6 |
15 files changed, 106 insertions, 90 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi index bb9cc0f..e416559 100644 --- a/android_webview/android_webview_tests.gypi +++ b/android_webview/android_webview_tests.gypi @@ -51,7 +51,7 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_java_test_support', - '../content/content.gyp:content_java_test_support', + '../content/content_shell_and_tests.gyp:content_java_test_support', '../net/net.gyp:net_java_test_support', 'android_webview_apk_java', ], @@ -67,7 +67,7 @@ 'type': '<(gtest_target_type)', 'dependencies': [ '../base/base.gyp:test_support_base', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../net/net.gyp:net_test_support', '../testing/android/native_test.gyp:native_test_native_code', '../testing/gmock.gyp:gmock', @@ -94,7 +94,7 @@ 'type': 'none', 'dependencies': [ '../base/base.gyp:base_java_test_support', - '../content/content.gyp:content_java_test_support', + '../content/content_shell_and_tests.gyp:content_java_test_support', 'android_webview_java', ], 'variables': { diff --git a/ash/ash.gyp b/ash/ash.gyp index 8d5becb..be6c931 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -620,7 +620,7 @@ '../base/base.gyp:test_support_base', '../chrome/chrome_resources.gyp:packed_resources', '../content/content.gyp:content_browser', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', '../third_party/icu/icu.gyp:icui18n', @@ -802,8 +802,8 @@ '../base/base.gyp:base', '../base/base.gyp:base_i18n', '../chrome/chrome_resources.gyp:packed_resources', - '../content/content.gyp:content_shell_lib', '../content/content.gyp:content', + '../content/content_shell_and_tests.gyp:content_shell_lib', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', diff --git a/build/all.gyp b/build/all.gyp index d37abff..650546b 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -225,9 +225,9 @@ '../chrome/chrome.gyp:sync_integration_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_shell', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_shell', '../device/device.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', @@ -323,7 +323,7 @@ 'type': 'none', 'dependencies': [ '../third_party/WebKit/public/all.gyp:all_blink', - '../content/content.gyp:content_shell', + '../content/content_shell_and_tests.gyp:content_shell', ], }, # target_name: all_webkit { @@ -352,8 +352,8 @@ '../chrome/chrome.gyp:gpu_tests', '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_gl_tests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_gl_tests', '../gpu/gpu.gyp:gl_tests', ], 'conditions': [ @@ -369,8 +369,8 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:gpu_tests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_gl_tests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_gl_tests', '../gpu/gpu.gyp:gl_tests', ], 'conditions': [ @@ -436,8 +436,8 @@ 'dependencies': [ 'chromium_builder_qa', # needed for perf pyauto tests '../chrome/chrome.gyp:browser_tests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', '../third_party/libjingle/libjingle.gyp:peerconnection_server', '../third_party/webrtc/tools/tools.gyp:frame_analyzer', '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', @@ -487,8 +487,8 @@ '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', '../device/device.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -519,8 +519,8 @@ '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', '../device/device.gyp:device_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -573,7 +573,7 @@ '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../device/device.gyp:device_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -611,8 +611,8 @@ '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', # mini_installer_tests depends on mini_installer. This should be # defined in installer.gyp. '../chrome/installer/mini_installer.gyp:mini_installer', @@ -678,7 +678,7 @@ '../base/base.gyp:base_unittests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../ipc/ipc.gyp:ipc_tests', '../jingle/jingle.gyp:jingle_unittests', @@ -700,7 +700,7 @@ '../chrome/chrome.gyp:unit_tests', '../cloud_print/cloud_print.gyp:cloud_print_unittests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_unittests', '../crypto/crypto.gyp:crypto_unittests', '../device/device.gyp:device_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -794,8 +794,8 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:unit_tests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', '../device/device.gyp:device_unittests', '../ppapi/ppapi_internal.gyp:ppapi_unittests', '../remoting/remoting.gyp:remoting_unittests', diff --git a/build/all_android.gyp b/build/all_android.gyp index 79bbcdd..0796b13 100644 --- a/build/all_android.gyp +++ b/build/all_android.gyp @@ -17,7 +17,7 @@ 'target_name': 'All', 'type': 'none', 'dependencies': [ - '../content/content.gyp:content_shell_apk', + '../content/content_shell_and_tests.gyp:content_shell_apk', '<@(android_app_targets)', 'android_builder_tests', '../android_webview/android_webview.gyp:android_webview_apk', @@ -33,7 +33,7 @@ 'type': 'none', 'dependencies': [ '../third_party/WebKit/public/all.gyp:all_blink', - '../content/content.gyp:content_shell_apk', + '../content/content_shell_and_tests.gyp:content_shell_apk', ], }, # target_name: all_webkit { @@ -56,9 +56,9 @@ '../cc/cc_tests.gyp:cc_unittests', '../chrome/chrome.gyp:unit_tests', '../components/components.gyp:components_unittests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_shell_test_apk', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_shell_test_apk', + '../content/content_shell_and_tests.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', '../gpu/gpu.gyp:gl_tests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -98,9 +98,9 @@ '../cc/cc_tests.gyp:cc_unittests_apk', '../chrome/chrome.gyp:unit_tests_apk', '../components/components.gyp:components_unittests_apk', - '../content/content.gyp:content_browsertests_apk', - '../content/content.gyp:content_unittests_apk', - '../content/content.gyp:video_decode_accelerator_unittest_apk', + '../content/content_shell_and_tests.gyp:content_browsertests_apk', + '../content/content_shell_and_tests.gyp:content_unittests_apk', + '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk', '../gpu/gpu.gyp:gl_tests_apk', '../gpu/gpu.gyp:gpu_unittests_apk', '../ipc/ipc.gyp:ipc_tests_apk', diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index c9109ce..2783f9f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -904,9 +904,9 @@ '../base/base.gyp:base_unittests', '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', - '../content/content.gyp:content_browsertests', - '../content/content.gyp:content_shell', - '../content/content.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_unittests', + '../content/content_shell_and_tests.gyp:content_shell', '../net/net.gyp:net_unittests', '../ui/ui.gyp:ui_unittests', ], diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e895992..b781541 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2823,7 +2823,7 @@ 'common', 'renderer', '../content/content.gyp:content_gpu', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../base/base.gyp:base', '../base/base.gyp:test_support_base', '../base/base.gyp:test_support_perf', @@ -3165,7 +3165,7 @@ 'interactive_ui_tests', # Disabled from running in coverage_posix.py. # We need to build this during compile step, so enabling here. - '../content/content.gyp:content_browsertests', + '../content/content_shell_and_tests.gyp:content_browsertests', '../courgette/courgette.gyp:courgette_unittests', '../crypto/crypto.gyp:crypto_unittests', '../jingle/jingle.gyp:jingle_unittests', @@ -3275,7 +3275,7 @@ 'chromium_testshell_java', '../base/base.gyp:base', '../base/base.gyp:base_java_test_support', - '../content/content.gyp:content_java_test_support', + '../content/content_shell_and_tests.gyp:content_java_test_support', '../sync/sync.gyp:sync_javatests', '../tools/android/forwarder/forwarder.gyp:forwarder', ], diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi index 72e5bc3..3430dbf 100644 --- a/chrome/chrome_tests_unit.gypi +++ b/chrome/chrome_tests_unit.gypi @@ -21,7 +21,7 @@ '../base/base.gyp:base_prefs_test_support', '../components/components.gyp:sessions_test_support', '../content/content.gyp:content_app', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../media/media.gyp:media_test_support', '../net/net.gyp:net', '../net/net.gyp:net_test_support', diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index fa5bae3..21dd325 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -414,7 +414,7 @@ '../chrome/chrome_resources.gyp:chrome_resources', '../content/content.gyp:content_app', '../content/content.gyp:content_gpu', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../net/net.gyp:net', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', diff --git a/components/components_tests.gypi b/components/components_tests.gypi index 4325216..558b2a9 100644 --- a/components/components_tests.gypi +++ b/components/components_tests.gypi @@ -43,7 +43,7 @@ 'encryptor', # Dependencies of intercept_navigation_resource_throttle_unittest.cc - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../skia/skia.gyp:skia', 'navigation_interception', @@ -93,7 +93,7 @@ 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:test_support_perf', - '../content/content.gyp:test_support_content', + '../content/content_shell_and_tests.gyp:test_support_content', '../testing/gtest.gyp:gtest', '../ui/compositor/compositor.gyp:compositor', 'visitedlink_browser', diff --git a/content/OWNERS b/content/OWNERS index e6de2ac..f6092bf 100644 --- a/content/OWNERS +++ b/content/OWNERS @@ -19,3 +19,4 @@ per-file content_renderer.gypi=jamesr@chromium.org per-file content_renderer.gypi=jochen@chromium.org per-file content_shell.gypi=jochen@chromium.org per-file content_tests.gypi=jochen@chromium.org +per-file content_shell_and_tests.gyp=jochen@chromium.org diff --git a/content/content.gyp b/content/content.gyp index 68a6f40..7fe5ac4 100644 --- a/content/content.gyp +++ b/content/content.gyp @@ -21,14 +21,10 @@ }], ], }, - 'includes': [ - 'content_tests.gypi', - ], 'conditions': [ ['OS != "ios"', { 'includes': [ '../build/win_precompile.gypi', - 'content_shell.gypi', ], }], # In component mode, we build all of content as a single DLL. diff --git a/content/content_shell.gypi b/content/content_shell.gypi index ef34e02..23806f8 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -27,18 +27,18 @@ 'chromium_code': 1, }, 'dependencies': [ - 'content_app', - 'content_browser', - 'content_common', - 'content_gpu', - 'content_plugin', - 'content_ppapi_plugin', - 'content_renderer', + 'content.gyp:content_app', + 'content.gyp:content_browser', + 'content.gyp:content_common', + 'content.gyp:content_gpu', + 'content.gyp:content_plugin', + 'content.gyp:content_ppapi_plugin', + 'content.gyp:content_renderer', + 'content.gyp:content_utility', + 'content.gyp:content_worker', + 'content_resources.gyp:content_resources', 'content_shell_resources', - 'content_utility', - 'content_worker', 'test_support_content', - 'content_resources.gyp:content_resources', '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../ipc/ipc.gyp:ipc', @@ -662,7 +662,7 @@ 'target_name': 'content_shell_java', 'type': 'none', 'dependencies': [ - 'content_java', + 'content.gyp:content_java', ], 'variables': { 'java_in_dir': '../content/shell/android/java', @@ -689,7 +689,7 @@ 'target_name': 'content_shell_apk', 'type': 'none', 'dependencies': [ - 'content_java', + 'content.gyp:content_java', 'content_java_test_support', 'content_shell_java', 'libcontent_shell_content_view', diff --git a/content/content_shell_and_tests.gyp b/content/content_shell_and_tests.gyp new file mode 100644 index 0000000..330a0c7 --- /dev/null +++ b/content/content_shell_and_tests.gyp @@ -0,0 +1,19 @@ +# Copyright 2013 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'variables': { + 'chromium_code': 1, # Use higher warning level. + }, + 'includes': [ + 'content_tests.gypi', + ], + 'conditions': [ + ['OS != "ios"', { + 'includes': [ + 'content_shell.gypi', + ], + }], + ], +} diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 21b46a0..33ca270 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -16,9 +16,9 @@ '../testing/gtest.gyp:gtest', '../ui/ui.gyp:ui_test_support', '../url/url.gyp:url_lib', - 'content_app', - 'content_browser', - 'content_common', + 'content.gyp:content_app', + 'content.gyp:content_browser', + 'content.gyp:content_common', ], 'include_dirs': [ '..', @@ -161,10 +161,10 @@ ], }, { # OS != "ios" 'dependencies': [ - 'content_child', - 'content_ppapi_plugin', - 'content_utility', - 'content_worker', + 'content.gyp:content_child', + 'content.gyp:content_ppapi_plugin', + 'content.gyp:content_utility', + 'content.gyp:content_worker', '../ppapi/ppapi_internal.gyp:ppapi_host', '../ppapi/ppapi_internal.gyp:ppapi_proxy', '../ppapi/ppapi_internal.gyp:ppapi_shared', @@ -245,8 +245,8 @@ 'type': '<(gtest_target_type)', 'defines!': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ - 'content_browser', - 'content_common', + 'content.gyp:content_browser', + 'content.gyp:content_common', 'test_support_content', 'browser/speech/proto/speech_proto.gyp:speech_proto', '../base/base.gyp:test_support_base', @@ -560,11 +560,11 @@ ], }, { # OS != "ios" 'dependencies': [ - 'content_browser', - 'content_child', - 'content_gpu', - 'content_plugin', - 'content_renderer', + 'content.gyp:content_browser', + 'content.gyp:content_child', + 'content.gyp:content_gpu', + 'content.gyp:content_plugin', + 'content.gyp:content_renderer', 'content_resources.gyp:content_resources', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../gpu/gpu.gyp:gpu', @@ -735,10 +735,10 @@ 'type': '<(gtest_target_type)', 'defines!': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ - 'content_common', - 'content_gpu', - 'content_plugin', - 'content_renderer', + 'content.gyp:content_common', + 'content.gyp:content_gpu', + 'content.gyp:content_plugin', + 'content.gyp:content_renderer', 'content_shell_lib', 'content_shell_pak', 'test_support_content', @@ -986,7 +986,7 @@ 'type': '<(gtest_target_type)', 'defines!': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ - 'content_common', + 'content.gyp:content_common', 'test_support_content', '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', @@ -1007,7 +1007,7 @@ 'type': '<(gtest_target_type)', 'defines!': ['CONTENT_IMPLEMENTATION'], 'dependencies': [ - 'content_common', + 'content.gyp:content_common', 'test_support_content', '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', @@ -1030,7 +1030,7 @@ 'target_name': 'video_decode_accelerator_unittest', 'type': '<(gtest_target_type)', 'dependencies': [ - 'content', + 'content.gyp:content', '../base/base.gyp:base', '../testing/gtest.gyp:gtest', '../media/media.gyp:media', @@ -1099,7 +1099,7 @@ 'target_name': 'h264_parser_unittest', 'type': 'executable', 'dependencies': [ - 'content_common', + 'content.gyp:content_common', '../base/base.gyp:base', '../testing/gtest.gyp:gtest', ], @@ -1126,7 +1126,7 @@ 'target_name': 'content_unittests_apk', 'type': 'none', 'dependencies': [ - 'content_java', + 'content.gyp:content_java', 'content_unittests', ], 'variables': { @@ -1139,8 +1139,8 @@ 'target_name': 'content_browsertests_apk', 'type': 'none', 'dependencies': [ + 'content.gyp:content_java', 'content_browsertests', - 'content_java', 'content_java_test_support', 'content_shell_java', ], @@ -1192,8 +1192,8 @@ 'dependencies': [ '../base/base.gyp:base', '../base/base.gyp:base_java_test_support', - 'content_common', - 'content_java', + 'content.gyp:content_common', + 'content.gyp:content_java', ], 'variables': { 'java_in_dir': '../content/public/test/android/javatests', @@ -1204,7 +1204,7 @@ 'target_name': 'content_shell_test_apk', 'type': 'none', 'dependencies': [ - 'content_java', + 'content.gyp:content_java', 'content_java_test_support', 'content_shell_apk_java', '../base/base.gyp:base_java', diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 16c9f6d9..995ab16 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -632,7 +632,7 @@ 'dependencies': [ '../../base/base.gyp:base', '../../content/content.gyp:content', - '../../content/content.gyp:test_support_content', + '../../content/content_shell_and_tests.gyp:test_support_content', '../../ipc/ipc.gyp:test_support_ipc', '../../skia/skia.gyp:skia', '../../testing/gtest.gyp:gtest', @@ -973,9 +973,9 @@ '../../base/base.gyp:base', '../../base/base.gyp:base_i18n', '../../chrome/chrome_resources.gyp:packed_resources', - '../../content/content.gyp:content_shell_lib', '../../content/content.gyp:content', - '../../content/content.gyp:test_support_content', + '../../content/content_shell_and_tests.gyp:test_support_content', + '../../content/content_shell_and_tests.gyp:content_shell_lib', '../../skia/skia.gyp:skia', '../../third_party/icu/icu.gyp:icui18n', '../../third_party/icu/icu.gyp:icuuc', |