| 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 ], | 540 ], |
| 541 }, | 541 }, |
| 542 'targets': [ | 542 'targets': [ |
| 543 { | 543 { |
| 544 'target_name': 'base', | 544 'target_name': 'base', |
| 545 'type': '<(component)', | 545 'type': '<(component)', |
| 546 'toolsets': ['host', 'target'], | 546 'toolsets': ['host', 'target'], |
| 547 'variables': { | 547 'variables': { |
| 548 'base_target': 1, | 548 'base_target': 1, |
| 549 'enable_wexit_time_destructors': 1, | 549 'enable_wexit_time_destructors': 1, |
| 550 'optimize': 'max', |
| 550 }, | 551 }, |
| 551 'dependencies': [ | 552 'dependencies': [ |
| 552 'base_static', | 553 'base_static', |
| 553 '../testing/gtest.gyp:gtest_prod', | 554 '../testing/gtest.gyp:gtest_prod', |
| 554 '../third_party/modp_b64/modp_b64.gyp:modp_b64', | 555 '../third_party/modp_b64/modp_b64.gyp:modp_b64', |
| 555 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', | 556 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat
ions', |
| 556 ], | 557 ], |
| 557 # TODO(gregoryd): direct_dependent_settings should be shared with the | 558 # TODO(gregoryd): direct_dependent_settings should be shared with the |
| 558 # 64-bit target, but it doesn't work due to a bug in gyp | 559 # 64-bit target, but it doesn't work due to a bug in gyp |
| 559 'direct_dependent_settings': { | 560 'direct_dependent_settings': { |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 'third_party/xdg_mime/xdgmimemagic.c', | 880 'third_party/xdg_mime/xdgmimemagic.c', |
| 880 'third_party/xdg_mime/xdgmimemagic.h', | 881 'third_party/xdg_mime/xdgmimemagic.h', |
| 881 'third_party/xdg_mime/xdgmimeparent.c', | 882 'third_party/xdg_mime/xdgmimeparent.c', |
| 882 'third_party/xdg_mime/xdgmimeparent.h', | 883 'third_party/xdg_mime/xdgmimeparent.h', |
| 883 ], | 884 ], |
| 884 }, | 885 }, |
| 885 ], | 886 ], |
| 886 }], | 887 }], |
| 887 ], | 888 ], |
| 888 } | 889 } |
| OLD | NEW |