| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 'common/pepper_file_messages.cc', | 138 'common/pepper_file_messages.cc', |
| 139 'common/pepper_file_messages.h', | 139 'common/pepper_file_messages.h', |
| 140 'common/pepper_messages.cc', | 140 'common/pepper_messages.cc', |
| 141 'common/pepper_messages.h', | 141 'common/pepper_messages.h', |
| 142 'common/process_watcher.h', | 142 'common/process_watcher.h', |
| 143 'common/process_watcher_mac.cc', | 143 'common/process_watcher_mac.cc', |
| 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', |
| 149 'common/profiling.h', |
| 148 'common/ref_counted_util.h', | 150 'common/ref_counted_util.h', |
| 149 'common/resource_response.cc', | 151 'common/resource_response.cc', |
| 150 'common/resource_response.h', | 152 'common/resource_response.h', |
| 151 'common/result_codes.h', | 153 'common/result_codes.h', |
| 152 'common/sandbox_init_wrapper.h', | 154 'common/sandbox_init_wrapper.h', |
| 153 'common/sandbox_init_wrapper_linux.cc', | 155 'common/sandbox_init_wrapper_linux.cc', |
| 154 'common/sandbox_init_wrapper_mac.cc', | 156 'common/sandbox_init_wrapper_mac.cc', |
| 155 'common/sandbox_init_wrapper_win.cc', | 157 'common/sandbox_init_wrapper_win.cc', |
| 156 'common/sandbox_mac.h', | 158 'common/sandbox_mac.h', |
| 157 'common/sandbox_mac.mm', | 159 'common/sandbox_mac.mm', |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'configurations': { | 630 'configurations': { |
| 629 'Common_Base': { | 631 'Common_Base': { |
| 630 'msvs_target_platform': 'x64', | 632 'msvs_target_platform': 'x64', |
| 631 }, | 633 }, |
| 632 }, | 634 }, |
| 633 }, | 635 }, |
| 634 ], | 636 ], |
| 635 }], | 637 }], |
| 636 ], | 638 ], |
| 637 } | 639 } |
| OLD | NEW |