| 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 'targets': [ | 396 'targets': [ |
| 397 { | 397 { |
| 398 'target_name': 'base', | 398 'target_name': 'base', |
| 399 'type': '<(library)', | 399 'type': '<(library)', |
| 400 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', | 400 'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165', |
| 401 'variables': { | 401 'variables': { |
| 402 'base_target': 1, | 402 'base_target': 1, |
| 403 }, | 403 }, |
| 404 'dependencies': [ | 404 'dependencies': [ |
| 405 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 405 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 406 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 406 # 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annota
tions', |
| 407 ], | 407 ], |
| 408 # TODO(gregoryd): direct_dependent_settings should be shared with the | 408 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 409 # 64-bit target, but it doesn't work due to a bug in gyp | 409 # 64-bit target, but it doesn't work due to a bug in gyp |
| 410 'direct_dependent_settings': { | 410 'direct_dependent_settings': { |
| 411 'include_dirs': [ | 411 'include_dirs': [ |
| 412 '..', | 412 '..', |
| 413 ], | 413 ], |
| 414 }, | 414 }, |
| 415 'conditions': [ | 415 'conditions': [ |
| 416 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris
"', { | 416 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris
"', { |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 'third_party/xdg_mime/xdgmimemagic.c', | 735 'third_party/xdg_mime/xdgmimemagic.c', |
| 736 'third_party/xdg_mime/xdgmimemagic.h', | 736 'third_party/xdg_mime/xdgmimemagic.h', |
| 737 'third_party/xdg_mime/xdgmimeparent.c', | 737 'third_party/xdg_mime/xdgmimeparent.c', |
| 738 'third_party/xdg_mime/xdgmimeparent.h', | 738 'third_party/xdg_mime/xdgmimeparent.h', |
| 739 ], | 739 ], |
| 740 }, | 740 }, |
| 741 ], | 741 ], |
| 742 }], | 742 }], |
| 743 ], | 743 ], |
| 744 } | 744 } |
| OLD | NEW |