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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'public/common/show_desktop_notification_params.cc', | 64 'public/common/show_desktop_notification_params.cc', |
65 'public/common/show_desktop_notification_params.h', | 65 'public/common/show_desktop_notification_params.h', |
66 'public/common/speech_input_result.cc', | 66 'public/common/speech_input_result.cc', |
67 'public/common/speech_input_result.h', | 67 'public/common/speech_input_result.h', |
68 'public/common/stop_find_action.h', | 68 'public/common/stop_find_action.h', |
69 'public/common/url_constants.cc', | 69 'public/common/url_constants.cc', |
70 'public/common/url_constants.h', | 70 'public/common/url_constants.h', |
71 'public/common/url_fetcher.h', | 71 'public/common/url_fetcher.h', |
72 'public/common/url_fetcher_delegate.h', | 72 'public/common/url_fetcher_delegate.h', |
73 'public/common/url_fetcher_factory.h', | 73 'public/common/url_fetcher_factory.h', |
74 'public/common/view_types.h', | 74 'public/common/view_type.h', |
75 'public/common/zygote_fork_delegate_linux.h', | 75 'public/common/zygote_fork_delegate_linux.h', |
76 'common/appcache/appcache_backend_proxy.cc', | 76 'common/appcache/appcache_backend_proxy.cc', |
77 'common/appcache/appcache_backend_proxy.h', | 77 'common/appcache/appcache_backend_proxy.h', |
78 'common/appcache/appcache_dispatcher.cc', | 78 'common/appcache/appcache_dispatcher.cc', |
79 'common/appcache/appcache_dispatcher.h', | 79 'common/appcache/appcache_dispatcher.h', |
80 'common/appcache_messages.h', | 80 'common/appcache_messages.h', |
81 'common/child_process.cc', | 81 'common/child_process.cc', |
82 'common/child_process.h', | 82 'common/child_process.h', |
83 'common/child_process_host.cc', | 83 'common/child_process_host.cc', |
84 'common/child_process_host.h', | 84 'common/child_process_host.h', |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 ], | 313 ], |
314 'link_settings': { | 314 'link_settings': { |
315 'libraries': [ | 315 'libraries': [ |
316 '-lEGL', | 316 '-lEGL', |
317 '-lGLESv2', | 317 '-lGLESv2', |
318 ], | 318 ], |
319 }, | 319 }, |
320 }], | 320 }], |
321 ], | 321 ], |
322 } | 322 } |
OLD | NEW |