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

Unified Diff: content/content_tests.gypi

Issue 226213002: Removes use_mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk 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 | « content/content_resources.grd ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 40e3917fb7b8562ecbb22972487968892607dbfa..64da4baf1d2ea51a42ecb891a3d84c0bd95d0354 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -924,7 +924,7 @@
'public/test/content_browser_test_utils_mac.mm',
],
'conditions': [
- ['use_mojo==1 and OS=="android"', {
+ ['OS=="android"', {
'dependencies': [
'content.gyp:content_app_both',
],
@@ -968,12 +968,18 @@
'content_resources.gyp:content_resources',
'content_shell_lib',
'content_shell_pak',
+ 'web_ui_test_mojo_bindings',
'../base/base.gyp:test_support_base',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gpu',
'../ipc/ipc.gyp:test_support_ipc',
'../media/media.gyp:media_test_support',
'../media/media.gyp:shared_memory_support',
+ '../mojo/mojo.gyp:mojo_bindings',
+ '../mojo/mojo.gyp:mojo_environment_chromium',
+ '../mojo/mojo.gyp:mojo_service_manager',
+ '../mojo/mojo.gyp:mojo_system',
+ '../mojo/mojo.gyp:mojo_system_impl',
'../net/net.gyp:net_test_support',
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../ppapi/ppapi_internal.gyp:ppapi_ipc',
@@ -1102,19 +1108,6 @@
'browser/web_contents/touch_editable_impl_aura_browsertest.cc',
],
}],
- ['use_mojo==0', {
- 'sources!': [
- 'browser/webui/web_ui_mojo_browsertest.cc',
- ],
- }, { # use_mojo==1
- 'dependencies': [
- 'web_ui_test_mojo_bindings',
- '../mojo/mojo.gyp:mojo_bindings',
- '../mojo/mojo.gyp:mojo_environment_chromium',
- '../mojo/mojo.gyp:mojo_system',
- '../mojo/mojo.gyp:mojo_system_impl',
- ],
- }],
['OS=="win"', {
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
@@ -1202,16 +1195,6 @@
['exclude', '^browser/compositor/'],
],
}],
- ['use_mojo==1', {
- 'dependencies': [
- '../mojo/mojo.gyp:mojo_environment_chromium',
- '../mojo/mojo.gyp:mojo_service_manager',
- ],
- },{
- 'sources!': [
- 'app/mojo/mojo_browsertest.cc',
- ],
- }],
['OS!="android" and OS!="ios"', {
# npapi test plugin doesn't build on android or ios
'dependencies': [
« no previous file with comments | « content/content_resources.grd ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698