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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'common/pepper_messages.h', | 139 'common/pepper_messages.h', |
140 'common/process_watcher.h', | 140 'common/process_watcher.h', |
141 'common/process_watcher_mac.cc', | 141 'common/process_watcher_mac.cc', |
142 'common/process_watcher_posix.cc', | 142 'common/process_watcher_posix.cc', |
143 'common/process_watcher_win.cc', | 143 'common/process_watcher_win.cc', |
144 'common/property_bag.cc', | 144 'common/property_bag.cc', |
145 'common/property_bag.h', | 145 'common/property_bag.h', |
146 'common/profiling.cc', | 146 'common/profiling.cc', |
147 'common/profiling.h', | 147 'common/profiling.h', |
148 'common/ref_counted_util.h', | 148 'common/ref_counted_util.h', |
149 'common/resource_response.cc', | |
150 'common/resource_response.h', | |
151 'common/result_codes.h', | 149 'common/result_codes.h', |
152 » 'common/safebrowsing_messages.h', | 150 'common/safebrowsing_messages.h', |
153 'common/sandbox_init_wrapper.h', | 151 'common/sandbox_init_wrapper.h', |
154 'common/sandbox_init_wrapper_linux.cc', | 152 'common/sandbox_init_wrapper_linux.cc', |
155 'common/sandbox_init_wrapper_mac.cc', | 153 'common/sandbox_init_wrapper_mac.cc', |
156 'common/sandbox_init_wrapper_win.cc', | 154 'common/sandbox_init_wrapper_win.cc', |
157 'common/sandbox_mac.h', | 155 'common/sandbox_mac.h', |
158 'common/sandbox_mac.mm', | 156 'common/sandbox_mac.mm', |
159 'common/sandbox_policy.cc', | 157 'common/sandbox_policy.cc', |
160 'common/sandbox_policy.h', | 158 'common/sandbox_policy.h', |
161 'common/section_util_win.cc', | 159 'common/section_util_win.cc', |
162 'common/section_util_win.h', | 160 'common/section_util_win.h', |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 'configurations': { | 638 'configurations': { |
641 'Common_Base': { | 639 'Common_Base': { |
642 'msvs_target_platform': 'x64', | 640 'msvs_target_platform': 'x64', |
643 }, | 641 }, |
644 }, | 642 }, |
645 }, | 643 }, |
646 ], | 644 ], |
647 }], | 645 }], |
648 ], | 646 ], |
649 } | 647 } |
OLD | NEW |