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