diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-20 17:43:09 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-20 17:44:29 +0000 |
commit | 6294f0d9e1111550d6ec707e4447a0c82e065f5f (patch) | |
tree | c18cc48d7b7e71a5a1bef012544dc05e84f1b4c4 /chrome/chrome_dll.gypi | |
parent | 47b200541aab7b5a72d655d96770ecfda9e14d9b (diff) | |
download | chromium_src-6294f0d9e1111550d6ec707e4447a0c82e065f5f.zip chromium_src-6294f0d9e1111550d6ec707e4447a0c82e065f5f.tar.gz chromium_src-6294f0d9e1111550d6ec707e4447a0c82e065f5f.tar.bz2 |
Add chrome main dll target to GN build, minor fixes.
This fixes a missing dependency on the copresence target that causes random compiler failures (when the copresence proto isn't built before the extensions code).
This removes a file that was duplicated in both the cld2 data target and the cld2 core target.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/495563002
Cr-Commit-Position: refs/heads/master@{#290860}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290860 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 33f4249..ca41f22 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -71,6 +71,7 @@ ] }, { + # GN version: //chrome:main_dll 'target_name': 'chrome_main_dll', 'type': 'shared_library', 'variables': { |