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

Unified Diff: mojo/mojo.gyp

Issue 611013003: Remove unnecessary deps on base_static in mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index c9d27b56aafc67528157196ce202b507228435a5..d0f048bc98f6c4211234ff31c8c5ed2cd225090c 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -121,7 +121,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_static',
'../net/net.gyp:http_server',
'../url/url.gyp:url_lib',
'mojo_application_manager',
@@ -233,7 +232,6 @@
'target_name': 'mojo_shell_test_support',
'type': 'static_library',
'dependencies': [
- '../base/base.gyp:base_static',
'mojo_base.gyp:mojo_system_impl',
'mojo_shell_lib',
],
@@ -545,7 +543,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../base/base.gyp:base_static',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
« no previous file with comments | « no previous file | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698