| 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 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'common/nacl_messages.h', | 70 'common/nacl_messages.h', |
| 71 'common/nacl_types.h', | 71 'common/nacl_types.h', |
| 72 'common/profiling.cc', | 72 'common/profiling.cc', |
| 73 'common/profiling.h', | 73 'common/profiling.h', |
| 74 'common/ref_counted_util.h', | 74 'common/ref_counted_util.h', |
| 75 'common/safe_browsing/safebrowsing_messages.h', | 75 'common/safe_browsing/safebrowsing_messages.h', |
| 76 'common/switch_utils.cc', | 76 'common/switch_utils.cc', |
| 77 'common/switch_utils.h', | 77 'common/switch_utils.h', |
| 78 'common/time_format.cc', | 78 'common/time_format.cc', |
| 79 'common/time_format.h', | 79 'common/time_format.h', |
| 80 'common/win_safe_util.cc', | |
| 81 'common/win_safe_util.h', | |
| 82 ], | 80 ], |
| 83 }], | 81 }], |
| 84 ], | 82 ], |
| 85 }, | 83 }, |
| 86 'targets': [ | 84 'targets': [ |
| 87 { | 85 { |
| 88 'target_name': 'common', | 86 'target_name': 'common', |
| 89 'type': 'static_library', | 87 'type': 'static_library', |
| 90 'variables': { | 88 'variables': { |
| 91 'chrome_common_target': 1, | 89 'chrome_common_target': 1, |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 'configurations': { | 571 'configurations': { |
| 574 'Common_Base': { | 572 'Common_Base': { |
| 575 'msvs_target_platform': 'x64', | 573 'msvs_target_platform': 'x64', |
| 576 }, | 574 }, |
| 577 }, | 575 }, |
| 578 }, | 576 }, |
| 579 ], | 577 ], |
| 580 }], | 578 }], |
| 581 ], | 579 ], |
| 582 } | 580 } |
| OLD | NEW |