| 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 26 matching lines...) Expand all Loading... |
| 37 'public/common/dx_diag_node.h', | 37 'public/common/dx_diag_node.h', |
| 38 'public/common/gpu_info.cc', | 38 'public/common/gpu_info.cc', |
| 39 'public/common/gpu_info.h', | 39 'public/common/gpu_info.h', |
| 40 'public/common/page_transition_types.cc', | 40 'public/common/page_transition_types.cc', |
| 41 'public/common/page_transition_types.h', | 41 'public/common/page_transition_types.h', |
| 42 'public/common/page_type.h', | 42 'public/common/page_type.h', |
| 43 'public/common/pepper_plugin_info.cc', | 43 'public/common/pepper_plugin_info.cc', |
| 44 'public/common/pepper_plugin_info.h', | 44 'public/common/pepper_plugin_info.h', |
| 45 'public/common/resource_dispatcher_delegate.h', | 45 'public/common/resource_dispatcher_delegate.h', |
| 46 'public/common/result_codes.h', | 46 'public/common/result_codes.h', |
| 47 'public/common/sandbox_init.h', |
| 47 'public/common/security_style.h', | 48 'public/common/security_style.h', |
| 48 'public/common/serialized_script_value.cc', | 49 'public/common/serialized_script_value.cc', |
| 49 'public/common/serialized_script_value.h', | 50 'public/common/serialized_script_value.h', |
| 50 'public/common/url_constants.cc', | 51 'public/common/url_constants.cc', |
| 51 'public/common/url_constants.h', | 52 'public/common/url_constants.h', |
| 52 'public/common/url_fetcher.h', | 53 'public/common/url_fetcher.h', |
| 53 'public/common/url_fetcher_delegate.h', | 54 'public/common/url_fetcher_delegate.h', |
| 54 'public/common/url_fetcher_factory.h', | 55 'public/common/url_fetcher_factory.h', |
| 55 'public/common/view_types.h', | 56 'public/common/view_types.h', |
| 56 'public/common/zygote_fork_delegate_linux.h', | 57 'public/common/zygote_fork_delegate_linux.h', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'common/quota_dispatcher.h', | 199 'common/quota_dispatcher.h', |
| 199 'common/renderer_preferences.cc', | 200 'common/renderer_preferences.cc', |
| 200 'common/renderer_preferences.h', | 201 'common/renderer_preferences.h', |
| 201 'common/request_extra_data.cc', | 202 'common/request_extra_data.cc', |
| 202 'common/request_extra_data.h', | 203 'common/request_extra_data.h', |
| 203 'common/resource_dispatcher.cc', | 204 'common/resource_dispatcher.cc', |
| 204 'common/resource_dispatcher.h', | 205 'common/resource_dispatcher.h', |
| 205 'common/resource_messages.h', | 206 'common/resource_messages.h', |
| 206 'common/resource_response.cc', | 207 'common/resource_response.cc', |
| 207 'common/resource_response.h', | 208 'common/resource_response.h', |
| 208 'common/sandbox_init_wrapper.h', | 209 'common/sandbox_init_mac.cc', |
| 209 'common/sandbox_init_wrapper_linux.cc', | 210 'common/sandbox_init_win.cc', |
| 210 'common/sandbox_init_wrapper_mac.cc', | |
| 211 'common/sandbox_init_wrapper_win.cc', | |
| 212 'common/sandbox_mac.h', | 211 'common/sandbox_mac.h', |
| 213 'common/sandbox_mac.mm', | 212 'common/sandbox_mac.mm', |
| 214 'common/sandbox_methods_linux.h', | 213 'common/sandbox_methods_linux.h', |
| 215 'common/sandbox_policy.cc', | 214 'common/sandbox_policy.cc', |
| 216 'common/sandbox_policy.h', | 215 'common/sandbox_policy.h', |
| 217 'common/section_util_win.cc', | 216 'common/section_util_win.cc', |
| 218 'common/section_util_win.h', | 217 'common/section_util_win.h', |
| 219 'common/sensors.h', | 218 'common/sensors.h', |
| 220 'common/sensors_listener.h', | 219 'common/sensors_listener.h', |
| 221 'common/set_process_title.cc', | 220 'common/set_process_title.cc', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 ], | 325 ], |
| 327 'link_settings': { | 326 'link_settings': { |
| 328 'libraries': [ | 327 'libraries': [ |
| 329 '-lEGL', | 328 '-lEGL', |
| 330 '-lGLESv2', | 329 '-lGLESv2', |
| 331 ], | 330 ], |
| 332 }, | 331 }, |
| 333 }], | 332 }], |
| 334 ], | 333 ], |
| 335 } | 334 } |
| OLD | NEW |