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

Side by Side Diff: gpu/BUILD.gn

Issue 2911643003: Reland of Add missing dependencies on exe_and_shlib_deps (Chromium repo) (Closed)
Patch Set: Created 3 years, 7 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 | « components/url_formatter/top_domains/BUILD.gn ('k') | headless/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("//testing/libfuzzer/fuzzer_test.gni") 5 import("//testing/libfuzzer/fuzzer_test.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 config("gpu_implementation") { 9 config("gpu_implementation") {
10 defines = [ "GPU_IMPLEMENTATION" ] 10 defines = [ "GPU_IMPLEMENTATION" ]
(...skipping 27 matching lines...) Expand all
38 "gles2_conform_support/egl/surface.h", 38 "gles2_conform_support/egl/surface.h",
39 "gles2_conform_support/egl/test_support.cc", 39 "gles2_conform_support/egl/test_support.cc",
40 "gles2_conform_support/egl/test_support.h", 40 "gles2_conform_support/egl/test_support.h",
41 "gles2_conform_support/egl/thread_state.cc", 41 "gles2_conform_support/egl/thread_state.cc",
42 "gles2_conform_support/egl/thread_state.h", 42 "gles2_conform_support/egl/thread_state.h",
43 ] 43 ]
44 44
45 deps = [ 45 deps = [
46 ":gpu", 46 ":gpu",
47 "//base", 47 "//base",
48 "//build/config:exe_and_shlib_deps",
48 "//gpu/command_buffer/client:gles2_c_lib", 49 "//gpu/command_buffer/client:gles2_c_lib",
49 "//gpu/command_buffer/client:gles2_implementation", 50 "//gpu/command_buffer/client:gles2_implementation",
50 "//gpu/command_buffer/common:gles2_utils", 51 "//gpu/command_buffer/common:gles2_utils",
51 "//ui/gl:gl", 52 "//ui/gl:gl",
52 ] 53 ]
53 54
54 defines = [ 55 defines = [
55 "COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY", 56 "COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY",
56 "EGLAPIENTRY=", 57 "EGLAPIENTRY=",
57 ] 58 ]
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "//base/third_party/dynamic_annotations", 464 "//base/third_party/dynamic_annotations",
464 "//gpu/command_buffer/common:gles2_utils", 465 "//gpu/command_buffer/common:gles2_utils",
465 "//ui/gfx/geometry", 466 "//ui/gfx/geometry",
466 "//ui/gl", 467 "//ui/gl",
467 "//ui/gl:test_support", 468 "//ui/gl:test_support",
468 ] 469 ]
469 470
470 libfuzzer_options = [ "max_len=16384" ] 471 libfuzzer_options = [ "max_len=16384" ]
471 } 472 }
472 } 473 }
OLDNEW
« no previous file with comments | « components/url_formatter/top_domains/BUILD.gn ('k') | headless/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698