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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'common/child_process_host.h', | 85 'common/child_process_host.h', |
86 'common/child_process_info.cc', | 86 'common/child_process_info.cc', |
87 'common/child_process_info.h', | 87 'common/child_process_info.h', |
88 'common/child_process_messages.h', | 88 'common/child_process_messages.h', |
89 'common/child_process_sandbox_support_impl_linux.cc', | 89 'common/child_process_sandbox_support_impl_linux.cc', |
90 'common/child_process_sandbox_support_impl_linux.h', | 90 'common/child_process_sandbox_support_impl_linux.h', |
91 'common/child_thread.cc', | 91 'common/child_thread.cc', |
92 'common/child_thread.h', | 92 'common/child_thread.h', |
93 'common/child_trace_message_filter.cc', | 93 'common/child_trace_message_filter.cc', |
94 'common/child_trace_message_filter.h', | 94 'common/child_trace_message_filter.h', |
95 'common/chrome_application_mac.h', | |
96 'common/chrome_application_mac.mm', | |
97 'common/chrome_descriptors.h', | 95 'common/chrome_descriptors.h', |
98 'common/clipboard_messages.h', | 96 'common/clipboard_messages.h', |
99 'common/content_message_generator.cc', | 97 'common/content_message_generator.cc', |
100 'common/content_message_generator.h', | 98 'common/content_message_generator.h', |
101 'common/content_export.h', | 99 'common/content_export.h', |
102 'common/content_counters.cc', | 100 'common/content_counters.cc', |
103 'common/content_counters.h', | 101 'common/content_counters.h', |
104 'common/content_paths.cc', | 102 'common/content_paths.cc', |
105 'common/css_colors.h', | 103 'common/css_colors.h', |
106 'common/database_messages.h', | 104 'common/database_messages.h', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 ], | 317 ], |
320 'link_settings': { | 318 'link_settings': { |
321 'libraries': [ | 319 'libraries': [ |
322 '-lEGL', | 320 '-lEGL', |
323 '-lGLESv2', | 321 '-lGLESv2', |
324 ], | 322 ], |
325 }, | 323 }, |
326 }], | 324 }], |
327 ], | 325 ], |
328 } | 326 } |
OLD | NEW |