Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index a25a265e695e371537efbbddd67e09eefd5a5d84..f5be0765afed58a4bb28797310ba587a3b611a10 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -495,7 +495,7 @@ |
| '../base/strings/ui_strings.gyp:ui_strings', |
| '../compositor/compositor.gyp:compositor', |
| '../compositor/compositor.gyp:compositor_test_support', |
| - '../ui.gyp:gfx_resources', |
| + '../ui.gyp:native_theme_resources', |
| '../ui.gyp:ui', |
| '../ui.gyp:ui_resources', |
| '../ui.gyp:ui_resources_standard', |
| @@ -544,7 +544,7 @@ |
| 'widget/widget_unittest.cc', |
| 'run_all_unittests.cc', |
| - '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| + '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
|
tony
2012/05/16 21:15:49
As a follow up cleanup, we should see if this unit
oshima
2012/05/16 21:35:18
IIRC, rc files are generated for all platforms, so
|
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| ], |
| @@ -598,7 +598,7 @@ |
| '../../third_party/icu/icu.gyp:icui18n', |
| '../../third_party/icu/icu.gyp:icuuc', |
| '../ui.gyp:ui', |
| - '../ui.gyp:gfx_resources', |
| + '../ui.gyp:native_theme_resources', |
| '../ui.gyp:ui_resources', |
| '../ui.gyp:ui_resources_standard', |
| 'views', |
| @@ -683,7 +683,7 @@ |
| '../../third_party/icu/icu.gyp:icui18n', |
| '../../third_party/icu/icu.gyp:icuuc', |
| '../ui.gyp:ui', |
| - '../ui.gyp:gfx_resources', |
| + '../ui.gyp:native_theme_resources', |
| '../ui.gyp:ui_resources', |
| '../ui.gyp:ui_resources_standard', |
| 'views_examples_lib', |
| @@ -702,7 +702,7 @@ |
| 'examples/examples_main.cc', |
| 'test/test_views_delegate.cc', |
| 'test/test_views_delegate.h', |
| - '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| + '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
|
tony
2012/05/16 21:15:49
Same here.
|
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', |
| ], |