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 /ui/resources | |
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 'ui/resources')
-rw-r--r-- | ui/resources/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn index 30e62ba..96ee870 100644 --- a/ui/resources/BUILD.gn +++ b/ui/resources/BUILD.gn @@ -8,3 +8,8 @@ grit("resources") { output_name = "ui_resources" source = "ui_resources.grd" } + +grit("unscaled_resources") { + output_name = "ui_unscaled_resources" + source = "ui_unscaled_resources.grd" +} |