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

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

Issue 1833193002: Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « media/BUILD.gn ('k') | ppapi/proxy/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 config("mojo_use_gles2") { 5 config("mojo_use_gles2") {
6 defines = [ "MOJO_USE_GLES2_IMPL" ] 6 defines = [ "MOJO_USE_GLES2_IMPL" ]
7 } 7 }
8 8
9 config("gles2_use_mojo") { 9 config("gles2_use_mojo") {
10 defines = [ "GLES2_USE_MOJO" ] 10 defines = [ "GLES2_USE_MOJO" ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//gpu/command_buffer/client:gles2_implementation", 49 "//gpu/command_buffer/client:gles2_implementation",
50 "//gpu/command_buffer/client:gles2_interface", 50 "//gpu/command_buffer/client:gles2_interface",
51 "//gpu/command_buffer/common", 51 "//gpu/command_buffer/common",
52 "//mojo/platform_handle:for_component", 52 "//mojo/platform_handle:for_component",
53 "//mojo/public/c/system:for_component", 53 "//mojo/public/c/system:for_component",
54 "//mojo/public/cpp/bindings", 54 "//mojo/public/cpp/bindings",
55 "//mojo/public/cpp/system", 55 "//mojo/public/cpp/system",
56 ] 56 ]
57 57
58 if (!is_component_build) { 58 if (!is_component_build) {
59 deps += [ "//gpu/command_buffer/service:service_sources" ] 59 deps += [ "//gpu/command_buffer/service" ]
60 } 60 }
61 61
62 include_dirs = [ ".." ] 62 include_dirs = [ ".." ]
63 } 63 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698