| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 'common/process_watcher_win.cc', | 188 'common/process_watcher_win.cc', |
| 189 'common/property_bag.cc', | 189 'common/property_bag.cc', |
| 190 'common/property_bag.h', | 190 'common/property_bag.h', |
| 191 'common/quota_messages.h', | 191 'common/quota_messages.h', |
| 192 'common/quota_dispatcher.cc', | 192 'common/quota_dispatcher.cc', |
| 193 'common/quota_dispatcher.h', | 193 'common/quota_dispatcher.h', |
| 194 'common/renderer_preferences.cc', | 194 'common/renderer_preferences.cc', |
| 195 'common/renderer_preferences.h', | 195 'common/renderer_preferences.h', |
| 196 'common/resource_dispatcher.cc', | 196 'common/resource_dispatcher.cc', |
| 197 'common/resource_dispatcher.h', | 197 'common/resource_dispatcher.h', |
| 198 'common/resource_dispatcher_delegate.cc', |
| 199 'common/resource_dispatcher_delegate.h', |
| 198 'common/resource_messages.h', | 200 'common/resource_messages.h', |
| 199 'common/resource_response.cc', | 201 'common/resource_response.cc', |
| 200 'common/resource_response.h', | 202 'common/resource_response.h', |
| 201 'common/sandbox_init_wrapper.h', | 203 'common/sandbox_init_wrapper.h', |
| 202 'common/sandbox_init_wrapper_linux.cc', | 204 'common/sandbox_init_wrapper_linux.cc', |
| 203 'common/sandbox_init_wrapper_mac.cc', | 205 'common/sandbox_init_wrapper_mac.cc', |
| 204 'common/sandbox_init_wrapper_win.cc', | 206 'common/sandbox_init_wrapper_win.cc', |
| 205 'common/sandbox_mac.h', | 207 'common/sandbox_mac.h', |
| 206 'common/sandbox_mac.mm', | 208 'common/sandbox_mac.mm', |
| 207 'common/sandbox_methods_linux.h', | 209 'common/sandbox_methods_linux.h', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 'libraries': [ | 318 'libraries': [ |
| 317 '-lEGL', | 319 '-lEGL', |
| 318 '-lGLESv2', | 320 '-lGLESv2', |
| 319 ], | 321 ], |
| 320 }, | 322 }, |
| 321 }], | 323 }], |
| 322 ], | 324 ], |
| 323 }, | 325 }, |
| 324 ], | 326 ], |
| 325 } | 327 } |
| OLD | NEW |