| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GYP version: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu | 5 # GYP version: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu |
| 6 component("gpu") { | 6 component("gpu") { |
| 7 output_name = "webkit_gpu" | 7 output_name = "webkit_gpu" |
| 8 | 8 |
| 9 sources = [ | 9 sources = [ |
| 10 "context_provider_in_process.cc", | 10 "context_provider_in_process.cc", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "//cc", | 31 "//cc", |
| 32 "//gpu/command_buffer/common", | 32 "//gpu/command_buffer/common", |
| 33 "//gpu/command_buffer/service", | 33 "//gpu/command_buffer/service", |
| 34 "//gpu/command_buffer/client:gles2_c_lib", | 34 "//gpu/command_buffer/client:gles2_c_lib", |
| 35 "//gpu/command_buffer/client:gles2_implementation", | 35 "//gpu/command_buffer/client:gles2_implementation", |
| 36 "//gpu/command_buffer/client:gl_in_process_context", | 36 "//gpu/command_buffer/client:gl_in_process_context", |
| 37 "//gpu/skia_bindings", | 37 "//gpu/skia_bindings", |
| 38 "//skia", | 38 "//skia", |
| 39 "//third_party/WebKit/public:blink_minimal", | 39 "//third_party/WebKit/public:blink_minimal", |
| 40 "//third_party/angle:translator", | 40 "//third_party/angle:translator", |
| 41 "//ui/gl", | |
| 42 "//ui/gfx", | 41 "//ui/gfx", |
| 43 "//ui/gfx/geometry", | 42 "//ui/gfx/geometry", |
| 44 ] | 43 ] |
| 45 } | 44 } |
| OLD | NEW |