| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| 11 'target_name': 'compositor', | 11 'target_name': 'compositor', |
| 12 'type': '<(component)', | 12 'type': '<(component)', |
| 13 'dependencies': [ | 13 'dependencies': [ |
| 14 '<(DEPTH)/base/base.gyp:base', | 14 '<(DEPTH)/base/base.gyp:base', |
| 15 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 15 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 16 '<(DEPTH)/cc/cc.gyp:cc', | 16 '<(DEPTH)/cc/cc.gyp:cc', |
| 17 '<(DEPTH)/skia/skia.gyp:skia', | 17 '<(DEPTH)/skia/skia.gyp:skia', |
| 18 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 18 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 19 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 19 '<(DEPTH)/ui/gl/gl.gyp:gl', | 20 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 20 ], | 21 ], |
| 21 'defines': [ | 22 'defines': [ |
| 22 'COMPOSITOR_IMPLEMENTATION', | 23 'COMPOSITOR_IMPLEMENTATION', |
| 23 ], | 24 ], |
| 24 'sources': [ | 25 'sources': [ |
| 25 'compositor.cc', | 26 'compositor.cc', |
| 26 'compositor.h', | 27 'compositor.h', |
| 27 'compositor_export.h', | 28 'compositor_export.h', |
| 28 'compositor_observer.h', | 29 'compositor_observer.h', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 }, | 72 }, |
| 72 { | 73 { |
| 73 'target_name': 'compositor_test_support', | 74 'target_name': 'compositor_test_support', |
| 74 'type': 'static_library', | 75 'type': 'static_library', |
| 75 'dependencies': [ | 76 'dependencies': [ |
| 76 '<(DEPTH)/base/base.gyp:base', | 77 '<(DEPTH)/base/base.gyp:base', |
| 77 '<(DEPTH)/cc/cc.gyp:cc', | 78 '<(DEPTH)/cc/cc.gyp:cc', |
| 78 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 79 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
| 79 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
| 80 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 81 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 81 '<(DEPTH)/ui/gl/gl.gyp:gl', | 83 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 82 '<(DEPTH)/ui/ui.gyp:ui', | 84 '<(DEPTH)/ui/ui.gyp:ui', |
| 83 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 85 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 84 'compositor', | 86 'compositor', |
| 85 ], | 87 ], |
| 86 'sources': [ | 88 'sources': [ |
| 87 'test/test_layers.cc', | 89 'test/test_layers.cc', |
| 88 'test/test_layers.h', | 90 'test/test_layers.h', |
| 89 'test/test_context_factory.cc', | 91 'test/test_context_factory.cc', |
| 90 'test/test_context_factory.h', | 92 'test/test_context_factory.h', |
| 91 'test/default_context_factory.cc', | 93 'test/default_context_factory.cc', |
| 92 'test/default_context_factory.h', | 94 'test/default_context_factory.h', |
| 93 'test/context_factories_for_test.cc', | 95 'test/context_factories_for_test.cc', |
| 94 'test/context_factories_for_test.h', | 96 'test/context_factories_for_test.h', |
| 95 'test/test_suite.cc', | 97 'test/test_suite.cc', |
| 96 'test/test_suite.h', | 98 'test/test_suite.h', |
| 97 ], | 99 ], |
| 98 }, | 100 }, |
| 99 { | 101 { |
| 100 'target_name': 'compositor_unittests', | 102 'target_name': 'compositor_unittests', |
| 101 'type': 'executable', | 103 'type': 'executable', |
| 102 'dependencies': [ | 104 'dependencies': [ |
| 103 '<(DEPTH)/base/base.gyp:base', | 105 '<(DEPTH)/base/base.gyp:base', |
| 104 '<(DEPTH)/base/base.gyp:test_support_base', | 106 '<(DEPTH)/base/base.gyp:test_support_base', |
| 105 '<(DEPTH)/cc/cc.gyp:cc', | 107 '<(DEPTH)/cc/cc.gyp:cc', |
| 106 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 108 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
| 107 '<(DEPTH)/skia/skia.gyp:skia', | 109 '<(DEPTH)/skia/skia.gyp:skia', |
| 108 '<(DEPTH)/testing/gtest.gyp:gtest', | 110 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 109 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 111 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 112 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 110 '<(DEPTH)/ui/gl/gl.gyp:gl', | 113 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 111 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 114 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 112 '<(DEPTH)/ui/ui.gyp:ui', | 115 '<(DEPTH)/ui/ui.gyp:ui', |
| 113 'compositor', | 116 'compositor', |
| 114 'compositor_test_support', | 117 'compositor_test_support', |
| 115 ], | 118 ], |
| 116 'sources': [ | 119 'sources': [ |
| 117 'layer_animation_element_unittest.cc', | 120 'layer_animation_element_unittest.cc', |
| 118 'layer_animation_sequence_unittest.cc', | 121 'layer_animation_sequence_unittest.cc', |
| 119 'layer_animator_unittest.cc', | 122 'layer_animator_unittest.cc', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 147 'dependencies': [ | 150 'dependencies': [ |
| 148 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 151 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 149 ], | 152 ], |
| 150 }], | 153 }], |
| 151 ], | 154 ], |
| 152 }], | 155 }], |
| 153 ], | 156 ], |
| 154 }, | 157 }, |
| 155 ], | 158 ], |
| 156 } | 159 } |
| OLD | NEW |