| Index: ui/compositor/compositor.gyp
|
| diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
|
| index 659b64176544f58d0a9057127797ac68b888ad7c..ed5e37c6f26947b98e370ffa037be56a7dbc3805 100644
|
| --- a/ui/compositor/compositor.gyp
|
| +++ b/ui/compositor/compositor.gyp
|
| @@ -62,7 +62,7 @@
|
| # TODO(sky): before we make this real need to remove
|
| # IDR_BITMAP_BRUSH_IMAGE.
|
| 'dependencies': [
|
| - '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
|
| + '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| '<(DEPTH)/third_party/angle/src/build_angle.gyp:libEGL',
|
| '<(DEPTH)/third_party/angle/src/build_angle.gyp:libGLESv2',
|
| ],
|
| @@ -104,7 +104,6 @@
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| - '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
|
| 'compositor',
|
| 'compositor_test_support',
|
| ],
|
| @@ -126,8 +125,7 @@
|
| 'test/test_suite.h',
|
| 'test/test_utils.cc',
|
| 'test/test_utils.h',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
|
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
|
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
|
| ],
|
| 'conditions': [
|
| # osmesa GL implementation is used on linux.
|
|
|