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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 { | 536 { |
537 'target_name': 'base', | 537 'target_name': 'base', |
538 'type': '<(component)', | 538 'type': '<(component)', |
539 'toolsets': ['host', 'target'], | 539 'toolsets': ['host', 'target'], |
540 'variables': { | 540 'variables': { |
541 'base_target': 1, | 541 'base_target': 1, |
542 'enable_wexit_time_destructors': 1, | 542 'enable_wexit_time_destructors': 1, |
543 }, | 543 }, |
544 'dependencies': [ | 544 'dependencies': [ |
545 'base_static', | 545 'base_static', |
| 546 '../testing/gtest.gyp:gtest_prod', |
546 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 547 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
547 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 548 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
548 ], | 549 ], |
549 # TODO(gregoryd): direct_dependent_settings should be shared with the | 550 # TODO(gregoryd): direct_dependent_settings should be shared with the |
550 # 64-bit target, but it doesn't work due to a bug in gyp | 551 # 64-bit target, but it doesn't work due to a bug in gyp |
551 'direct_dependent_settings': { | 552 'direct_dependent_settings': { |
552 'include_dirs': [ | 553 'include_dirs': [ |
553 '..', | 554 '..', |
554 ], | 555 ], |
555 }, | 556 }, |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'third_party/xdg_mime/xdgmimemagic.c', | 873 'third_party/xdg_mime/xdgmimemagic.c', |
873 'third_party/xdg_mime/xdgmimemagic.h', | 874 'third_party/xdg_mime/xdgmimemagic.h', |
874 'third_party/xdg_mime/xdgmimeparent.c', | 875 'third_party/xdg_mime/xdgmimeparent.c', |
875 'third_party/xdg_mime/xdgmimeparent.h', | 876 'third_party/xdg_mime/xdgmimeparent.h', |
876 ], | 877 ], |
877 }, | 878 }, |
878 ], | 879 ], |
879 }], | 880 }], |
880 ], | 881 ], |
881 } | 882 } |
OLD | NEW |