From fca567b91bf3e2080ec48e17b1a492af32143c36 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 2 Jul 2014 17:37:34 +0000 Subject: Add lots of GN targets: components/autofill components/metrics components/policy components/variations third_party/libphonenumber third_party/mt19937ar ui/gfx/ipc These are all requried to compile chrome/browser in some form or another. Fills out all grit_defines (also required for chrome/browser) and adds associated flags for them. Add the ability for generated_extensions_api to not generate a bundle. Remove mt19937ar from .gitignore (it's just checked into the tree) R=ajwong@chromium.org Review URL: https://codereview.chromium.org/365793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281057 0039d316-1c4b-4281-b951-d872f2087c98 --- components/variations.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'components/variations.gypi') diff --git a/components/variations.gypi b/components/variations.gypi index e560130..db46140 100644 --- a/components/variations.gypi +++ b/components/variations.gypi @@ -5,6 +5,7 @@ { 'targets': [ { + # GN version: //components/variations 'target_name': 'variations', 'type': 'static_library', 'include_dirs': [ -- cgit v1.1