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

Unified Diff: mojo/mojo_base.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « mojo/mojo.gyp ('k') | mojo/mojo_edk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 32f6d0aa6c86db612da4a61daa50f708e1ac2206..2000120f4676b5465d40a87021a5e99ac6eaca1a 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -7,7 +7,7 @@
# Mojo land like mojo_shell should be in mojo.gyp.
{
'includes': [
- 'mojo_variables.gypi',
+ '../third_party/mojo/mojo_variables.gypi',
],
'targets': [
{
@@ -25,8 +25,8 @@
'conditions': [
['OS == "android"', {
'dependencies': [
- 'mojo_public.gyp:mojo_bindings_java',
- 'mojo_public.gyp:mojo_public_java',
+ '../third_party/mojo/mojo_public.gyp:mojo_bindings_java',
+ '../third_party/mojo/mojo_public.gyp:mojo_public_java',
],
}],
]
@@ -76,12 +76,12 @@
'../testing/gtest.gyp:gtest',
'../url/url.gyp:url_lib',
'mojo_common_lib',
- 'mojo_edk.gyp:mojo_system_impl',
- 'mojo_edk.gyp:mojo_common_test_support',
- 'mojo_edk.gyp:mojo_run_all_unittests',
+ '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
+ '../third_party/mojo/mojo_edk.gyp:mojo_common_test_support',
+ '../third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests',
'mojo_environment_chromium',
- 'mojo_public.gyp:mojo_cpp_bindings',
- 'mojo_public.gyp:mojo_public_test_utils',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
],
'sources': [
'common/common_type_converters_unittest.cc',
@@ -99,12 +99,18 @@
'sources': [
'environment/environment.cc',
# TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
- "public/cpp/environment/logging.h",
- "public/cpp/environment/lib/logging.cc",
+ "../third_party/mojo/src/mojo/public/cpp/environment/logging.h",
+ "../third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc",
],
'include_dirs': [
'..',
+ '../third_party/mojo/src',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../third_party/mojo/src',
+ ],
+ },
'export_dependent_settings': [
'mojo_environment_chromium_impl',
],
@@ -132,7 +138,13 @@
],
'include_dirs': [
'..',
+ '../third_party/mojo/src',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../third_party/mojo/src',
+ ],
+ },
},
{
# GN version: //mojo/application
@@ -145,10 +157,10 @@
'dependencies': [
'mojo_common_lib',
'mojo_environment_chromium',
- 'mojo_public.gyp:mojo_application_base',
+ '../third_party/mojo/mojo_public.gyp:mojo_application_base',
],
'export_dependent_settings': [
- 'mojo_public.gyp:mojo_application_base',
+ '../third_party/mojo/mojo_public.gyp:mojo_application_base',
],
},
],
@@ -178,7 +190,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'mojo_common_lib',
- 'mojo_edk.gyp:mojo_system_impl',
+ '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
'mojo_environment_chromium',
'mojo_jni_headers',
],
@@ -202,7 +214,7 @@
'dependencies': [
'../base/base.gyp:base_java',
'libmojo_system_java',
- 'mojo_public.gyp:mojo_public_java',
+ '../third_party/mojo/mojo_public.gyp:mojo_public_java',
],
'variables': {
'java_in_dir': '<(DEPTH)/mojo/android/system',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_edk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698