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