| 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 '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 13 matching lines...) Expand all Loading... |
| 24 # platforms, including both 32-bit and 64-bit Windows. | 24 # platforms, including both 32-bit and 64-bit Windows. |
| 25 # Test files are not included. | 25 # Test files are not included. |
| 26 'common/about_handler.cc', | 26 'common/about_handler.cc', |
| 27 'common/about_handler.h', | 27 'common/about_handler.h', |
| 28 'common/app_mode_common_mac.h', | 28 'common/app_mode_common_mac.h', |
| 29 'common/app_mode_common_mac.mm', | 29 'common/app_mode_common_mac.mm', |
| 30 'common/attrition_experiments.h', | 30 'common/attrition_experiments.h', |
| 31 'common/auto_start_linux.cc', | 31 'common/auto_start_linux.cc', |
| 32 'common/auto_start_linux.h', | 32 'common/auto_start_linux.h', |
| 33 'common/autofill_messages.h', | 33 'common/autofill_messages.h', |
| 34 'common/bindings_policy.h', | |
| 35 'common/child_process_logging.h', | 34 'common/child_process_logging.h', |
| 36 'common/child_process_logging_linux.cc', | 35 'common/child_process_logging_linux.cc', |
| 37 'common/child_process_logging_mac.mm', | 36 'common/child_process_logging_mac.mm', |
| 38 'common/child_process_logging_win.cc', | 37 'common/child_process_logging_win.cc', |
| 39 'common/chrome_counters.cc', | 38 'common/chrome_counters.cc', |
| 40 'common/chrome_counters.h', | 39 'common/chrome_counters.h', |
| 41 'common/chrome_version_info.cc', | 40 'common/chrome_version_info.cc', |
| 42 'common/chrome_version_info.h', | 41 'common/chrome_version_info.h', |
| 43 'common/content_restriction.h', | 42 'common/content_restriction.h', |
| 44 'common/content_settings.cc', | 43 'common/content_settings.cc', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 60 'common/metrics_helpers.h', | 59 'common/metrics_helpers.h', |
| 61 'common/multi_process_lock.h', | 60 'common/multi_process_lock.h', |
| 62 'common/multi_process_lock_linux.cc', | 61 'common/multi_process_lock_linux.cc', |
| 63 'common/multi_process_lock_mac.cc', | 62 'common/multi_process_lock_mac.cc', |
| 64 'common/multi_process_lock_win.cc', | 63 'common/multi_process_lock_win.cc', |
| 65 'common/nacl_cmd_line.cc', | 64 'common/nacl_cmd_line.cc', |
| 66 'common/nacl_cmd_line.h', | 65 'common/nacl_cmd_line.h', |
| 67 'common/nacl_messages.cc', | 66 'common/nacl_messages.cc', |
| 68 'common/nacl_messages.h', | 67 'common/nacl_messages.h', |
| 69 'common/nacl_types.h', | 68 'common/nacl_types.h', |
| 70 'common/prerender_constants.h', | |
| 71 'common/profiling.cc', | 69 'common/profiling.cc', |
| 72 'common/profiling.h', | 70 'common/profiling.h', |
| 73 'common/ref_counted_util.h', | 71 'common/ref_counted_util.h', |
| 74 'common/safe_browsing/safebrowsing_messages.h', | 72 'common/safe_browsing/safebrowsing_messages.h', |
| 75 'common/sandbox_policy.cc', | 73 'common/sandbox_policy.cc', |
| 76 'common/sandbox_policy.h', | 74 'common/sandbox_policy.h', |
| 77 'common/switch_utils.cc', | 75 'common/switch_utils.cc', |
| 78 'common/switch_utils.h', | 76 'common/switch_utils.h', |
| 79 'common/time_format.cc', | 77 'common/time_format.cc', |
| 80 'common/time_format.h', | 78 'common/time_format.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 102 'dependencies': [ | 100 'dependencies': [ |
| 103 # TODO(gregoryd): chrome_resources and chrome_strings could be | 101 # TODO(gregoryd): chrome_resources and chrome_strings could be |
| 104 # shared with the 64-bit target, but it does not work due to a gyp | 102 # shared with the 64-bit target, but it does not work due to a gyp |
| 105 # issue. | 103 # issue. |
| 106 'app/policy/cloud_policy_codegen.gyp:policy', | 104 'app/policy/cloud_policy_codegen.gyp:policy', |
| 107 'chrome_resources', | 105 'chrome_resources', |
| 108 'chrome_strings', | 106 'chrome_strings', |
| 109 'common_constants', | 107 'common_constants', |
| 110 'common_net', | 108 'common_net', |
| 111 'default_plugin/default_plugin.gyp:default_plugin', | 109 'default_plugin/default_plugin.gyp:default_plugin', |
| 112 » 'safe_browsing_csd_proto', | 110 'safe_browsing_csd_proto', |
| 113 'theme_resources', | 111 'theme_resources', |
| 114 '../app/app.gyp:app_base', | 112 '../app/app.gyp:app_base', |
| 115 '../app/app.gyp:app_resources', | 113 '../app/app.gyp:app_resources', |
| 116 '../base/base.gyp:base', | 114 '../base/base.gyp:base', |
| 117 '../base/base.gyp:base_i18n', | 115 '../base/base.gyp:base_i18n', |
| 118 '../build/temp_gyp/googleurl.gyp:googleurl', | 116 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 119 '../content/content.gyp:content_common', | 117 '../content/content.gyp:content_common', |
| 120 '../ipc/ipc.gyp:ipc', | 118 '../ipc/ipc.gyp:ipc', |
| 121 '../net/net.gyp:net', | 119 '../net/net.gyp:net', |
| 122 '../printing/printing.gyp:printing', | 120 '../printing/printing.gyp:printing', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'common/pepper_plugin_registry.cc', | 205 'common/pepper_plugin_registry.cc', |
| 208 'common/pepper_plugin_registry.h', | 206 'common/pepper_plugin_registry.h', |
| 209 'common/persistent_pref_store.h', | 207 'common/persistent_pref_store.h', |
| 210 'common/pref_store.cc', | 208 'common/pref_store.cc', |
| 211 'common/pref_store.h', | 209 'common/pref_store.h', |
| 212 'common/print_messages.h', | 210 'common/print_messages.h', |
| 213 'common/remoting/chromoting_host_info.cc', | 211 'common/remoting/chromoting_host_info.cc', |
| 214 'common/remoting/chromoting_host_info.h', | 212 'common/remoting/chromoting_host_info.h', |
| 215 'common/render_messages.cc', | 213 'common/render_messages.cc', |
| 216 'common/render_messages.h', | 214 'common/render_messages.h', |
| 217 » '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', | 215 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', |
| 218 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', | 216 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', |
| 219 'common/search_provider.h', | 217 'common/search_provider.h', |
| 220 'common/security_style.h', | 218 'common/security_style.h', |
| 221 'common/service_messages.h', | 219 'common/service_messages.h', |
| 222 'common/service_process_util.cc', | 220 'common/service_process_util.cc', |
| 223 'common/service_process_util.h', | 221 'common/service_process_util.h', |
| 224 'common/service_process_util_linux.cc', | 222 'common/service_process_util_linux.cc', |
| 225 'common/service_process_util_mac.mm', | 223 'common/service_process_util_mac.mm', |
| 226 'common/service_process_util_posix.cc', | 224 'common/service_process_util_posix.cc', |
| 227 'common/service_process_util_posix.h', | 225 'common/service_process_util_posix.h', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'configurations': { | 527 'configurations': { |
| 530 'Common_Base': { | 528 'Common_Base': { |
| 531 'msvs_target_platform': 'x64', | 529 'msvs_target_platform': 'x64', |
| 532 }, | 530 }, |
| 533 }, | 531 }, |
| 534 }, | 532 }, |
| 535 ], | 533 ], |
| 536 }], | 534 }], |
| 537 ], | 535 ], |
| 538 } | 536 } |
| OLD | NEW |