| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'public/common/gpu_info.cc', | 47 'public/common/gpu_info.cc', |
| 48 'public/common/gpu_info.h', | 48 'public/common/gpu_info.h', |
| 49 'public/common/main_function_params.h', | 49 'public/common/main_function_params.h', |
| 50 'public/common/page_transition_types.cc', | 50 'public/common/page_transition_types.cc', |
| 51 'public/common/page_transition_types.h', | 51 'public/common/page_transition_types.h', |
| 52 'public/common/page_type.h', | 52 'public/common/page_type.h', |
| 53 'public/common/page_zoom.h', | 53 'public/common/page_zoom.h', |
| 54 'public/common/pepper_plugin_info.cc', | 54 'public/common/pepper_plugin_info.cc', |
| 55 'public/common/pepper_plugin_info.h', | 55 'public/common/pepper_plugin_info.h', |
| 56 'public/common/process_type.h', | 56 'public/common/process_type.h', |
| 57 'public/common/referrer.h', |
| 57 'public/common/renderer_preferences.cc', | 58 'public/common/renderer_preferences.cc', |
| 58 'public/common/renderer_preferences.h', | 59 'public/common/renderer_preferences.h', |
| 59 'public/common/resource_dispatcher_delegate.h', | 60 'public/common/resource_dispatcher_delegate.h', |
| 60 'public/common/resource_response.h', | 61 'public/common/resource_response.h', |
| 61 'public/common/result_codes.h', | 62 'public/common/result_codes.h', |
| 62 'public/common/sandbox_init.h', | 63 'public/common/sandbox_init.h', |
| 63 'public/common/sandbox_type_mac.h', | 64 'public/common/sandbox_type_mac.h', |
| 64 'public/common/security_style.h', | 65 'public/common/security_style.h', |
| 65 'public/common/serialized_script_value.cc', | 66 'public/common/serialized_script_value.cc', |
| 66 'public/common/serialized_script_value.h', | 67 'public/common/serialized_script_value.h', |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 ], | 320 ], |
| 320 'link_settings': { | 321 'link_settings': { |
| 321 'libraries': [ | 322 'libraries': [ |
| 322 '-lEGL', | 323 '-lEGL', |
| 323 '-lGLESv2', | 324 '-lGLESv2', |
| 324 ], | 325 ], |
| 325 }, | 326 }, |
| 326 }], | 327 }], |
| 327 ], | 328 ], |
| 328 } | 329 } |
| OLD | NEW |