OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 '..', | 577 '..', |
578 ], | 578 ], |
579 }, | 579 }, |
580 'defines': [ | 580 'defines': [ |
581 '<@(nacl_win64_defines)', | 581 '<@(nacl_win64_defines)', |
582 ], | 582 ], |
583 'sources': [ | 583 'sources': [ |
584 'i18n/icu_util_nacl_win64.cc', | 584 'i18n/icu_util_nacl_win64.cc', |
585 ], | 585 ], |
586 'configurations': { | 586 'configurations': { |
587 'Common': { | 587 'Common_Base': { |
588 'msvs_target_platform': 'x64', | 588 'msvs_target_platform': 'x64', |
589 }, | 589 }, |
590 }, | 590 }, |
591 }, | 591 }, |
592 ], | 592 ], |
593 }], | 593 }], |
594 ], | 594 ], |
595 } | 595 } |
OLD | NEW |