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 20 matching lines...) Expand all Loading... |
31 'public/common/bindings_policy.h', | 31 'public/common/bindings_policy.h', |
32 'public/common/child_process_sandbox_support_linux.h', | 32 'public/common/child_process_sandbox_support_linux.h', |
33 'public/common/content_constants.cc', | 33 'public/common/content_constants.cc', |
34 'public/common/content_constants.h', | 34 'public/common/content_constants.h', |
35 'public/common/content_paths.h', | 35 'public/common/content_paths.h', |
36 'public/common/content_restriction.h', | 36 'public/common/content_restriction.h', |
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/file_chooser_params.cc', |
| 42 'public/common/file_chooser_params.h', |
41 'public/common/frame_navigate_params.cc', | 43 'public/common/frame_navigate_params.cc', |
42 'public/common/frame_navigate_params.h', | 44 'public/common/frame_navigate_params.h', |
43 'public/common/gpu_info.cc', | 45 'public/common/gpu_info.cc', |
44 'public/common/gpu_info.h', | 46 'public/common/gpu_info.h', |
45 'public/common/main_function_params.h', | 47 'public/common/main_function_params.h', |
46 'public/common/page_transition_types.cc', | 48 'public/common/page_transition_types.cc', |
47 'public/common/page_transition_types.h', | 49 'public/common/page_transition_types.h', |
48 'public/common/page_type.h', | 50 'public/common/page_type.h', |
49 'public/common/page_zoom.h', | 51 'public/common/page_zoom.h', |
50 'public/common/pepper_plugin_info.cc', | 52 'public/common/pepper_plugin_info.cc', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 ], | 335 ], |
334 'link_settings': { | 336 'link_settings': { |
335 'libraries': [ | 337 'libraries': [ |
336 '-lEGL', | 338 '-lEGL', |
337 '-lGLESv2', | 339 '-lGLESv2', |
338 ], | 340 ], |
339 }, | 341 }, |
340 }], | 342 }], |
341 ], | 343 ], |
342 } | 344 } |
OLD | NEW |