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/renderer_preferences.cc', |
| 51 'public/common/renderer_preferences.h', |
50 'public/common/resource_dispatcher_delegate.h', | 52 'public/common/resource_dispatcher_delegate.h', |
51 'public/common/result_codes.h', | 53 'public/common/result_codes.h', |
52 'public/common/sandbox_init.h', | 54 'public/common/sandbox_init.h', |
53 'public/common/security_style.h', | 55 'public/common/security_style.h', |
54 'public/common/serialized_script_value.cc', | 56 'public/common/serialized_script_value.cc', |
55 'public/common/serialized_script_value.h', | 57 'public/common/serialized_script_value.h', |
56 'public/common/url_constants.cc', | 58 'public/common/url_constants.cc', |
57 'public/common/url_constants.h', | 59 'public/common/url_constants.h', |
58 'public/common/url_fetcher.h', | 60 'public/common/url_fetcher.h', |
59 'public/common/url_fetcher_delegate.h', | 61 'public/common/url_fetcher_delegate.h', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'common/plugin_messages.h', | 193 'common/plugin_messages.h', |
192 'common/process_watcher.h', | 194 'common/process_watcher.h', |
193 'common/process_watcher_mac.cc', | 195 'common/process_watcher_mac.cc', |
194 'common/process_watcher_posix.cc', | 196 'common/process_watcher_posix.cc', |
195 'common/process_watcher_win.cc', | 197 'common/process_watcher_win.cc', |
196 'common/property_bag.cc', | 198 'common/property_bag.cc', |
197 'common/property_bag.h', | 199 'common/property_bag.h', |
198 'common/quota_messages.h', | 200 'common/quota_messages.h', |
199 'common/quota_dispatcher.cc', | 201 'common/quota_dispatcher.cc', |
200 'common/quota_dispatcher.h', | 202 'common/quota_dispatcher.h', |
201 'common/renderer_preferences.cc', | |
202 'common/renderer_preferences.h', | |
203 'common/request_extra_data.cc', | 203 'common/request_extra_data.cc', |
204 'common/request_extra_data.h', | 204 'common/request_extra_data.h', |
205 'common/resource_dispatcher.cc', | 205 'common/resource_dispatcher.cc', |
206 'common/resource_dispatcher.h', | 206 'common/resource_dispatcher.h', |
207 'common/resource_messages.h', | 207 'common/resource_messages.h', |
208 'common/resource_response.cc', | 208 'common/resource_response.cc', |
209 'common/resource_response.h', | 209 'common/resource_response.h', |
210 'common/sandbox_init_mac.cc', | 210 'common/sandbox_init_mac.cc', |
211 'common/sandbox_init_win.cc', | 211 'common/sandbox_init_win.cc', |
212 'common/sandbox_mac.h', | 212 'common/sandbox_mac.h', |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 ], | 326 ], |
327 'link_settings': { | 327 'link_settings': { |
328 'libraries': [ | 328 'libraries': [ |
329 '-lEGL', | 329 '-lEGL', |
330 '-lGLESv2', | 330 '-lGLESv2', |
331 ], | 331 ], |
332 }, | 332 }, |
333 }], | 333 }], |
334 ], | 334 ], |
335 } | 335 } |
OLD | NEW |