| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 'common/child_process_logging.h', | 35 'common/child_process_logging.h', |
| 36 'common/child_process_logging_linux.cc', | 36 'common/child_process_logging_linux.cc', |
| 37 'common/child_process_logging_mac.mm', | 37 'common/child_process_logging_mac.mm', |
| 38 'common/child_process_logging_win.cc', | 38 'common/child_process_logging_win.cc', |
| 39 'common/child_thread.cc', | 39 'common/child_thread.cc', |
| 40 'common/child_thread.h', | 40 'common/child_thread.h', |
| 41 'common/chrome_counters.cc', | 41 'common/chrome_counters.cc', |
| 42 'common/chrome_counters.h', | 42 'common/chrome_counters.h', |
| 43 'common/common_param_traits.cc', | 43 'common/common_param_traits.cc', |
| 44 'common/common_param_traits.h', | 44 'common/common_param_traits.h', |
| 45 'common/content_settings.cc', |
| 46 'common/content_settings.h', |
| 47 'common/content_settings_types.h', |
| 45 'common/debug_flags.cc', | 48 'common/debug_flags.cc', |
| 46 'common/debug_flags.h', | 49 'common/debug_flags.h', |
| 47 'common/devtools_messages.h', | 50 'common/devtools_messages.h', |
| 48 'common/devtools_messages_internal.h', | 51 'common/devtools_messages_internal.h', |
| 49 'common/geoposition.cc', | 52 'common/geoposition.cc', |
| 50 'common/geoposition.h', | 53 'common/geoposition.h', |
| 51 'common/gpu_messages.h', | 54 'common/gpu_messages.h', |
| 52 'common/gpu_messages_internal.h', | 55 'common/gpu_messages_internal.h', |
| 53 'common/io_surface_support_mac.cc', | 56 'common/io_surface_support_mac.cc', |
| 54 'common/io_surface_support_mac.h', | 57 'common/io_surface_support_mac.h', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'common/automation_constants.h', | 192 'common/automation_constants.h', |
| 190 'common/chrome_descriptors.h', | 193 'common/chrome_descriptors.h', |
| 191 'common/chrome_plugin_api.h', | 194 'common/chrome_plugin_api.h', |
| 192 'common/chrome_plugin_lib.cc', | 195 'common/chrome_plugin_lib.cc', |
| 193 'common/chrome_plugin_lib.h', | 196 'common/chrome_plugin_lib.h', |
| 194 'common/chrome_plugin_util.cc', | 197 'common/chrome_plugin_util.cc', |
| 195 'common/chrome_plugin_util.h', | 198 'common/chrome_plugin_util.h', |
| 196 'common/command_buffer_messages.h', | 199 'common/command_buffer_messages.h', |
| 197 'common/command_buffer_messages_internal.h', | 200 'common/command_buffer_messages_internal.h', |
| 198 'common/common_glue.cc', | 201 'common/common_glue.cc', |
| 199 'common/content_settings.h' | |
| 200 'common/content_settings_types.h', | |
| 201 'common/css_colors.h', | 202 'common/css_colors.h', |
| 202 'common/db_message_filter.cc', | 203 'common/db_message_filter.cc', |
| 203 'common/db_message_filter.h', | 204 'common/db_message_filter.h', |
| 204 'common/dom_storage_common.h', | 205 'common/dom_storage_common.h', |
| 205 'common/filter_policy.h', | 206 'common/filter_policy.h', |
| 206 'common/gears_api.h', | 207 'common/gears_api.h', |
| 207 'common/gpu_plugin.cc', | 208 'common/gpu_plugin.cc', |
| 208 'common/gpu_plugin.h', | 209 'common/gpu_plugin.h', |
| 209 'common/jstemplate_builder.cc', | 210 'common/jstemplate_builder.cc', |
| 210 'common/jstemplate_builder.h', | 211 'common/jstemplate_builder.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'configurations': { | 365 'configurations': { |
| 365 'Common_Base': { | 366 'Common_Base': { |
| 366 'msvs_target_platform': 'x64', | 367 'msvs_target_platform': 'x64', |
| 367 }, | 368 }, |
| 368 }, | 369 }, |
| 369 }, | 370 }, |
| 370 ], | 371 ], |
| 371 }], | 372 }], |
| 372 ], | 373 ], |
| 373 } | 374 } |
| OLD | NEW |