| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'shared_impl/ppapi_globals.cc', | 65 'shared_impl/ppapi_globals.cc', |
| 66 'shared_impl/ppapi_globals.h', | 66 'shared_impl/ppapi_globals.h', |
| 67 'shared_impl/ppapi_preferences.cc', | 67 'shared_impl/ppapi_preferences.cc', |
| 68 'shared_impl/ppapi_preferences.h', | 68 'shared_impl/ppapi_preferences.h', |
| 69 'shared_impl/ppb_audio_config_shared.cc', | 69 'shared_impl/ppb_audio_config_shared.cc', |
| 70 'shared_impl/ppb_audio_config_shared.h', | 70 'shared_impl/ppb_audio_config_shared.h', |
| 71 'shared_impl/ppb_audio_input_shared.cc', | 71 'shared_impl/ppb_audio_input_shared.cc', |
| 72 'shared_impl/ppb_audio_input_shared.h', | 72 'shared_impl/ppb_audio_input_shared.h', |
| 73 'shared_impl/ppb_audio_shared.cc', | 73 'shared_impl/ppb_audio_shared.cc', |
| 74 'shared_impl/ppb_audio_shared.h', | 74 'shared_impl/ppb_audio_shared.h', |
| 75 'shared_impl/ppb_char_set_shared.cc', | |
| 76 'shared_impl/ppb_char_set_shared.h', | |
| 77 'shared_impl/ppb_crypto_shared.cc', | 75 'shared_impl/ppb_crypto_shared.cc', |
| 78 'shared_impl/ppb_device_ref_shared.cc', | 76 'shared_impl/ppb_device_ref_shared.cc', |
| 79 'shared_impl/ppb_device_ref_shared.h', | 77 'shared_impl/ppb_device_ref_shared.h', |
| 80 'shared_impl/ppb_file_io_shared.cc', | 78 'shared_impl/ppb_file_io_shared.cc', |
| 81 'shared_impl/ppb_file_io_shared.h', | 79 'shared_impl/ppb_file_io_shared.h', |
| 82 'shared_impl/ppb_file_ref_shared.cc', | 80 'shared_impl/ppb_file_ref_shared.cc', |
| 83 'shared_impl/ppb_file_ref_shared.h', | 81 'shared_impl/ppb_file_ref_shared.h', |
| 84 'shared_impl/ppb_graphics_3d_shared.cc', | 82 'shared_impl/ppb_graphics_3d_shared.cc', |
| 85 'shared_impl/ppb_graphics_3d_shared.h', | 83 'shared_impl/ppb_graphics_3d_shared.h', |
| 86 'shared_impl/ppb_image_data_shared.cc', | 84 'shared_impl/ppb_image_data_shared.cc', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'shared_impl/var.cc', | 119 'shared_impl/var.cc', |
| 122 'shared_impl/var.h', | 120 'shared_impl/var.h', |
| 123 'shared_impl/var_tracker.cc', | 121 'shared_impl/var_tracker.cc', |
| 124 'shared_impl/var_tracker.h', | 122 'shared_impl/var_tracker.h', |
| 125 'shared_impl/webkit_forwarding.cc', | 123 'shared_impl/webkit_forwarding.cc', |
| 126 'shared_impl/webkit_forwarding.h', | 124 'shared_impl/webkit_forwarding.h', |
| 127 # TODO(viettrungluu): Split these out; it won't be used in NaCl. | 125 # TODO(viettrungluu): Split these out; it won't be used in NaCl. |
| 128 'shared_impl/private/net_address_private_impl.cc', | 126 'shared_impl/private/net_address_private_impl.cc', |
| 129 'shared_impl/private/net_address_private_impl.h', | 127 'shared_impl/private/net_address_private_impl.h', |
| 130 | 128 |
| 129 'shared_impl/private/ppb_char_set_shared.cc', |
| 130 'shared_impl/private/ppb_char_set_shared.h', |
| 131 'shared_impl/private/ppb_font_shared.cc', | 131 'shared_impl/private/ppb_font_shared.cc', |
| 132 'shared_impl/private/ppb_font_shared.h', | 132 'shared_impl/private/ppb_font_shared.h', |
| 133 | 133 |
| 134 'shared_impl/private/tcp_socket_private_impl.cc', | 134 'shared_impl/private/tcp_socket_private_impl.cc', |
| 135 'shared_impl/private/tcp_socket_private_impl.h', | 135 'shared_impl/private/tcp_socket_private_impl.h', |
| 136 'shared_impl/private/udp_socket_private_impl.cc', | 136 'shared_impl/private/udp_socket_private_impl.cc', |
| 137 'shared_impl/private/udp_socket_private_impl.h', | 137 'shared_impl/private/udp_socket_private_impl.h', |
| 138 | 138 |
| 139 'thunk/enter.cc', | 139 'thunk/enter.cc', |
| 140 'thunk/enter.h', | 140 'thunk/enter.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'thunk/ppb_websocket_api.h', | 232 'thunk/ppb_websocket_api.h', |
| 233 'thunk/ppb_websocket_thunk.cc', | 233 'thunk/ppb_websocket_thunk.cc', |
| 234 'thunk/ppb_widget_api.h', | 234 'thunk/ppb_widget_api.h', |
| 235 'thunk/ppb_widget_thunk.cc', | 235 'thunk/ppb_widget_thunk.cc', |
| 236 'thunk/ppb_zoom_thunk.cc', | 236 'thunk/ppb_zoom_thunk.cc', |
| 237 'thunk/thunk.h', | 237 'thunk/thunk.h', |
| 238 ], | 238 ], |
| 239 }, | 239 }, |
| 240 ], | 240 ], |
| 241 } | 241 } |
| OLD | NEW |