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

Side by Side Diff: tools/gn/secondary/third_party/angle/BUILD.gn

Issue 335973002: Minor Fixes for Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « third_party/yasm/BUILD.gn ('k') | tools/gn/secondary/third_party/nss/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 # This config is applied to internal Angle targets (not pushed to dependents). 5 # This config is applied to internal Angle targets (not pushed to dependents).
6 config("internal_config") { 6 config("internal_config") {
7 include_dirs = [ 7 include_dirs = [
8 "include", 8 "include",
9 "src", 9 "src",
10 ] 10 ]
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "src/libGLESv2/Buffer.h", 318 "src/libGLESv2/Buffer.h",
319 "src/libGLESv2/Context.cpp", 319 "src/libGLESv2/Context.cpp",
320 "src/libGLESv2/Context.h", 320 "src/libGLESv2/Context.h",
321 "src/libGLESv2/DynamicHLSL.cpp", 321 "src/libGLESv2/DynamicHLSL.cpp",
322 "src/libGLESv2/DynamicHLSL.h", 322 "src/libGLESv2/DynamicHLSL.h",
323 "src/libGLESv2/Fence.cpp", 323 "src/libGLESv2/Fence.cpp",
324 "src/libGLESv2/Fence.h", 324 "src/libGLESv2/Fence.h",
325 "src/libGLESv2/Float16ToFloat32.cpp", 325 "src/libGLESv2/Float16ToFloat32.cpp",
326 "src/libGLESv2/Framebuffer.cpp", 326 "src/libGLESv2/Framebuffer.cpp",
327 "src/libGLESv2/Framebuffer.h", 327 "src/libGLESv2/Framebuffer.h",
328 "src/libGLESv2/FramebufferAttachment.cpp",
329 "src/libGLESv2/FramebufferAttachment.h",
328 "src/libGLESv2/HandleAllocator.cpp", 330 "src/libGLESv2/HandleAllocator.cpp",
329 "src/libGLESv2/HandleAllocator.h", 331 "src/libGLESv2/HandleAllocator.h",
330 "src/libGLESv2/Program.cpp", 332 "src/libGLESv2/Program.cpp",
331 "src/libGLESv2/Program.h", 333 "src/libGLESv2/Program.h",
332 "src/libGLESv2/ProgramBinary.cpp", 334 "src/libGLESv2/ProgramBinary.cpp",
333 "src/libGLESv2/ProgramBinary.h", 335 "src/libGLESv2/ProgramBinary.h",
334 "src/libGLESv2/Query.cpp", 336 "src/libGLESv2/Query.cpp",
335 "src/libGLESv2/Query.h", 337 "src/libGLESv2/Query.h",
336 "src/libGLESv2/Renderbuffer.cpp", 338 "src/libGLESv2/Renderbuffer.cpp",
337 "src/libGLESv2/Renderbuffer.h", 339 "src/libGLESv2/Renderbuffer.h",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 include_dirs = [ "src/libGLESv2" ] 635 include_dirs = [ "src/libGLESv2" ]
634 libs = [ "d3d9.lib" ] 636 libs = [ "d3d9.lib" ]
635 637
636 deps = [ 638 deps = [
637 ":commit_id", 639 ":commit_id",
638 ":includes", 640 ":includes",
639 ":libGLESv2", 641 ":libGLESv2",
640 ] 642 ]
641 } 643 }
642 } # is_win 644 } # is_win
OLDNEW
« no previous file with comments | « third_party/yasm/BUILD.gn ('k') | tools/gn/secondary/third_party/nss/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698