Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1441)

Unified Diff: build/common.gypi

Issue 183773003: Only add chrome_redirects as a dependency of base.dll in component builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no deps change Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | chrome_elf/chrome_elf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 2735ac8d580526c9a59406cf2049af6b4c26c1f2..d4a8ea2840b185fa1afa2007722ccacbd40bdc21 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2502,13 +2502,6 @@
['enable_ipc_fuzzer==1', {
'defines': ['ENABLE_IPC_FUZZER=1'],
}],
- ['OS=="win" and component=="shared_library"', {
- 'dependencies': [
- # All targets in a component build must depend on chrome_redirects,
- # to ensure that certain calls go through it.
- '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_redirects',
- ],
- }],
['video_hole==1', {
'defines': ['VIDEO_HOLE=1'],
}],
« no previous file with comments | « base/base.gyp ('k') | chrome_elf/chrome_elf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698