| Index: ui/shell_dialogs/shell_dialogs.gyp
|
| diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
|
| index 00234c87cc9a49f7920a27d4ef730479681c96a4..7cd262d726ced9765c54956ef9b6d917b618a434 100644
|
| --- a/ui/shell_dialogs/shell_dialogs.gyp
|
| +++ b/ui/shell_dialogs/shell_dialogs.gyp
|
| @@ -15,7 +15,7 @@
|
| '../../base/base.gyp:base_i18n',
|
| '../../skia/skia.gyp:skia',
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| - '../ui.gyp:ui',
|
| + '../base/ui_base.gyp:ui_base',
|
| ],
|
| 'defines': [
|
| 'SHELL_DIALOGS_IMPLEMENTATION',
|
| @@ -62,7 +62,7 @@
|
| ['OS=="android"',
|
| {
|
| 'dependencies': [
|
| - '../ui.gyp:ui_base_jni_headers',
|
| + '../base/ui_base.gyp:ui_base_jni_headers',
|
| ],
|
| 'include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/ui',
|
|
|