| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 'dependencies': [ | 503 'dependencies': [ |
| 504 '../third_party/nss/nss.gyp:nss', | 504 '../third_party/nss/nss.gyp:nss', |
| 505 ], | 505 ], |
| 506 },], | 506 },], |
| 507 [ 'OS != "win"', { | 507 [ 'OS != "win"', { |
| 508 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 508 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 509 'sources!': [ | 509 'sources!': [ |
| 510 'third_party/purify/pure_api.c', | 510 'third_party/purify/pure_api.c', |
| 511 'base_drag_source.cc', | 511 'base_drag_source.cc', |
| 512 'base_drop_target.cc', | 512 'base_drop_target.cc', |
| 513 'cpu.cc', | |
| 514 'crypto/capi_util.h', | 513 'crypto/capi_util.h', |
| 515 'crypto/capi_util.cc', | 514 'crypto/capi_util.cc', |
| 516 'event_recorder.cc', | 515 'event_recorder.cc', |
| 517 'file_version_info.cc', | 516 'file_version_info.cc', |
| 518 'pe_image.cc', | 517 'pe_image.cc', |
| 519 'registry.cc', | 518 'registry.cc', |
| 520 'resource_util.cc', | 519 'resource_util.cc', |
| 521 'win_util.cc', | 520 'win_util.cc', |
| 522 ], | 521 ], |
| 523 },], | 522 },], |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 'third_party/xdg_mime/xdgmimemagic.c', | 734 'third_party/xdg_mime/xdgmimemagic.c', |
| 736 'third_party/xdg_mime/xdgmimemagic.h', | 735 'third_party/xdg_mime/xdgmimemagic.h', |
| 737 'third_party/xdg_mime/xdgmimeparent.c', | 736 'third_party/xdg_mime/xdgmimeparent.c', |
| 738 'third_party/xdg_mime/xdgmimeparent.h', | 737 'third_party/xdg_mime/xdgmimeparent.h', |
| 739 ], | 738 ], |
| 740 }, | 739 }, |
| 741 ], | 740 ], |
| 742 }], | 741 }], |
| 743 ], | 742 ], |
| 744 } | 743 } |
| OLD | NEW |