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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'common/chrome_application_mac.h', | 87 'common/chrome_application_mac.h', |
88 'common/chrome_application_mac.mm', | 88 'common/chrome_application_mac.mm', |
89 'common/chrome_descriptors.h', | 89 'common/chrome_descriptors.h', |
90 'common/clipboard_messages.h', | 90 'common/clipboard_messages.h', |
91 'common/content_message_generator.cc', | 91 'common/content_message_generator.cc', |
92 'common/content_message_generator.h', | 92 'common/content_message_generator.h', |
93 'common/content_export.h', | 93 'common/content_export.h', |
94 'common/content_counters.cc', | 94 'common/content_counters.cc', |
95 'common/content_counters.h', | 95 'common/content_counters.h', |
96 'common/content_paths.cc', | 96 'common/content_paths.cc', |
| 97 'common/content_webkitplatformsupport_impl.cc', |
| 98 'common/content_webkitplatformsupport_impl.h', |
97 'common/css_colors.h', | 99 'common/css_colors.h', |
98 'common/database_messages.h', | 100 'common/database_messages.h', |
99 'common/database_util.cc', | 101 'common/database_util.cc', |
100 'common/database_util.h', | 102 'common/database_util.h', |
101 'common/db_message_filter.cc', | 103 'common/db_message_filter.cc', |
102 'common/db_message_filter.h', | 104 'common/db_message_filter.h', |
103 'common/debug_flags.cc', | 105 'common/debug_flags.cc', |
104 'common/debug_flags.h', | 106 'common/debug_flags.h', |
105 'common/desktop_notification_messages.h', | 107 'common/desktop_notification_messages.h', |
106 'common/device_orientation_messages.h', | 108 'common/device_orientation_messages.h', |
(...skipping 226 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 |