| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 'common/child_process_messages.h', | 39 'common/child_process_messages.h', |
| 40 'common/child_thread.cc', | 40 'common/child_thread.cc', |
| 41 'common/child_thread.h', | 41 'common/child_thread.h', |
| 42 'common/child_trace_message_filter.cc', | 42 'common/child_trace_message_filter.cc', |
| 43 'common/child_trace_message_filter.h', | 43 'common/child_trace_message_filter.h', |
| 44 'common/chrome_application_mac.h', | 44 'common/chrome_application_mac.h', |
| 45 'common/chrome_application_mac.mm', | 45 'common/chrome_application_mac.mm', |
| 46 'common/chrome_descriptors.h', | 46 'common/chrome_descriptors.h', |
| 47 'common/clipboard_messages.h', | 47 'common/clipboard_messages.h', |
| 48 'common/common_param_traits.cc', | 48 'common/common_param_traits.cc', |
| 49 'common/common_param_traits2.cc', |
| 49 'common/common_param_traits.h', | 50 'common/common_param_traits.h', |
| 50 'common/content_message_generator.cc', | 51 'common/content_message_generator.cc', |
| 51 'common/content_message_generator.h', | 52 'common/content_message_generator.h', |
| 52 'common/content_client.cc', | 53 'common/content_client.cc', |
| 53 'common/content_client.h', | 54 'common/content_client.h', |
| 54 'common/content_constants.cc', | 55 'common/content_constants.cc', |
| 55 'common/content_constants.h', | 56 'common/content_constants.h', |
| 56 'common/content_paths.cc', | 57 'common/content_paths.cc', |
| 57 'common/content_paths.h', | 58 'common/content_paths.h', |
| 58 'common/content_switches.cc', | 59 'common/content_switches.cc', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 }], | 273 }], |
| 273 ['enable_gpu==1', { | 274 ['enable_gpu==1', { |
| 274 'dependencies': [ | 275 'dependencies': [ |
| 275 '../gpu/gpu.gyp:command_buffer_service', | 276 '../gpu/gpu.gyp:command_buffer_service', |
| 276 ], | 277 ], |
| 277 }], | 278 }], |
| 278 ], | 279 ], |
| 279 }, | 280 }, |
| 280 ], | 281 ], |
| 281 } | 282 } |
| OLD | NEW |