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 import("//mojo/public/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
6 | 6 |
7 config("mojo_use_gles2") { | 7 config("mojo_use_gles2") { |
8 defines = [ "MOJO_USE_GLES2_IMPL" ] | 8 defines = [ "MOJO_USE_GLES2_IMPL" ] |
9 } | 9 } |
10 | 10 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "//gpu/command_buffer/client", | 44 "//gpu/command_buffer/client", |
45 "//gpu/command_buffer/client:gles2_cmd_helper", | 45 "//gpu/command_buffer/client:gles2_cmd_helper", |
46 "//gpu/command_buffer/client:gles2_implementation", | 46 "//gpu/command_buffer/client:gles2_implementation", |
47 "//gpu/command_buffer/client:gles2_interface", | 47 "//gpu/command_buffer/client:gles2_interface", |
48 "//gpu/command_buffer/common", | 48 "//gpu/command_buffer/common", |
49 "//mojo/environment:chromium", | 49 "//mojo/environment:chromium", |
50 "//mojo/public/c/gles2", | 50 "//mojo/public/c/gles2", |
51 "//mojo/public/c/system:for_component", | 51 "//mojo/public/c/system:for_component", |
52 "//mojo/public/cpp/bindings", | 52 "//mojo/public/cpp/bindings", |
53 "//mojo/public/cpp/system", | 53 "//mojo/public/cpp/system", |
54 "//mojo/services/gles2:lib", | |
55 "//mojo/services/public/interfaces/gpu", | 54 "//mojo/services/public/interfaces/gpu", |
| 55 "//services/gles2:lib", |
56 ] | 56 ] |
57 } | 57 } |
OLD | NEW |