OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'dependencies': [ | 6 'dependencies': [ |
7 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
8 '../media/media.gyp:media', | 8 '../media/media.gyp:media', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 'renderer/render_widget_fullscreen_pepper.cc', | 689 'renderer/render_widget_fullscreen_pepper.cc', |
690 'renderer/render_widget_fullscreen_pepper.h', | 690 'renderer/render_widget_fullscreen_pepper.h', |
691 ], | 691 ], |
692 }], | 692 }], |
693 ['enable_pepper_cdms != 1', { | 693 ['enable_pepper_cdms != 1', { |
694 'sources!': [ | 694 'sources!': [ |
695 'renderer/media/crypto/ppapi_decryptor.cc', | 695 'renderer/media/crypto/ppapi_decryptor.cc', |
696 'renderer/media/crypto/ppapi_decryptor.h', | 696 'renderer/media/crypto/ppapi_decryptor.h', |
697 ], | 697 ], |
698 }], | 698 }], |
699 ['enable_gpu!=1', { | |
700 'sources!': [ | |
701 'renderer/pepper/ppb_graphics_3d_impl.cc', | |
702 'renderer/pepper/ppb_graphics_3d_impl.h', | |
703 'renderer/pepper/ppb_open_gl_es_impl.cc', | |
704 ], | |
705 }], | |
706 ['use_openssl==1', { | 699 ['use_openssl==1', { |
707 'sources!': [ | 700 'sources!': [ |
708 'renderer/webcrypto/webcrypto_impl_nss.cc', | 701 'renderer/webcrypto/webcrypto_impl_nss.cc', |
709 ], | 702 ], |
710 'dependencies': [ | 703 'dependencies': [ |
711 '../third_party/openssl/openssl.gyp:openssl', | 704 '../third_party/openssl/openssl.gyp:openssl', |
712 ], | 705 ], |
713 }, { | 706 }, { |
714 'sources!': [ | 707 'sources!': [ |
715 'renderer/webcrypto/webcrypto_impl_openssl.cc', | 708 'renderer/webcrypto/webcrypto_impl_openssl.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
729 }], | 722 }], |
730 ], | 723 ], |
731 'target_conditions': [ | 724 'target_conditions': [ |
732 ['OS=="android"', { | 725 ['OS=="android"', { |
733 'sources/': [ | 726 'sources/': [ |
734 ['include', '^renderer/render_view_linux\\.cc$'], | 727 ['include', '^renderer/render_view_linux\\.cc$'], |
735 ], | 728 ], |
736 }], | 729 }], |
737 ], | 730 ], |
738 } | 731 } |
OLD | NEW |