| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 'base_extra_target': 0, | 9 'base_extra_target': 0, |
| 10 }, | 10 }, |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 ], | 342 ], |
| 343 },], | 343 },], |
| 344 [ 'OS == "win"', { | 344 [ 'OS == "win"', { |
| 345 'include_dirs': [ | 345 'include_dirs': [ |
| 346 '<(DEPTH)/third_party/wtl/include', | 346 '<(DEPTH)/third_party/wtl/include', |
| 347 ], | 347 ], |
| 348 'sources!': [ | 348 'sources!': [ |
| 349 'event_recorder_stubs.cc', | 349 'event_recorder_stubs.cc', |
| 350 'file_descriptor_shuffle.cc', | 350 'file_descriptor_shuffle.cc', |
| 351 'message_pump_libevent.cc', | 351 'message_pump_libevent.cc', |
| 352 'sha1_portable.cc', | 352 # Not using sha1_win.cc because it may have caused a |
| 353 # regression to page cycler moz. |
| 354 'sha1_win.cc', |
| 353 'string16.cc', | 355 'string16.cc', |
| 354 'trace_event.cc', | 356 'trace_event.cc', |
| 355 ], | 357 ], |
| 356 },], | 358 },], |
| 357 ], | 359 ], |
| 358 }], | 360 }], |
| 359 ['base_extra_target', { | 361 ['base_extra_target', { |
| 360 'sources': [ | 362 'sources': [ |
| 361 'crypto/capi_util.cc', | 363 'crypto/capi_util.cc', |
| 362 'crypto/capi_util.h', | 364 'crypto/capi_util.h', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 'third_party/xdg_mime/xdgmimemagic.c', | 731 'third_party/xdg_mime/xdgmimemagic.c', |
| 730 'third_party/xdg_mime/xdgmimemagic.h', | 732 'third_party/xdg_mime/xdgmimemagic.h', |
| 731 'third_party/xdg_mime/xdgmimeparent.c', | 733 'third_party/xdg_mime/xdgmimeparent.c', |
| 732 'third_party/xdg_mime/xdgmimeparent.h', | 734 'third_party/xdg_mime/xdgmimeparent.h', |
| 733 ], | 735 ], |
| 734 }, | 736 }, |
| 735 ], | 737 ], |
| 736 }], | 738 }], |
| 737 ], | 739 ], |
| 738 } | 740 } |
| OLD | NEW |