| 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': 'ppapi_shared', | 8 'target_name': 'ppapi_shared', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 'shared_impl/input_event_impl.cc', | 40 'shared_impl/input_event_impl.cc', |
| 41 'shared_impl/input_event_impl.h', | 41 'shared_impl/input_event_impl.h', |
| 42 'shared_impl/instance_impl.cc', | 42 'shared_impl/instance_impl.cc', |
| 43 'shared_impl/instance_impl.h', | 43 'shared_impl/instance_impl.h', |
| 44 'shared_impl/ppapi_preferences.cc', | 44 'shared_impl/ppapi_preferences.cc', |
| 45 'shared_impl/ppapi_preferences.h', | 45 'shared_impl/ppapi_preferences.h', |
| 46 'shared_impl/ppp_instance_combined.cc', | 46 'shared_impl/ppp_instance_combined.cc', |
| 47 'shared_impl/ppp_instance_combined.h', | 47 'shared_impl/ppp_instance_combined.h', |
| 48 'shared_impl/resource_object_base.cc', | 48 'shared_impl/resource_object_base.cc', |
| 49 'shared_impl/resource_object_base.h', | 49 'shared_impl/resource_object_base.h', |
| 50 'shared_impl/time_conversion.cc', |
| 51 'shared_impl/time_conversion.h', |
| 50 'shared_impl/tracker_base.cc', | 52 'shared_impl/tracker_base.cc', |
| 51 'shared_impl/tracker_base.h', | 53 'shared_impl/tracker_base.h', |
| 52 'shared_impl/url_util_impl.cc', | 54 'shared_impl/url_util_impl.cc', |
| 53 'shared_impl/url_util_impl.h', | 55 'shared_impl/url_util_impl.h', |
| 54 'shared_impl/webkit_forwarding.cc', | 56 'shared_impl/webkit_forwarding.cc', |
| 55 'shared_impl/webkit_forwarding.h', | 57 'shared_impl/webkit_forwarding.h', |
| 56 | 58 |
| 57 'thunk/common.h', | 59 'thunk/common.h', |
| 58 'thunk/common.cc', | 60 'thunk/common.cc', |
| 59 'thunk/enter.h', | 61 'thunk/enter.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'thunk/ppb_video_layer_api.h', | 133 'thunk/ppb_video_layer_api.h', |
| 132 'thunk/ppb_video_layer_thunk.cc', | 134 'thunk/ppb_video_layer_thunk.cc', |
| 133 'thunk/ppb_widget_api.h', | 135 'thunk/ppb_widget_api.h', |
| 134 'thunk/ppb_widget_thunk.cc', | 136 'thunk/ppb_widget_thunk.cc', |
| 135 'thunk/ppb_zoom_thunk.cc', | 137 'thunk/ppb_zoom_thunk.cc', |
| 136 'thunk/thunk.h', | 138 'thunk/thunk.h', |
| 137 ], | 139 ], |
| 138 }, | 140 }, |
| 139 ], | 141 ], |
| 140 } | 142 } |
| OLD | NEW |