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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'common/metrics_helpers.h', | 60 'common/metrics_helpers.h', |
61 'common/multi_process_lock.h', | 61 'common/multi_process_lock.h', |
62 'common/multi_process_lock_linux.cc', | 62 'common/multi_process_lock_linux.cc', |
63 'common/multi_process_lock_mac.cc', | 63 'common/multi_process_lock_mac.cc', |
64 'common/multi_process_lock_win.cc', | 64 'common/multi_process_lock_win.cc', |
65 'common/nacl_cmd_line.cc', | 65 'common/nacl_cmd_line.cc', |
66 'common/nacl_cmd_line.h', | 66 'common/nacl_cmd_line.h', |
67 'common/nacl_messages.cc', | 67 'common/nacl_messages.cc', |
68 'common/nacl_messages.h', | 68 'common/nacl_messages.h', |
69 'common/nacl_types.h', | 69 'common/nacl_types.h', |
| 70 'common/plural_formatter.cc', |
| 71 'common/plural_formatter.h', |
70 'common/profiling.cc', | 72 'common/profiling.cc', |
71 'common/profiling.h', | 73 'common/profiling.h', |
72 'common/ref_counted_util.h', | 74 'common/ref_counted_util.h', |
73 'common/result_codes.h', | 75 'common/result_codes.h', |
74 'common/safebrowsing_messages.h', | 76 'common/safebrowsing_messages.h', |
75 'common/sandbox_policy.cc', | 77 'common/sandbox_policy.cc', |
76 'common/sandbox_policy.h', | 78 'common/sandbox_policy.h', |
77 'common/switch_utils.cc', | 79 'common/switch_utils.cc', |
78 'common/switch_utils.h', | 80 'common/switch_utils.h', |
79 'common/time_format.cc', | 81 'common/time_format.cc', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'configurations': { | 481 'configurations': { |
480 'Common_Base': { | 482 'Common_Base': { |
481 'msvs_target_platform': 'x64', | 483 'msvs_target_platform': 'x64', |
482 }, | 484 }, |
483 }, | 485 }, |
484 }, | 486 }, |
485 ], | 487 ], |
486 }], | 488 }], |
487 ], | 489 ], |
488 } | 490 } |
OLD | NEW |