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

Side by Side Diff: content/content_renderer.gypi

Issue 25666014: Remove the ENABLE_GPU #define and enable_gpu gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/content_common.gypi ('k') | content/renderer/pepper/pepper_platform_context_3d.h » ('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 (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
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
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 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/pepper/pepper_platform_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698