| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'common/pepper_messages.h', | 161 'common/pepper_messages.h', |
| 162 'common/plugin_carbon_interpose_constants_mac.cc', | 162 'common/plugin_carbon_interpose_constants_mac.cc', |
| 163 'common/plugin_carbon_interpose_constants_mac.h', | 163 'common/plugin_carbon_interpose_constants_mac.h', |
| 164 'common/plugin_messages.h', | 164 'common/plugin_messages.h', |
| 165 'common/process_watcher.h', | 165 'common/process_watcher.h', |
| 166 'common/process_watcher_mac.cc', | 166 'common/process_watcher_mac.cc', |
| 167 'common/process_watcher_posix.cc', | 167 'common/process_watcher_posix.cc', |
| 168 'common/process_watcher_win.cc', | 168 'common/process_watcher_win.cc', |
| 169 'common/property_bag.cc', | 169 'common/property_bag.cc', |
| 170 'common/property_bag.h', | 170 'common/property_bag.h', |
| 171 'common/quota_messages.h', |
| 172 'common/quota_dispatcher.cc', |
| 173 'common/quota_dispatcher.h', |
| 171 'common/renderer_preferences.cc', | 174 'common/renderer_preferences.cc', |
| 172 'common/renderer_preferences.h', | 175 'common/renderer_preferences.h', |
| 173 'common/resource_dispatcher.cc', | 176 'common/resource_dispatcher.cc', |
| 174 'common/resource_dispatcher.h', | 177 'common/resource_dispatcher.h', |
| 175 'common/resource_messages.h', | 178 'common/resource_messages.h', |
| 176 'common/resource_response.cc', | 179 'common/resource_response.cc', |
| 177 'common/resource_response.h', | 180 'common/resource_response.h', |
| 178 'common/sandbox_init_wrapper.h', | 181 'common/sandbox_init_wrapper.h', |
| 179 'common/sandbox_init_wrapper_linux.cc', | 182 'common/sandbox_init_wrapper_linux.cc', |
| 180 'common/sandbox_init_wrapper_mac.cc', | 183 'common/sandbox_init_wrapper_mac.cc', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 }], | 269 }], |
| 267 ['enable_gpu==1', { | 270 ['enable_gpu==1', { |
| 268 'dependencies': [ | 271 'dependencies': [ |
| 269 '../gpu/gpu.gyp:command_buffer_service', | 272 '../gpu/gpu.gyp:command_buffer_service', |
| 270 ], | 273 ], |
| 271 }], | 274 }], |
| 272 ], | 275 ], |
| 273 }, | 276 }, |
| 274 ], | 277 ], |
| 275 } | 278 } |
| OLD | NEW |