| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'common', | 8 'target_name': 'common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'common/automation_constants.h', | 64 'common/automation_constants.h', |
| 65 'common/automation_id.cc', | 65 'common/automation_id.cc', |
| 66 'common/automation_id.h', | 66 'common/automation_id.h', |
| 67 'common/automation_messages.cc', | 67 'common/automation_messages.cc', |
| 68 'common/automation_messages.h', | 68 'common/automation_messages.h', |
| 69 'common/automation_messages_internal.h', | 69 'common/automation_messages_internal.h', |
| 70 'common/badge_util.cc', | 70 'common/badge_util.cc', |
| 71 'common/badge_util.h', | 71 'common/badge_util.h', |
| 72 'common/bzip2_error_handler.cc', | 72 'common/bzip2_error_handler.cc', |
| 73 'common/child_process_logging.h', | 73 'common/child_process_logging.h', |
| 74 'common/child_process_logging_linux.cc', | |
| 75 'common/child_process_logging_mac.mm', | 74 'common/child_process_logging_mac.mm', |
| 75 'common/child_process_logging_posix.cc', |
| 76 'common/child_process_logging_win.cc', | 76 'common/child_process_logging_win.cc', |
| 77 'common/chrome_content_client.cc', | 77 'common/chrome_content_client.cc', |
| 78 'common/chrome_content_client.h', | 78 'common/chrome_content_client.h', |
| 79 'common/chrome_notification_types.h', | 79 'common/chrome_notification_types.h', |
| 80 'common/chrome_plugin_messages.h', | 80 'common/chrome_plugin_messages.h', |
| 81 'common/chrome_result_codes.h', | 81 'common/chrome_result_codes.h', |
| 82 'common/chrome_sandbox_type_mac.h', | 82 'common/chrome_sandbox_type_mac.h', |
| 83 'common/chrome_utility_messages.h', | 83 'common/chrome_utility_messages.h', |
| 84 'common/chrome_version_info.cc', | 84 'common/chrome_version_info.cc', |
| 85 'common/chrome_version_info_chromeos.cc', | 85 'common/chrome_version_info_chromeos.cc', |
| 86 'common/chrome_version_info_linux.cc', | 86 'common/chrome_version_info_posix.cc', |
| 87 'common/chrome_version_info_mac.mm', | 87 'common/chrome_version_info_mac.mm', |
| 88 'common/chrome_version_info_win.cc', | 88 'common/chrome_version_info_win.cc', |
| 89 'common/chrome_version_info.h', | 89 'common/chrome_version_info.h', |
| 90 'common/cloud_print/cloud_print_class_mac.h', | 90 'common/cloud_print/cloud_print_class_mac.h', |
| 91 'common/cloud_print/cloud_print_class_mac.mm', | 91 'common/cloud_print/cloud_print_class_mac.mm', |
| 92 'common/cloud_print/cloud_print_proxy_info.cc', | 92 'common/cloud_print/cloud_print_proxy_info.cc', |
| 93 'common/cloud_print/cloud_print_proxy_info.h', | 93 'common/cloud_print/cloud_print_proxy_info.h', |
| 94 'common/common_api.h', | 94 'common/common_api.h', |
| 95 'common/common_message_generator.cc', | 95 'common/common_message_generator.cc', |
| 96 'common/common_message_generator.h', | 96 'common/common_message_generator.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'common/chrome_version_info_linux.cc', | 293 'common/chrome_version_info_linux.cc', |
| 294 ], | 294 ], |
| 295 }], | 295 }], |
| 296 ['OS=="mac"', { | 296 ['OS=="mac"', { |
| 297 'dependencies': [ | 297 'dependencies': [ |
| 298 '../third_party/mach_override/mach_override.gyp:mach_override', | 298 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 299 ], | 299 ], |
| 300 'include_dirs': [ | 300 'include_dirs': [ |
| 301 '../third_party/GTM', | 301 '../third_party/GTM', |
| 302 ], | 302 ], |
| 303 'sources!': [ |
| 304 'common/child_process_logging_posix.cc', |
| 305 'common/chrome_version_info_posix.cc', |
| 306 ], |
| 303 }], | 307 }], |
| 304 ['remoting==1', { | 308 ['remoting==1', { |
| 305 'dependencies': [ | 309 'dependencies': [ |
| 306 '../remoting/remoting.gyp:remoting_client_plugin', | 310 '../remoting/remoting.gyp:remoting_client_plugin', |
| 307 ], | 311 ], |
| 308 }], | 312 }], |
| 309 ], | 313 ], |
| 310 'export_dependent_settings': [ | 314 'export_dependent_settings': [ |
| 311 '../base/base.gyp:base', | 315 '../base/base.gyp:base', |
| 312 ], | 316 ], |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 'common/metrics/proto/user_action_event.proto', | 474 'common/metrics/proto/user_action_event.proto', |
| 471 ], | 475 ], |
| 472 'variables': { | 476 'variables': { |
| 473 'proto_in_dir': 'common/metrics/proto', | 477 'proto_in_dir': 'common/metrics/proto', |
| 474 'proto_out_dir': 'chrome/common/metrics/proto', | 478 'proto_out_dir': 'chrome/common/metrics/proto', |
| 475 }, | 479 }, |
| 476 'includes': [ '../build/protoc.gypi' ], | 480 'includes': [ '../build/protoc.gypi' ], |
| 477 }, | 481 }, |
| 478 ], | 482 ], |
| 479 } | 483 } |
| OLD | NEW |