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

Side by Side Diff: third_party/mesa/BUILD.gn

Issue 419543002: Remove mesa state_tracker files from the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | third_party/mesa/mesa.gyp » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 config("mesa_headers_config") { 7 config("mesa_headers_config") {
8 include_dirs = [ "src/include" ] 8 include_dirs = [ "src/include" ]
9 if (use_x11) { 9 if (use_x11) {
10 defines = [ "MESA_EGL_NO_X11_HEADERS" ] 10 defines = [ "MESA_EGL_NO_X11_HEADERS" ]
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "src/src/mesa/program/program_parse_extra.c", 503 "src/src/mesa/program/program_parse_extra.c",
504 "src/src/mesa/program/programopt.c", 504 "src/src/mesa/program/programopt.c",
505 "src/src/mesa/program/programopt.h", 505 "src/src/mesa/program/programopt.h",
506 "src/src/mesa/program/register_allocate.c", 506 "src/src/mesa/program/register_allocate.c",
507 "src/src/mesa/program/register_allocate.h", 507 "src/src/mesa/program/register_allocate.h",
508 "src/src/mesa/program/sampler.cpp", 508 "src/src/mesa/program/sampler.cpp",
509 "src/src/mesa/program/sampler.h", 509 "src/src/mesa/program/sampler.h",
510 "src/src/mesa/program/string_to_uint_map.cpp", 510 "src/src/mesa/program/string_to_uint_map.cpp",
511 "src/src/mesa/program/symbol_table.c", 511 "src/src/mesa/program/symbol_table.c",
512 "src/src/mesa/program/symbol_table.h", 512 "src/src/mesa/program/symbol_table.h",
513 # The state tracker files are removed from the GN build. They don't seem to
514 # be necessary for the build, and they seem to bring in extra symbols.
515 #"src/src/mesa/state_tracker/st_atom.c",
516 #"src/src/mesa/state_tracker/st_atom.h",
517 #"src/src/mesa/state_tracker/st_atom_array.c",
518 #"src/src/mesa/state_tracker/st_atom_blend.c",
519 #"src/src/mesa/state_tracker/st_atom_clip.c",
520 #"src/src/mesa/state_tracker/st_atom_constbuf.c",
521 #"src/src/mesa/state_tracker/st_atom_constbuf.h",
522 #"src/src/mesa/state_tracker/st_atom_depth.c",
523 #"src/src/mesa/state_tracker/st_atom_framebuffer.c",
524 #"src/src/mesa/state_tracker/st_atom_msaa.c",
525 #"src/src/mesa/state_tracker/st_atom_pixeltransfer.c",
526 #"src/src/mesa/state_tracker/st_atom_rasterizer.c",
527 #"src/src/mesa/state_tracker/st_atom_sampler.c",
528 #"src/src/mesa/state_tracker/st_atom_scissor.c",
529 #"src/src/mesa/state_tracker/st_atom_shader.c",
530 #"src/src/mesa/state_tracker/st_atom_shader.h",
531 #"src/src/mesa/state_tracker/st_atom_stipple.c",
532 #"src/src/mesa/state_tracker/st_atom_texture.c",
533 #"src/src/mesa/state_tracker/st_atom_viewport.c",
534 #"src/src/mesa/state_tracker/st_cb_bitmap.c",
535 #"src/src/mesa/state_tracker/st_cb_bitmap.h",
536 #"src/src/mesa/state_tracker/st_cb_blit.c",
537 #"src/src/mesa/state_tracker/st_cb_blit.h",
538 #"src/src/mesa/state_tracker/st_cb_bufferobjects.c",
539 #"src/src/mesa/state_tracker/st_cb_bufferobjects.h",
540 #"src/src/mesa/state_tracker/st_cb_clear.c",
541 #"src/src/mesa/state_tracker/st_cb_clear.h",
542 #"src/src/mesa/state_tracker/st_cb_condrender.c",
543 #"src/src/mesa/state_tracker/st_cb_condrender.h",
544 #"src/src/mesa/state_tracker/st_cb_drawpixels.c",
545 #"src/src/mesa/state_tracker/st_cb_drawpixels.h",
546 #"src/src/mesa/state_tracker/st_cb_drawtex.c",
547 #"src/src/mesa/state_tracker/st_cb_drawtex.h",
548 #"src/src/mesa/state_tracker/st_cb_eglimage.c",
549 #"src/src/mesa/state_tracker/st_cb_eglimage.h",
550 #"src/src/mesa/state_tracker/st_cb_fbo.c",
551 #"src/src/mesa/state_tracker/st_cb_fbo.h",
552 #"src/src/mesa/state_tracker/st_cb_feedback.c",
553 #"src/src/mesa/state_tracker/st_cb_feedback.h",
554 #"src/src/mesa/state_tracker/st_cb_flush.c",
555 #"src/src/mesa/state_tracker/st_cb_flush.h",
556 #"src/src/mesa/state_tracker/st_cb_program.c",
557 #"src/src/mesa/state_tracker/st_cb_program.h",
558 #"src/src/mesa/state_tracker/st_cb_queryobj.c",
559 #"src/src/mesa/state_tracker/st_cb_queryobj.h",
560 #"src/src/mesa/state_tracker/st_cb_rasterpos.c",
561 #"src/src/mesa/state_tracker/st_cb_rasterpos.h",
562 #"src/src/mesa/state_tracker/st_cb_readpixels.c",
563 #"src/src/mesa/state_tracker/st_cb_readpixels.h",
564 #"src/src/mesa/state_tracker/st_cb_strings.c",
565 #"src/src/mesa/state_tracker/st_cb_strings.h",
566 #"src/src/mesa/state_tracker/st_cb_syncobj.c",
567 #"src/src/mesa/state_tracker/st_cb_syncobj.h",
568 #"src/src/mesa/state_tracker/st_cb_texture.c",
569 #"src/src/mesa/state_tracker/st_cb_texture.h",
570 #"src/src/mesa/state_tracker/st_cb_texturebarrier.c",
571 #"src/src/mesa/state_tracker/st_cb_texturebarrier.h",
572 #"src/src/mesa/state_tracker/st_cb_viewport.c",
573 #"src/src/mesa/state_tracker/st_cb_viewport.h",
574 #"src/src/mesa/state_tracker/st_cb_xformfb.c",
575 #"src/src/mesa/state_tracker/st_cb_xformfb.h",
576 #"src/src/mesa/state_tracker/st_context.c",
577 #"src/src/mesa/state_tracker/st_context.h",
578 #"src/src/mesa/state_tracker/st_debug.c",
579 #"src/src/mesa/state_tracker/st_debug.h",
580 #"src/src/mesa/state_tracker/st_draw.c",
581 #"src/src/mesa/state_tracker/st_draw.h",
582 #"src/src/mesa/state_tracker/st_draw_feedback.c",
583 #"src/src/mesa/state_tracker/st_extensions.c",
584 #"src/src/mesa/state_tracker/st_extensions.h",
585 #"src/src/mesa/state_tracker/st_format.c",
586 #"src/src/mesa/state_tracker/st_format.h",
587 #"src/src/mesa/state_tracker/st_gen_mipmap.c",
588 #"src/src/mesa/state_tracker/st_gen_mipmap.h",
589 #"src/src/mesa/state_tracker/st_glsl_to_tgsi.cpp",
590 #"src/src/mesa/state_tracker/st_glsl_to_tgsi.h",
591 #"src/src/mesa/state_tracker/st_manager.c",
592 #"src/src/mesa/state_tracker/st_manager.h",
593 #"src/src/mesa/state_tracker/st_mesa_to_tgsi.c",
594 #"src/src/mesa/state_tracker/st_mesa_to_tgsi.h",
595 #"src/src/mesa/state_tracker/st_program.c",
596 #"src/src/mesa/state_tracker/st_program.h",
597 #"src/src/mesa/state_tracker/st_texture.c",
598 #"src/src/mesa/state_tracker/st_texture.h",
599 "src/src/mesa/swrast/s_aaline.c", 513 "src/src/mesa/swrast/s_aaline.c",
600 "src/src/mesa/swrast/s_aaline.h", 514 "src/src/mesa/swrast/s_aaline.h",
601 "src/src/mesa/swrast/s_aatriangle.c", 515 "src/src/mesa/swrast/s_aatriangle.c",
602 "src/src/mesa/swrast/s_aatriangle.h", 516 "src/src/mesa/swrast/s_aatriangle.h",
603 "src/src/mesa/swrast/s_alpha.c", 517 "src/src/mesa/swrast/s_alpha.c",
604 "src/src/mesa/swrast/s_alpha.h", 518 "src/src/mesa/swrast/s_alpha.h",
605 "src/src/mesa/swrast/s_atifragshader.c", 519 "src/src/mesa/swrast/s_atifragshader.c",
606 "src/src/mesa/swrast/s_atifragshader.h", 520 "src/src/mesa/swrast/s_atifragshader.h",
607 "src/src/mesa/swrast/s_bitmap.c", 521 "src/src/mesa/swrast/s_bitmap.c",
608 "src/src/mesa/swrast/s_blend.c", 522 "src/src/mesa/swrast/s_blend.c",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 deps = [ 672 deps = [
759 ":mesa_headers", 673 ":mesa_headers",
760 ":mesa", 674 ":mesa",
761 ":mesa_libglslcommon", 675 ":mesa_libglslcommon",
762 ] 676 ]
763 } 677 }
764 678
765 } # !is_android 679 } # !is_android
766 680
767 # TODO(GYP) Android osmesa_in_lib_dir target. 681 # TODO(GYP) Android osmesa_in_lib_dir target.
OLDNEW
« no previous file with comments | « no previous file | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698