| 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 28 matching lines...) Expand all Loading... |
| 39 "//gpu/command_buffer/client", | 39 "//gpu/command_buffer/client", |
| 40 "//gpu/command_buffer/client:gles2_cmd_helper", | 40 "//gpu/command_buffer/client:gles2_cmd_helper", |
| 41 "//gpu/command_buffer/client:gles2_implementation", | 41 "//gpu/command_buffer/client:gles2_implementation", |
| 42 "//gpu/command_buffer/client:gles2_interface", | 42 "//gpu/command_buffer/client:gles2_interface", |
| 43 "//gpu/command_buffer/common", | 43 "//gpu/command_buffer/common", |
| 44 "//mojo/environment:chromium", | 44 "//mojo/environment:chromium", |
| 45 "//mojo/public/c/gles2:headers", | 45 "//mojo/public/c/gles2:headers", |
| 46 "//mojo/public/c/system", | 46 "//mojo/public/c/system", |
| 47 "//mojo/public/cpp/bindings", | 47 "//mojo/public/cpp/bindings", |
| 48 "//mojo/public/cpp/system", | 48 "//mojo/public/cpp/system", |
| 49 "//mojo/services/public/interfaces/gpu", | 49 "//mojo/services/gpu/public/interfaces", |
| 50 "//services/gles2:lib", | 50 "//services/gles2:lib", |
| 51 ] | 51 ] |
| 52 } | 52 } |
| OLD | NEW |