| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'content_common', | 8 'target_name': 'content_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'common/socket_stream_dispatcher.h', | 220 'common/socket_stream_dispatcher.h', |
| 221 'common/socket_stream_messages.h', | 221 'common/socket_stream_messages.h', |
| 222 'common/speech_input_messages.h', | 222 'common/speech_input_messages.h', |
| 223 'common/speech_input_result.h', | 223 'common/speech_input_result.h', |
| 224 'common/swapped_out_messages.cc', | 224 'common/swapped_out_messages.cc', |
| 225 'common/swapped_out_messages.h', | 225 'common/swapped_out_messages.h', |
| 226 'common/unix_domain_socket_posix.cc', | 226 'common/unix_domain_socket_posix.cc', |
| 227 'common/unix_domain_socket_posix.h', | 227 'common/unix_domain_socket_posix.h', |
| 228 'common/url_constants.cc', | 228 'common/url_constants.cc', |
| 229 'common/url_constants.h', | 229 'common/url_constants.h', |
| 230 'common/url_fetcher.cc', |
| 231 'common/url_fetcher.h', |
| 230 'common/video_capture_messages.h', | 232 'common/video_capture_messages.h', |
| 231 'common/view_messages.h', | 233 'common/view_messages.h', |
| 232 'common/view_types.cc', | 234 'common/view_types.cc', |
| 233 'common/view_types.h', | 235 'common/view_types.h', |
| 234 'common/web_database_observer_impl.cc', | 236 'common/web_database_observer_impl.cc', |
| 235 'common/web_database_observer_impl.h', | 237 'common/web_database_observer_impl.h', |
| 236 'common/webblobregistry_impl.cc', | 238 'common/webblobregistry_impl.cc', |
| 237 'common/webblobregistry_impl.h', | 239 'common/webblobregistry_impl.h', |
| 238 'common/webblob_messages.h', | 240 'common/webblob_messages.h', |
| 239 'common/webkit_param_traits.cc', | 241 'common/webkit_param_traits.cc', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'libraries': [ | 315 'libraries': [ |
| 314 '-lEGL', | 316 '-lEGL', |
| 315 '-lGLESv2', | 317 '-lGLESv2', |
| 316 ], | 318 ], |
| 317 }, | 319 }, |
| 318 }], | 320 }], |
| 319 ], | 321 ], |
| 320 }, | 322 }, |
| 321 ], | 323 ], |
| 322 } | 324 } |
| OLD | NEW |