OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |