| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'common/pepper_messages.h', | 143 'common/pepper_messages.h', |
| 144 'common/plugin_carbon_interpose_constants_mac.cc', | 144 'common/plugin_carbon_interpose_constants_mac.cc', |
| 145 'common/plugin_carbon_interpose_constants_mac.h', | 145 'common/plugin_carbon_interpose_constants_mac.h', |
| 146 'common/plugin_messages.h', | 146 'common/plugin_messages.h', |
| 147 'common/process_watcher.h', | 147 'common/process_watcher.h', |
| 148 'common/process_watcher_mac.cc', | 148 'common/process_watcher_mac.cc', |
| 149 'common/process_watcher_posix.cc', | 149 'common/process_watcher_posix.cc', |
| 150 'common/process_watcher_win.cc', | 150 'common/process_watcher_win.cc', |
| 151 'common/property_bag.cc', | 151 'common/property_bag.cc', |
| 152 'common/property_bag.h', | 152 'common/property_bag.h', |
| 153 'common/quota_messages.h', |
| 154 'common/quota_dispatcher.cc', |
| 155 'common/quota_dispatcher.h', |
| 153 'common/renderer_preferences.cc', | 156 'common/renderer_preferences.cc', |
| 154 'common/renderer_preferences.h', | 157 'common/renderer_preferences.h', |
| 155 'common/resource_dispatcher.cc', | 158 'common/resource_dispatcher.cc', |
| 156 'common/resource_dispatcher.h', | 159 'common/resource_dispatcher.h', |
| 157 'common/resource_messages.h', | 160 'common/resource_messages.h', |
| 158 'common/resource_response.cc', | 161 'common/resource_response.cc', |
| 159 'common/resource_response.h', | 162 'common/resource_response.h', |
| 160 'common/sandbox_init_wrapper.h', | 163 'common/sandbox_init_wrapper.h', |
| 161 'common/sandbox_init_wrapper_linux.cc', | 164 'common/sandbox_init_wrapper_linux.cc', |
| 162 'common/sandbox_init_wrapper_mac.cc', | 165 'common/sandbox_init_wrapper_mac.cc', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 }], | 226 }], |
| 224 ['toolkit_views==1', { | 227 ['toolkit_views==1', { |
| 225 'sources': [ | 228 'sources': [ |
| 226 'common/native_web_keyboard_event_views.cc', | 229 'common/native_web_keyboard_event_views.cc', |
| 227 ], | 230 ], |
| 228 }], | 231 }], |
| 229 ], | 232 ], |
| 230 }, | 233 }, |
| 231 ], | 234 ], |
| 232 } | 235 } |
| OLD | NEW |