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/chrome_application_mac.h', | 85 'common/chrome_application_mac.h', |
86 'common/chrome_application_mac.mm', | 86 'common/chrome_application_mac.mm', |
87 'common/chrome_descriptors.h', | 87 'common/chrome_descriptors.h', |
88 'common/clipboard_messages.h', | 88 'common/clipboard_messages.h', |
89 'common/content_message_generator.cc', | 89 'common/content_message_generator.cc', |
90 'common/content_message_generator.h', | 90 'common/content_message_generator.h', |
91 'common/content_export.h', | 91 'common/content_export.h', |
92 'common/content_counters.cc', | 92 'common/content_counters.cc', |
93 'common/content_counters.h', | 93 'common/content_counters.h', |
94 'common/content_paths.cc', | 94 'common/content_paths.cc', |
| 95 'common/content_webkitplatformsupport_impl.cc', |
| 96 'common/content_webkitplatformsupport_impl.h', |
95 'common/css_colors.h', | 97 'common/css_colors.h', |
96 'common/database_messages.h', | 98 'common/database_messages.h', |
97 'common/database_util.cc', | 99 'common/database_util.cc', |
98 'common/database_util.h', | 100 'common/database_util.h', |
99 'common/db_message_filter.cc', | 101 'common/db_message_filter.cc', |
100 'common/db_message_filter.h', | 102 'common/db_message_filter.h', |
101 'common/debug_flags.cc', | 103 'common/debug_flags.cc', |
102 'common/debug_flags.h', | 104 'common/debug_flags.h', |
103 'common/desktop_notification_messages.h', | 105 'common/desktop_notification_messages.h', |
104 'common/device_orientation_messages.h', | 106 'common/device_orientation_messages.h', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 ], | 333 ], |
332 'link_settings': { | 334 'link_settings': { |
333 'libraries': [ | 335 'libraries': [ |
334 '-lEGL', | 336 '-lEGL', |
335 '-lGLESv2', | 337 '-lGLESv2', |
336 ], | 338 ], |
337 }, | 339 }, |
338 }], | 340 }], |
339 ], | 341 ], |
340 } | 342 } |
OLD | NEW |