| 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)/third_party/WebKit/public/blink.gyp:blink_minimal', | 18 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
| 19 '<(DEPTH)/ui/events/events.gyp:events', | |
| 20 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 19 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 21 '<(DEPTH)/ui/gl/gl.gyp:gl', | 20 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 22 ], | 21 ], |
| 23 'defines': [ | 22 'defines': [ |
| 24 'COMPOSITOR_IMPLEMENTATION', | 23 'COMPOSITOR_IMPLEMENTATION', |
| 25 ], | 24 ], |
| 26 'sources': [ | 25 'sources': [ |
| 27 'compositor.cc', | 26 'compositor.cc', |
| 28 'compositor.h', | 27 'compositor.h', |
| 29 'compositor_export.h', | 28 'compositor_export.h', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 'target_name': 'compositor_test_support', | 74 'target_name': 'compositor_test_support', |
| 76 'type': 'static_library', | 75 'type': 'static_library', |
| 77 'dependencies': [ | 76 'dependencies': [ |
| 78 '<(DEPTH)/base/base.gyp:base', | 77 '<(DEPTH)/base/base.gyp:base', |
| 79 '<(DEPTH)/cc/cc.gyp:cc', | 78 '<(DEPTH)/cc/cc.gyp:cc', |
| 80 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 79 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
| 81 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
| 82 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', | 81 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
| 83 '<(DEPTH)/ui/events/events.gyp:events', | |
| 84 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 85 '<(DEPTH)/ui/gl/gl.gyp:gl', | 83 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 86 '<(DEPTH)/ui/ui.gyp:ui', | 84 '<(DEPTH)/ui/ui.gyp:ui', |
| 87 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 85 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 88 'compositor', | 86 'compositor', |
| 89 ], | 87 ], |
| 90 'sources': [ | 88 'sources': [ |
| 91 'test/test_layers.cc', | 89 'test/test_layers.cc', |
| 92 'test/test_layers.h', | 90 'test/test_layers.h', |
| 93 'test/test_context_factory.cc', | 91 'test/test_context_factory.cc', |
| 94 'test/test_context_factory.h', | 92 'test/test_context_factory.h', |
| 95 'test/default_context_factory.cc', | 93 'test/default_context_factory.cc', |
| 96 'test/default_context_factory.h', | 94 'test/default_context_factory.h', |
| 97 'test/context_factories_for_test.cc', | 95 'test/context_factories_for_test.cc', |
| 98 'test/context_factories_for_test.h', | 96 'test/context_factories_for_test.h', |
| 99 'test/test_suite.cc', | 97 'test/test_suite.cc', |
| 100 'test/test_suite.h', | 98 'test/test_suite.h', |
| 101 ], | 99 ], |
| 102 }, | 100 }, |
| 103 { | 101 { |
| 104 'target_name': 'compositor_unittests', | 102 'target_name': 'compositor_unittests', |
| 105 'type': 'executable', | 103 'type': 'executable', |
| 106 'dependencies': [ | 104 'dependencies': [ |
| 107 '<(DEPTH)/base/base.gyp:base', | 105 '<(DEPTH)/base/base.gyp:base', |
| 108 '<(DEPTH)/base/base.gyp:test_support_base', | 106 '<(DEPTH)/base/base.gyp:test_support_base', |
| 109 '<(DEPTH)/cc/cc.gyp:cc', | 107 '<(DEPTH)/cc/cc.gyp:cc', |
| 110 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 108 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
| 111 '<(DEPTH)/skia/skia.gyp:skia', | 109 '<(DEPTH)/skia/skia.gyp:skia', |
| 112 '<(DEPTH)/testing/gtest.gyp:gtest', | 110 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 113 '<(DEPTH)/ui/events/events.gyp:events', | |
| 114 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 111 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 115 '<(DEPTH)/ui/gl/gl.gyp:gl', | 112 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 116 '<(DEPTH)/ui/ui.gyp:ui', | 113 '<(DEPTH)/ui/ui.gyp:ui', |
| 117 '<(DEPTH)/ui/ui.gyp:ui_resources', | 114 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 118 'compositor', | 115 'compositor', |
| 119 'compositor_test_support', | 116 'compositor_test_support', |
| 120 ], | 117 ], |
| 121 'sources': [ | 118 'sources': [ |
| 122 'layer_animation_element_unittest.cc', | 119 'layer_animation_element_unittest.cc', |
| 123 'layer_animation_sequence_unittest.cc', | 120 'layer_animation_sequence_unittest.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 152 'dependencies': [ | 149 'dependencies': [ |
| 153 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 150 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 154 ], | 151 ], |
| 155 }], | 152 }], |
| 156 ], | 153 ], |
| 157 }], | 154 }], |
| 158 ], | 155 ], |
| 159 }, | 156 }, |
| 160 ], | 157 ], |
| 161 } | 158 } |
| OLD | NEW |