| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'common/process_watcher_posix.cc', | 144 'common/process_watcher_posix.cc', |
| 145 'common/process_watcher_win.cc', | 145 'common/process_watcher_win.cc', |
| 146 'common/property_bag.cc', | 146 'common/property_bag.cc', |
| 147 'common/property_bag.h', | 147 'common/property_bag.h', |
| 148 'common/profiling.cc', | 148 'common/profiling.cc', |
| 149 'common/profiling.h', | 149 'common/profiling.h', |
| 150 'common/ref_counted_util.h', | 150 'common/ref_counted_util.h', |
| 151 'common/resource_response.cc', | 151 'common/resource_response.cc', |
| 152 'common/resource_response.h', | 152 'common/resource_response.h', |
| 153 'common/result_codes.h', | 153 'common/result_codes.h', |
| 154 'common/safebrowsing_messages.cc', |
| 155 'common/safebrowsing_messages.h', |
| 154 'common/sandbox_init_wrapper.h', | 156 'common/sandbox_init_wrapper.h', |
| 155 'common/sandbox_init_wrapper_linux.cc', | 157 'common/sandbox_init_wrapper_linux.cc', |
| 156 'common/sandbox_init_wrapper_mac.cc', | 158 'common/sandbox_init_wrapper_mac.cc', |
| 157 'common/sandbox_init_wrapper_win.cc', | 159 'common/sandbox_init_wrapper_win.cc', |
| 158 'common/sandbox_mac.h', | 160 'common/sandbox_mac.h', |
| 159 'common/sandbox_mac.mm', | 161 'common/sandbox_mac.mm', |
| 160 'common/sandbox_policy.cc', | 162 'common/sandbox_policy.cc', |
| 161 'common/sandbox_policy.h', | 163 'common/sandbox_policy.h', |
| 162 'common/section_util_win.cc', | 164 'common/section_util_win.cc', |
| 163 'common/section_util_win.h', | 165 'common/section_util_win.h', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'configurations': { | 638 'configurations': { |
| 637 'Common_Base': { | 639 'Common_Base': { |
| 638 'msvs_target_platform': 'x64', | 640 'msvs_target_platform': 'x64', |
| 639 }, | 641 }, |
| 640 }, | 642 }, |
| 641 }, | 643 }, |
| 642 ], | 644 ], |
| 643 }], | 645 }], |
| 644 ], | 646 ], |
| 645 } | 647 } |
| OLD | NEW |