summaryrefslogtreecommitdiffstats
path: root/components/crx_file/BUILD.gn
Commit message (Collapse)AuthorAgeFilesLines
* Add more components unittests to the GN build.brettw2014-11-261-0/+2
| | | | | | | | Add lots of missing dependencies identified by "gn check" in both the GN and GYP builds. Review URL: https://codereview.chromium.org/756233002 Cr-Commit-Position: refs/heads/master@{#305841}
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
| | | | | | | | | | | This updates the targets that depend on these to also be test-only. BUG=http://crbug.com/412064 R=jamesr@chromium.org, tfarina@chromium.org Review URL: https://codereview.chromium.org/551933002 Cr-Commit-Position: refs/heads/master@{#293808}
* Extensions: Move id_util functions to crx_file component.tommycli@chromium.org2014-08-211-0/+13
| | | | | | | | | | | | | | Consolidates id_util functions of extension/app/component ids in the crx_file component. It belongs there because these types of ids are not exclusive to extensions, but rather, for anything that comes in a crx file. BUG=371463 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/481433005 Cr-Commit-Position: refs/heads/master@{#290971} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290971 0039d316-1c4b-4281-b951-d872f2087c98
* components: Update GN build files for crx_file.tommycli@chromium.org2014-08-191-0/+15
This adds BUILD.gn files for crx_file component. This was overlooked when I originally created the crx_file component. BUG=371463 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/483683004 Cr-Commit-Position: refs/heads/master@{#290455} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290455 0039d316-1c4b-4281-b951-d872f2087c98