| Index: mojo/mojo_base.gyp
|
| diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
|
| index 28a4dfb2aaadacaece3bda6f115aa2e69f8f2e21..cd800cdbf2644ae1dfa49635e5f147058763208d 100644
|
| --- a/mojo/mojo_base.gyp
|
| +++ b/mojo/mojo_base.gyp
|
| @@ -6,9 +6,9 @@
|
| # Chrome should be here. Other components that are useful only in
|
| # Mojo land like mojo_shell should be in mojo.gyp.
|
| {
|
| - 'includes': [
|
| - 'mojo_variables.gypi',
|
| - ],
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + },
|
| 'targets': [
|
| {
|
| 'target_name': 'mojo_base',
|
| @@ -45,7 +45,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '<(mojo_system_for_component)',
|
| + '../mojo/mojo_public.gyp:mojo_public_system',
|
| ],
|
| 'export_dependent_settings': [
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| @@ -83,7 +83,7 @@
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '../url/url.gyp:url_lib',
|
| - '<(mojo_system_for_component)',
|
| + '../mojo/mojo_public.gyp:mojo_public_system',
|
| ],
|
| 'export_dependent_settings': [
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
|
|