diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-20 22:16:30 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-20 22:18:05 +0000 |
commit | 55699f3922240d6fb09ae7cda583687971111670 (patch) | |
tree | 2404618dc3620c64578d73b38c09e0c271f537a8 /printing/BUILD.gn | |
parent | 2d7c37bdeac0c991eab19ef5916438ba796946b5 (diff) | |
download | chromium_src-55699f3922240d6fb09ae7cda583687971111670.zip chromium_src-55699f3922240d6fb09ae7cda583687971111670.tar.gz chromium_src-55699f3922240d6fb09ae7cda583687971111670.tar.bz2 |
Add chrome, installer_util targets to GN build.
The chrome target doesn't link yet so is currently a source set.
This adds some installer util targets and some related targets, as well as fixes up some TODOs referencing completed targets.
Fixes and enables the snapshot unit test.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/489223002
Cr-Commit-Position: refs/heads/master@{#290927}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/BUILD.gn')
-rw-r--r-- | printing/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/BUILD.gn b/printing/BUILD.gn index 0c88889..720382d 100644 --- a/printing/BUILD.gn +++ b/printing/BUILD.gn @@ -87,7 +87,7 @@ component("printing") { ] if (use_aura) { - # deps += [ "//ui/aura" ] TODO(GYP) + deps += [ "//ui/aura" ] } if (is_mac) { |