From b6fc1e74c17ca21de435d7c5b3ed65bc89bbf149 Mon Sep 17 00:00:00 2001 From: "wangxianzhu@chromium.org" Date: Tue, 14 Aug 2012 19:10:34 +0000 Subject: Exclude more files from Android build These files are not used on Android but were unnecessarily compiled. They didn't affect binary size because they were removed during linker GC, but excluding them may save build time, and help future modular exclusion. BUG=none TBR=ben,kbr,brettw,jar (An Android only change to gyps) Review URL: https://chromiumcodereview.appspot.com/10823291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151529 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/gl/gl.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/gl') diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp index 6ce1de9..99bd59a 100644 --- a/ui/gl/gl.gyp +++ b/ui/gl/gl.gyp @@ -191,6 +191,7 @@ 'sources!': [ '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', + 'gl_context_osmesa.cc', 'system_monitor_posix.cc', ], 'defines': [ -- cgit v1.1