| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
| 10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 'public/common/dx_diag_node.h', | 40 'public/common/dx_diag_node.h', |
| 41 'public/common/gpu_info.cc', | 41 'public/common/gpu_info.cc', |
| 42 'public/common/gpu_info.h', | 42 'public/common/gpu_info.h', |
| 43 'public/common/main_function_params.h', | 43 'public/common/main_function_params.h', |
| 44 'public/common/page_transition_types.cc', | 44 'public/common/page_transition_types.cc', |
| 45 'public/common/page_transition_types.h', | 45 'public/common/page_transition_types.h', |
| 46 'public/common/page_type.h', | 46 'public/common/page_type.h', |
| 47 'public/common/page_zoom.h', | 47 'public/common/page_zoom.h', |
| 48 'public/common/pepper_plugin_info.cc', | 48 'public/common/pepper_plugin_info.cc', |
| 49 'public/common/pepper_plugin_info.h', | 49 'public/common/pepper_plugin_info.h', |
| 50 'public/common/referrer.h', |
| 50 'public/common/renderer_preferences.cc', | 51 'public/common/renderer_preferences.cc', |
| 51 'public/common/renderer_preferences.h', | 52 'public/common/renderer_preferences.h', |
| 52 'public/common/resource_dispatcher_delegate.h', | 53 'public/common/resource_dispatcher_delegate.h', |
| 53 'public/common/result_codes.h', | 54 'public/common/result_codes.h', |
| 54 'public/common/sandbox_init.h', | 55 'public/common/sandbox_init.h', |
| 55 'public/common/security_style.h', | 56 'public/common/security_style.h', |
| 56 'public/common/serialized_script_value.cc', | 57 'public/common/serialized_script_value.cc', |
| 57 'public/common/serialized_script_value.h', | 58 'public/common/serialized_script_value.h', |
| 58 'public/common/show_desktop_notification_params.cc', | 59 'public/common/show_desktop_notification_params.cc', |
| 59 'public/common/show_desktop_notification_params.h', | 60 'public/common/show_desktop_notification_params.h', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'common/plugin_messages.h', | 199 'common/plugin_messages.h', |
| 199 'common/process_watcher.h', | 200 'common/process_watcher.h', |
| 200 'common/process_watcher_mac.cc', | 201 'common/process_watcher_mac.cc', |
| 201 'common/process_watcher_posix.cc', | 202 'common/process_watcher_posix.cc', |
| 202 'common/process_watcher_win.cc', | 203 'common/process_watcher_win.cc', |
| 203 'common/property_bag.cc', | 204 'common/property_bag.cc', |
| 204 'common/property_bag.h', | 205 'common/property_bag.h', |
| 205 'common/quota_messages.h', | 206 'common/quota_messages.h', |
| 206 'common/quota_dispatcher.cc', | 207 'common/quota_dispatcher.cc', |
| 207 'common/quota_dispatcher.h', | 208 'common/quota_dispatcher.h', |
| 209 'common/referrer.cc', |
| 208 'common/request_extra_data.cc', | 210 'common/request_extra_data.cc', |
| 209 'common/request_extra_data.h', | 211 'common/request_extra_data.h', |
| 210 'common/resource_dispatcher.cc', | 212 'common/resource_dispatcher.cc', |
| 211 'common/resource_dispatcher.h', | 213 'common/resource_dispatcher.h', |
| 212 'common/resource_messages.h', | 214 'common/resource_messages.h', |
| 213 'common/resource_response.cc', | 215 'common/resource_response.cc', |
| 214 'common/resource_response.h', | 216 'common/resource_response.h', |
| 215 'common/sandbox_init_mac.cc', | 217 'common/sandbox_init_mac.cc', |
| 216 'common/sandbox_init_win.cc', | 218 'common/sandbox_init_win.cc', |
| 217 'common/sandbox_mac.h', | 219 'common/sandbox_mac.h', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 ], | 333 ], |
| 332 'link_settings': { | 334 'link_settings': { |
| 333 'libraries': [ | 335 'libraries': [ |
| 334 '-lEGL', | 336 '-lEGL', |
| 335 '-lGLESv2', | 337 '-lGLESv2', |
| 336 ], | 338 ], |
| 337 }, | 339 }, |
| 338 }], | 340 }], |
| 339 ], | 341 ], |
| 340 } | 342 } |
| OLD | NEW |