diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:55:06 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:55:06 +0000 |
commit | bac9380a21c9defa0be9bda684af66d4492b9f0b (patch) | |
tree | e38ca4702c3284661ffd64383390924b3b5f34b5 /third_party/lzma_sdk | |
parent | 0a2aeb81a06170cf4d99392b683736c46212f9ef (diff) | |
download | chromium_src-bac9380a21c9defa0be9bda684af66d4492b9f0b.zip chromium_src-bac9380a21c9defa0be9bda684af66d4492b9f0b.tar.gz chromium_src-bac9380a21c9defa0be9bda684af66d4492b9f0b.tar.bz2 |
Rework the gyp hierarchy under chrome\installer to use
chrome\installer.gyp as a single entry point for
installer-related targets, incorporating what used to be in
chrome\installer\util\util.gyp and
chrome\installer\util\prebuild\util_prebuild.gyp.
Adjust the dependency in chrome\chrome.gyp that pulls in
installer_util.
Add the newly-generated .sln and .vcproj files to svn:ignore.
Updates lzma_sdk.gyp with some dependent settings that used to
duplicated by hand in installer\util\util.gyp.
Review URL: http://codereview.chromium.org/115404
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lzma_sdk')
-rw-r--r-- | third_party/lzma_sdk/lzma_sdk.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/lzma_sdk/lzma_sdk.gyp b/third_party/lzma_sdk/lzma_sdk.gyp index 0fef094..3efe5ff 100644 --- a/third_party/lzma_sdk/lzma_sdk.gyp +++ b/third_party/lzma_sdk/lzma_sdk.gyp @@ -51,6 +51,9 @@ 'Types.h', ], 'direct_dependent_settings': { + 'defines': [ + '_LZMA_IN_CB', + ], 'include_dirs': [ '.', ], |