| Index: ui/ui_unittests.gypi
|
| diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
|
| index 27f36acbd4368c3cf7499c5a263ea830ebf50c14..3f175396dc2927dc70685b45847dfd87ff0090d5 100644
|
| --- a/ui/ui_unittests.gypi
|
| +++ b/ui/ui_unittests.gypi
|
| @@ -51,7 +51,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libpng/libpng.gyp:libpng',
|
| 'ui',
|
| - 'ui_resources_standard',
|
| + 'ui_resources',
|
| 'ui_test_support',
|
| ],
|
| 'sources': [
|
| @@ -112,7 +112,7 @@
|
| 'test/run_all_unittests.cc',
|
| 'test/test_suite.cc',
|
| 'test/test_suite.h',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
|
| ],
|
| 'include_dirs': [
|
| '../',
|
|
|