| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'common/notification_observer.h', | 128 'common/notification_observer.h', |
| 129 'common/notification_registrar.cc', | 129 'common/notification_registrar.cc', |
| 130 'common/notification_registrar.h', | 130 'common/notification_registrar.h', |
| 131 'common/notification_service.cc', | 131 'common/notification_service.cc', |
| 132 'common/notification_service.h', | 132 'common/notification_service.h', |
| 133 'common/notification_source.cc', | 133 'common/notification_source.cc', |
| 134 'common/notification_source.h', | 134 'common/notification_source.h', |
| 135 'common/notification_type.h', | 135 'common/notification_type.h', |
| 136 'common/pepper_file_messages.cc', | 136 'common/pepper_file_messages.cc', |
| 137 'common/pepper_file_messages.h', | 137 'common/pepper_file_messages.h', |
| 138 'common/pepper_messages.cc', |
| 139 'common/pepper_messages.h', |
| 138 'common/process_watcher.h', | 140 'common/process_watcher.h', |
| 139 'common/process_watcher_mac.cc', | 141 'common/process_watcher_mac.cc', |
| 140 'common/process_watcher_posix.cc', | 142 'common/process_watcher_posix.cc', |
| 141 'common/process_watcher_win.cc', | 143 'common/process_watcher_win.cc', |
| 142 'common/property_bag.cc', | 144 'common/property_bag.cc', |
| 143 'common/property_bag.h', | 145 'common/property_bag.h', |
| 144 'common/ref_counted_util.h', | 146 'common/ref_counted_util.h', |
| 145 'common/resource_response.cc', | 147 'common/resource_response.cc', |
| 146 'common/resource_response.h', | 148 'common/resource_response.h', |
| 147 'common/result_codes.h', | 149 'common/result_codes.h', |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 'configurations': { | 621 'configurations': { |
| 620 'Common_Base': { | 622 'Common_Base': { |
| 621 'msvs_target_platform': 'x64', | 623 'msvs_target_platform': 'x64', |
| 622 }, | 624 }, |
| 623 }, | 625 }, |
| 624 }, | 626 }, |
| 625 ], | 627 ], |
| 626 }], | 628 }], |
| 627 ], | 629 ], |
| 628 } | 630 } |
| OLD | NEW |