| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'common/css_colors.h', | 72 'common/css_colors.h', |
| 73 'common/database_messages.h', | 73 'common/database_messages.h', |
| 74 'common/database_util.cc', | 74 'common/database_util.cc', |
| 75 'common/database_util.h', | 75 'common/database_util.h', |
| 76 'common/db_message_filter.cc', | 76 'common/db_message_filter.cc', |
| 77 'common/db_message_filter.h', | 77 'common/db_message_filter.h', |
| 78 'common/debug_flags.cc', | 78 'common/debug_flags.cc', |
| 79 'common/debug_flags.h', | 79 'common/debug_flags.h', |
| 80 'common/desktop_notification_messages.h', | 80 'common/desktop_notification_messages.h', |
| 81 'common/device_orientation_messages.h', | 81 'common/device_orientation_messages.h', |
| 82 'common/devtools_messages.h', |
| 82 'common/dom_storage_common.h', | 83 'common/dom_storage_common.h', |
| 83 'common/dom_storage_messages.h', | 84 'common/dom_storage_messages.h', |
| 84 'common/drag_messages.h', | 85 'common/drag_messages.h', |
| 85 'common/dx_diag_node.cc', | 86 'common/dx_diag_node.cc', |
| 86 'common/dx_diag_node.h', | 87 'common/dx_diag_node.h', |
| 87 'common/edit_command.h', | 88 'common/edit_command.h', |
| 88 'common/file_system/file_system_dispatcher.cc', | 89 'common/file_system/file_system_dispatcher.cc', |
| 89 'common/file_system/file_system_dispatcher.h', | 90 'common/file_system/file_system_dispatcher.h', |
| 90 'common/file_system/webfilesystem_callback_dispatcher.cc', | 91 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 91 'common/file_system/webfilesystem_callback_dispatcher.h', | 92 'common/file_system/webfilesystem_callback_dispatcher.h', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 }], | 285 }], |
| 285 ['enable_gpu==1', { | 286 ['enable_gpu==1', { |
| 286 'dependencies': [ | 287 'dependencies': [ |
| 287 '../gpu/gpu.gyp:command_buffer_service', | 288 '../gpu/gpu.gyp:command_buffer_service', |
| 288 ], | 289 ], |
| 289 }], | 290 }], |
| 290 ], | 291 ], |
| 291 }, | 292 }, |
| 292 ], | 293 ], |
| 293 } | 294 } |
| OLD | NEW |