| 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 21 matching lines...) Expand all Loading... |
| 32 'common/content_message_generator.cc', | 32 'common/content_message_generator.cc', |
| 33 'common/content_message_generator.h', | 33 'common/content_message_generator.h', |
| 34 'common/content_client.cc', | 34 'common/content_client.cc', |
| 35 'common/content_client.h', | 35 'common/content_client.h', |
| 36 'common/content_constants.cc', | 36 'common/content_constants.cc', |
| 37 'common/content_constants.h', | 37 'common/content_constants.h', |
| 38 'common/content_paths.cc', | 38 'common/content_paths.cc', |
| 39 'common/content_paths.h', | 39 'common/content_paths.h', |
| 40 'common/content_switches.cc', | 40 'common/content_switches.cc', |
| 41 'common/content_switches.h', | 41 'common/content_switches.h', |
| 42 'common/database_messages.h', |
| 43 'common/database_util.cc', |
| 44 'common/database_util.h', |
| 45 'common/db_message_filter.cc', |
| 46 'common/db_message_filter.h', |
| 42 'common/debug_flags.cc', | 47 'common/debug_flags.cc', |
| 43 'common/debug_flags.h', | 48 'common/debug_flags.h', |
| 44 'common/dx_diag_node.cc', | 49 'common/dx_diag_node.cc', |
| 45 'common/dx_diag_node.h', | 50 'common/dx_diag_node.h', |
| 46 'common/file_system/file_system_dispatcher.cc', | 51 'common/file_system/file_system_dispatcher.cc', |
| 47 'common/file_system/file_system_dispatcher.h', | 52 'common/file_system/file_system_dispatcher.h', |
| 48 'common/file_system/webfilesystem_callback_dispatcher.cc', | 53 'common/file_system/webfilesystem_callback_dispatcher.cc', |
| 49 'common/file_system/webfilesystem_callback_dispatcher.h', | 54 'common/file_system/webfilesystem_callback_dispatcher.h', |
| 50 'common/file_system/webfilesystem_impl.cc', | 55 'common/file_system/webfilesystem_impl.cc', |
| 51 'common/file_system/webfilesystem_impl.h', | 56 'common/file_system/webfilesystem_impl.h', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'common/worker_messages.h', | 104 'common/worker_messages.h', |
| 100 ], | 105 ], |
| 101 'conditions': [ | 106 'conditions': [ |
| 102 ['OS=="win"', { | 107 ['OS=="win"', { |
| 103 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', | 108 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
| 104 }], | 109 }], |
| 105 ], | 110 ], |
| 106 }, | 111 }, |
| 107 ], | 112 ], |
| 108 } | 113 } |
| OLD | NEW |