| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'shared_impl/scoped_pp_resource.cc', | 113 'shared_impl/scoped_pp_resource.cc', |
| 114 'shared_impl/scoped_pp_resource.h', | 114 'shared_impl/scoped_pp_resource.h', |
| 115 'shared_impl/time_conversion.cc', | 115 'shared_impl/time_conversion.cc', |
| 116 'shared_impl/time_conversion.h', | 116 'shared_impl/time_conversion.h', |
| 117 'shared_impl/tracked_callback.cc', | 117 'shared_impl/tracked_callback.cc', |
| 118 'shared_impl/tracked_callback.h', | 118 'shared_impl/tracked_callback.h', |
| 119 'shared_impl/var.cc', | 119 'shared_impl/var.cc', |
| 120 'shared_impl/var.h', | 120 'shared_impl/var.h', |
| 121 'shared_impl/var_tracker.cc', | 121 'shared_impl/var_tracker.cc', |
| 122 'shared_impl/var_tracker.h', | 122 'shared_impl/var_tracker.h', |
| 123 'shared_impl/webkit_forwarding.cc', | |
| 124 'shared_impl/webkit_forwarding.h', | |
| 125 # TODO(viettrungluu): Split these out; it won't be used in NaCl. | 123 # TODO(viettrungluu): Split these out; it won't be used in NaCl. |
| 126 'shared_impl/private/net_address_private_impl.cc', | 124 'shared_impl/private/net_address_private_impl.cc', |
| 127 'shared_impl/private/net_address_private_impl.h', | 125 'shared_impl/private/net_address_private_impl.h', |
| 128 | 126 |
| 127 'shared_impl/private/ppb_browser_font_trusted_shared.cc', |
| 128 'shared_impl/private/ppb_browser_font_trusted_shared.h', |
| 129 'shared_impl/private/ppb_char_set_shared.cc', | 129 'shared_impl/private/ppb_char_set_shared.cc', |
| 130 'shared_impl/private/ppb_char_set_shared.h', | 130 'shared_impl/private/ppb_char_set_shared.h', |
| 131 'shared_impl/private/ppb_font_shared.cc', | |
| 132 'shared_impl/private/ppb_font_shared.h', | |
| 133 | 131 |
| 134 'shared_impl/private/tcp_socket_private_impl.cc', | 132 'shared_impl/private/tcp_socket_private_impl.cc', |
| 135 'shared_impl/private/tcp_socket_private_impl.h', | 133 'shared_impl/private/tcp_socket_private_impl.h', |
| 136 'shared_impl/private/udp_socket_private_impl.cc', | 134 'shared_impl/private/udp_socket_private_impl.cc', |
| 137 'shared_impl/private/udp_socket_private_impl.h', | 135 'shared_impl/private/udp_socket_private_impl.h', |
| 138 | 136 |
| 139 'thunk/enter.cc', | 137 'thunk/enter.cc', |
| 140 'thunk/enter.h', | 138 'thunk/enter.h', |
| 141 'thunk/ppb_audio_api.h', | 139 'thunk/ppb_audio_api.h', |
| 142 'thunk/ppb_audio_config_api.h', | 140 'thunk/ppb_audio_config_api.h', |
| 143 'thunk/ppb_audio_config_thunk.cc', | 141 'thunk/ppb_audio_config_thunk.cc', |
| 144 'thunk/ppb_audio_input_api.h', | 142 'thunk/ppb_audio_input_api.h', |
| 145 'thunk/ppb_audio_input_thunk.cc', | 143 'thunk/ppb_audio_input_thunk.cc', |
| 146 'thunk/ppb_audio_input_trusted_thunk.cc', | 144 'thunk/ppb_audio_input_trusted_thunk.cc', |
| 147 'thunk/ppb_audio_thunk.cc', | 145 'thunk/ppb_audio_thunk.cc', |
| 148 'thunk/ppb_audio_trusted_thunk.cc', | 146 'thunk/ppb_audio_trusted_thunk.cc', |
| 149 'thunk/ppb_broker_api.h', | 147 'thunk/ppb_broker_api.h', |
| 150 'thunk/ppb_broker_thunk.cc', | 148 'thunk/ppb_broker_thunk.cc', |
| 149 'thunk/ppb_browser_font_trusted_api.h', |
| 150 'thunk/ppb_browser_font_trusted_thunk.cc', |
| 151 'thunk/ppb_buffer_api.h', | 151 'thunk/ppb_buffer_api.h', |
| 152 'thunk/ppb_buffer_thunk.cc', | 152 'thunk/ppb_buffer_thunk.cc', |
| 153 'thunk/ppb_buffer_trusted_api.h', | 153 'thunk/ppb_buffer_trusted_api.h', |
| 154 'thunk/ppb_buffer_trusted_thunk.cc', | 154 'thunk/ppb_buffer_trusted_thunk.cc', |
| 155 'thunk/ppb_char_set_thunk.cc', | 155 'thunk/ppb_char_set_thunk.cc', |
| 156 'thunk/ppb_console_thunk.cc', | 156 'thunk/ppb_console_thunk.cc', |
| 157 'thunk/ppb_cursor_control_api.h', | 157 'thunk/ppb_cursor_control_api.h', |
| 158 'thunk/ppb_cursor_control_thunk.cc', | 158 'thunk/ppb_cursor_control_thunk.cc', |
| 159 'thunk/ppb_device_ref_api.h', | 159 'thunk/ppb_device_ref_api.h', |
| 160 'thunk/ppb_device_ref_thunk.cc', | 160 'thunk/ppb_device_ref_thunk.cc', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 174 'thunk/ppb_find_thunk.cc', | 174 'thunk/ppb_find_thunk.cc', |
| 175 'thunk/ppb_flash_clipboard_api.h', | 175 'thunk/ppb_flash_clipboard_api.h', |
| 176 'thunk/ppb_flash_clipboard_thunk.cc', | 176 'thunk/ppb_flash_clipboard_thunk.cc', |
| 177 'thunk/ppb_flash_fullscreen_thunk.cc', | 177 'thunk/ppb_flash_fullscreen_thunk.cc', |
| 178 'thunk/ppb_flash_menu_api.h', | 178 'thunk/ppb_flash_menu_api.h', |
| 179 'thunk/ppb_flash_menu_thunk.cc', | 179 'thunk/ppb_flash_menu_thunk.cc', |
| 180 'thunk/ppb_flash_message_loop_api.h', | 180 'thunk/ppb_flash_message_loop_api.h', |
| 181 'thunk/ppb_flash_message_loop_thunk.cc', | 181 'thunk/ppb_flash_message_loop_thunk.cc', |
| 182 'thunk/ppb_flash_net_connector_api.h', | 182 'thunk/ppb_flash_net_connector_api.h', |
| 183 'thunk/ppb_flash_net_connector_thunk.cc', | 183 'thunk/ppb_flash_net_connector_thunk.cc', |
| 184 'thunk/ppb_font_api.h', | |
| 185 'thunk/ppb_font_thunk.cc', | |
| 186 'thunk/ppb_fullscreen_thunk.cc', | 184 'thunk/ppb_fullscreen_thunk.cc', |
| 187 'thunk/ppb_gamepad_thunk.cc', | 185 'thunk/ppb_gamepad_thunk.cc', |
| 188 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', | 186 'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
| 189 'thunk/ppb_graphics_2d_api.h', | 187 'thunk/ppb_graphics_2d_api.h', |
| 190 'thunk/ppb_graphics_2d_thunk.cc', | 188 'thunk/ppb_graphics_2d_thunk.cc', |
| 191 'thunk/ppb_graphics_3d_api.h', | 189 'thunk/ppb_graphics_3d_api.h', |
| 192 'thunk/ppb_graphics_3d_thunk.cc', | 190 'thunk/ppb_graphics_3d_thunk.cc', |
| 193 'thunk/ppb_graphics_3d_trusted_thunk.cc', | 191 'thunk/ppb_graphics_3d_trusted_thunk.cc', |
| 194 'thunk/ppb_image_data_api.h', | 192 'thunk/ppb_image_data_api.h', |
| 195 'thunk/ppb_image_data_thunk.cc', | 193 'thunk/ppb_image_data_thunk.cc', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'thunk/ppb_websocket_api.h', | 230 'thunk/ppb_websocket_api.h', |
| 233 'thunk/ppb_websocket_thunk.cc', | 231 'thunk/ppb_websocket_thunk.cc', |
| 234 'thunk/ppb_widget_api.h', | 232 'thunk/ppb_widget_api.h', |
| 235 'thunk/ppb_widget_thunk.cc', | 233 'thunk/ppb_widget_thunk.cc', |
| 236 'thunk/ppb_zoom_thunk.cc', | 234 'thunk/ppb_zoom_thunk.cc', |
| 237 'thunk/thunk.h', | 235 'thunk/thunk.h', |
| 238 ], | 236 ], |
| 239 }, | 237 }, |
| 240 ], | 238 ], |
| 241 } | 239 } |
| OLD | NEW |