diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 19:20:40 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 19:20:40 +0000 |
commit | b3df0fff2f7e5c004fb7bc438c65d2a58ca06fc1 (patch) | |
tree | 0c2357d180e79fd988c7128f874d62253a4aa018 /gpu | |
parent | d6acaabdf3e5e791300b9d2a9458a46206ffac60 (diff) | |
download | chromium_src-b3df0fff2f7e5c004fb7bc438c65d2a58ca06fc1.zip chromium_src-b3df0fff2f7e5c004fb7bc438c65d2a58ca06fc1.tar.gz chromium_src-b3df0fff2f7e5c004fb7bc438c65d2a58ca06fc1.tar.bz2 |
GN build improvements, misc plus
Parameterize webrtc enabling.
Add use_seccomp_pbf flag
Add a webkit version target
Work on ui/base GN build, especially on Windows. This target is a mess (in GYP). This patch tries to make it make a bit more sense while fixing the errors I found.
Fix ui/gl target for non-Linux platform. A bunch of X11 stuff was not parameterized.
Add unscaled resources target
BUG=
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/287343006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn index bb0baf2..7cc0549 100644 --- a/gpu/BUILD.gn +++ b/gpu/BUILD.gn @@ -10,7 +10,7 @@ # # gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper # -# gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:cles2_c_lib +# gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib # # gpu.gyp:gles2_implementation => # //gpu_command_buffer/client:gles2_implementation |