| 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/content_switches.cc', | 37 'public/common/content_switches.cc', |
| 38 'public/common/content_switches.h', | 38 'public/common/content_switches.h', |
| 39 'public/common/dx_diag_node.cc', | 39 'public/common/dx_diag_node.cc', |
| 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.cc', |
| 47 'public/common/page_zoom.h', | 48 'public/common/page_zoom.h', |
| 48 'public/common/pepper_plugin_info.cc', | 49 'public/common/pepper_plugin_info.cc', |
| 49 'public/common/pepper_plugin_info.h', | 50 'public/common/pepper_plugin_info.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', |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 ], | 328 ], |
| 328 'link_settings': { | 329 'link_settings': { |
| 329 'libraries': [ | 330 'libraries': [ |
| 330 '-lEGL', | 331 '-lEGL', |
| 331 '-lGLESv2', | 332 '-lGLESv2', |
| 332 ], | 333 ], |
| 333 }, | 334 }, |
| 334 }], | 335 }], |
| 335 ], | 336 ], |
| 336 } | 337 } |
| OLD | NEW |