OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 'profile_import/profile_import_main.cc', | 578 'profile_import/profile_import_main.cc', |
579 'profile_import/profile_import_thread.cc', | 579 'profile_import/profile_import_thread.cc', |
580 'profile_import/profile_import_thread.h', | 580 'profile_import/profile_import_thread.h', |
581 ], | 581 ], |
582 }, | 582 }, |
583 { | 583 { |
584 'target_name': 'chrome_gpu', | 584 'target_name': 'chrome_gpu', |
585 'type': '<(library)', | 585 'type': '<(library)', |
586 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', | 586 'msvs_guid': 'F10F1ECD-D84D-4C33-8468-9DDFE19F4D8A', |
587 'dependencies': [ | 587 'dependencies': [ |
| 588 '../app/app.gyp:app_base', |
588 '../base/base.gyp:base', | 589 '../base/base.gyp:base', |
589 'common', | 590 'common', |
590 '../skia/skia.gyp:skia', | 591 '../skia/skia.gyp:skia', |
591 ], | 592 ], |
592 'sources': [ | 593 'sources': [ |
593 'gpu/gpu_backing_store_win.cc', | 594 'gpu/gpu_backing_store_win.cc', |
594 'gpu/gpu_backing_store_win.h', | 595 'gpu/gpu_backing_store_win.h', |
595 'gpu/gpu_channel.cc', | 596 'gpu/gpu_channel.cc', |
596 'gpu/gpu_channel.h', | 597 'gpu/gpu_channel.h', |
597 'gpu/gpu_command_buffer_stub.cc', | 598 'gpu/gpu_command_buffer_stub.cc', |
(...skipping 22 matching lines...) Expand all Loading... |
620 'gpu/gpu_backing_store_glx.h', | 621 'gpu/gpu_backing_store_glx.h', |
621 'gpu/gpu_backing_store_glx_context.cc', | 622 'gpu/gpu_backing_store_glx_context.cc', |
622 'gpu/gpu_backing_store_glx_context.h', | 623 'gpu/gpu_backing_store_glx_context.h', |
623 'gpu/gpu_view_x.cc', | 624 'gpu/gpu_view_x.cc', |
624 'gpu/gpu_view_x.h', | 625 'gpu/gpu_view_x.h', |
625 'gpu/x_util.cc', | 626 'gpu/x_util.cc', |
626 'gpu/x_util.h', | 627 'gpu/x_util.h', |
627 'gpu/gpu_video_layer_glx.cc', | 628 'gpu/gpu_video_layer_glx.cc', |
628 'gpu/gpu_video_layer_glx.h', | 629 'gpu/gpu_video_layer_glx.h', |
629 ], | 630 ], |
630 'dependencies': [ | |
631 '../gpu/gpu.gyp:gl_libs', | |
632 ], | |
633 }], | 631 }], |
634 ['enable_gpu==1', { | 632 ['enable_gpu==1', { |
635 'dependencies': [ | 633 'dependencies': [ |
636 '../gpu/gpu.gyp:command_buffer_service', | 634 '../gpu/gpu.gyp:command_buffer_service', |
637 ], | 635 ], |
638 }], | 636 }], |
639 ], | 637 ], |
640 }, | 638 }, |
641 { | 639 { |
642 'target_name': 'worker', | 640 'target_name': 'worker', |
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 }], # targets | 1719 }], # targets |
1722 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1720 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1723 ], # 'conditions' | 1721 ], # 'conditions' |
1724 } | 1722 } |
1725 | 1723 |
1726 # Local Variables: | 1724 # Local Variables: |
1727 # tab-width:2 | 1725 # tab-width:2 |
1728 # indent-tabs-mode:nil | 1726 # indent-tabs-mode:nil |
1729 # End: | 1727 # End: |
1730 # vim: set expandtab tabstop=2 shiftwidth=2: | 1728 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |