| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'common/gpu_info.h', | 102 'common/gpu_info.h', |
| 103 'common/gpu_messages.h', | 103 'common/gpu_messages.h', |
| 104 'common/hi_res_timer_manager_posix.cc', | 104 'common/hi_res_timer_manager_posix.cc', |
| 105 'common/hi_res_timer_manager_win.cc', | 105 'common/hi_res_timer_manager_win.cc', |
| 106 'common/hi_res_timer_manager.h', | 106 'common/hi_res_timer_manager.h', |
| 107 'common/indexed_db_key.cc', | 107 'common/indexed_db_key.cc', |
| 108 'common/indexed_db_key.h', | 108 'common/indexed_db_key.h', |
| 109 'common/indexed_db_messages.h', | 109 'common/indexed_db_messages.h', |
| 110 'common/indexed_db_param_traits.cc', | 110 'common/indexed_db_param_traits.cc', |
| 111 'common/indexed_db_param_traits.h', | 111 'common/indexed_db_param_traits.h', |
| 112 'common/introducer_messages.h', |
| 112 'common/main_function_params.h', | 113 'common/main_function_params.h', |
| 113 'common/message_router.cc', | 114 'common/message_router.cc', |
| 114 'common/message_router.h', | 115 'common/message_router.h', |
| 115 'common/mime_registry_messages.h', | 116 'common/mime_registry_messages.h', |
| 116 'common/mru_cache.h', | 117 'common/mru_cache.h', |
| 117 'common/native_web_keyboard_event.h', | 118 'common/native_web_keyboard_event.h', |
| 118 'common/native_web_keyboard_event_linux.cc', | 119 'common/native_web_keyboard_event_linux.cc', |
| 119 'common/native_web_keyboard_event_mac.mm', | 120 'common/native_web_keyboard_event_mac.mm', |
| 120 'common/native_web_keyboard_event_win.cc', | 121 'common/native_web_keyboard_event_win.cc', |
| 121 'common/navigation_gesture.h', | 122 'common/navigation_gesture.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 }], | 218 }], |
| 218 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { | 219 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
| 219 'dependencies': [ | 220 'dependencies': [ |
| 220 '../build/linux/system.gyp:gtk', | 221 '../build/linux/system.gyp:gtk', |
| 221 ], | 222 ], |
| 222 }], | 223 }], |
| 223 ], | 224 ], |
| 224 }, | 225 }, |
| 225 ], | 226 ], |
| 226 } | 227 } |
| OLD | NEW |