| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 'targets': [ | 513 'targets': [ |
| 514 { | 514 { |
| 515 'target_name': 'base', | 515 'target_name': 'base', |
| 516 'type': '<(component)', | 516 'type': '<(component)', |
| 517 'toolsets': ['host', 'target'], | 517 'toolsets': ['host', 'target'], |
| 518 'variables': { | 518 'variables': { |
| 519 'base_target': 1, | 519 'base_target': 1, |
| 520 }, | 520 }, |
| 521 'dependencies': [ | 521 'dependencies': [ |
| 522 'base_static', | 522 'base_static', |
| 523 '../testing/gtest.gyp:gtest_prod', |
| 523 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 524 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 524 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 525 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 525 ], | 526 ], |
| 526 # TODO(gregoryd): direct_dependent_settings should be shared with the | 527 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 527 # 64-bit target, but it doesn't work due to a bug in gyp | 528 # 64-bit target, but it doesn't work due to a bug in gyp |
| 528 'direct_dependent_settings': { | 529 'direct_dependent_settings': { |
| 529 'include_dirs': [ | 530 'include_dirs': [ |
| 530 '..', | 531 '..', |
| 531 ], | 532 ], |
| 532 }, | 533 }, |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 'third_party/xdg_mime/xdgmimemagic.c', | 817 'third_party/xdg_mime/xdgmimemagic.c', |
| 817 'third_party/xdg_mime/xdgmimemagic.h', | 818 'third_party/xdg_mime/xdgmimemagic.h', |
| 818 'third_party/xdg_mime/xdgmimeparent.c', | 819 'third_party/xdg_mime/xdgmimeparent.c', |
| 819 'third_party/xdg_mime/xdgmimeparent.h', | 820 'third_party/xdg_mime/xdgmimeparent.h', |
| 820 ], | 821 ], |
| 821 }, | 822 }, |
| 822 ], | 823 ], |
| 823 }], | 824 }], |
| 824 ], | 825 ], |
| 825 } | 826 } |
| OLD | NEW |