Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: mojo/gles2/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/environment/BUILD.gn ('k') | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 21 matching lines...) Expand all
32 defines = [ 32 defines = [
33 "GL_GLEXT_PROTOTYPES", 33 "GL_GLEXT_PROTOTYPES",
34 "MOJO_GLES2_IMPL_IMPLEMENTATION", 34 "MOJO_GLES2_IMPL_IMPLEMENTATION",
35 "MOJO_GLES2_IMPLEMENTATION", 35 "MOJO_GLES2_IMPLEMENTATION",
36 ] 36 ]
37 37
38 configs += [ 38 configs += [
39 ":gles2_use_mojo", 39 ":gles2_use_mojo",
40 ":mojo_use_gles2", 40 ":mojo_use_gles2",
41 ] 41 ]
42 direct_dependent_configs = [ ":gles2_use_mojo" ] 42 public_configs = [ ":gles2_use_mojo" ]
43 all_dependent_configs = [ ":mojo_use_gles2" ] 43 all_dependent_configs = [ ":mojo_use_gles2" ]
44 44
45 sources = [ 45 sources = [
46 "command_buffer_client_impl.cc", 46 "command_buffer_client_impl.cc",
47 "command_buffer_client_impl.h", 47 "command_buffer_client_impl.h",
48 "gles2_impl_export.h", 48 "gles2_impl_export.h",
49 "gles2_impl.cc", 49 "gles2_impl.cc",
50 "gles2_context.cc", 50 "gles2_context.cc",
51 "gles2_context.h", 51 "gles2_context.h",
52 ] 52 ]
53 } 53 }
OLDNEW
« no previous file with comments | « mojo/environment/BUILD.gn ('k') | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698