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

Side by Side Diff: base/base.gyp

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, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }], 221 }],
222 ['OS != "win" and OS != "ios"', { 222 ['OS != "win" and OS != "ios"', {
223 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 223 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
224 },], 224 },],
225 ['component=="shared_library"', { 225 ['component=="shared_library"', {
226 'conditions': [ 226 'conditions': [
227 ['OS=="win"', { 227 ['OS=="win"', {
228 'sources!': [ 228 'sources!': [
229 'debug/debug_on_start_win.cc', 229 'debug/debug_on_start_win.cc',
230 ], 230 ],
231 'dependencies': ['../chrome_elf/chrome_elf.gyp:chrome_redirects'],
231 }], 232 }],
232 ], 233 ],
233 }], 234 }],
234 ], 235 ],
235 'sources': [ 236 'sources': [
236 'third_party/nspr/prcpucfg.h', 237 'third_party/nspr/prcpucfg.h',
237 'third_party/nspr/prcpucfg_win.h', 238 'third_party/nspr/prcpucfg_win.h',
238 'third_party/nspr/prtypes.h', 239 'third_party/nspr/prtypes.h',
239 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 240 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
240 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 241 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
(...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'base_unittests.isolate', 1444 'base_unittests.isolate',
1444 ], 1445 ],
1445 'sources': [ 1446 'sources': [
1446 'base_unittests.isolate', 1447 'base_unittests.isolate',
1447 ], 1448 ],
1448 }, 1449 },
1449 ], 1450 ],
1450 }], 1451 }],
1451 ], 1452 ],
1452 } 1453 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698