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': 'common', | 8 'target_name': 'common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { | 10 'variables': { |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'common/bzip2_error_handler.cc', | 70 'common/bzip2_error_handler.cc', |
71 'common/child_process_logging.h', | 71 'common/child_process_logging.h', |
72 'common/child_process_logging_linux.cc', | 72 'common/child_process_logging_linux.cc', |
73 'common/child_process_logging_mac.mm', | 73 'common/child_process_logging_mac.mm', |
74 'common/child_process_logging_win.cc', | 74 'common/child_process_logging_win.cc', |
75 'common/chrome_content_client.cc', | 75 'common/chrome_content_client.cc', |
76 'common/chrome_content_client.h', | 76 'common/chrome_content_client.h', |
77 'common/chrome_notification_types.h', | 77 'common/chrome_notification_types.h', |
78 'common/chrome_plugin_messages.h', | 78 'common/chrome_plugin_messages.h', |
79 'common/chrome_result_codes.h', | 79 'common/chrome_result_codes.h', |
| 80 'common/chrome_sandbox_type_mac.h', |
80 'common/chrome_utility_messages.h', | 81 'common/chrome_utility_messages.h', |
81 'common/chrome_version_info.cc', | 82 'common/chrome_version_info.cc', |
82 'common/chrome_version_info_linux.cc', | 83 'common/chrome_version_info_linux.cc', |
83 'common/chrome_version_info_mac.mm', | 84 'common/chrome_version_info_mac.mm', |
84 'common/chrome_version_info_win.cc', | 85 'common/chrome_version_info_win.cc', |
85 'common/chrome_version_info.h', | 86 'common/chrome_version_info.h', |
86 'common/cloud_print/cloud_print_class_mac.h', | 87 'common/cloud_print/cloud_print_class_mac.h', |
87 'common/cloud_print/cloud_print_class_mac.mm', | 88 'common/cloud_print/cloud_print_class_mac.mm', |
88 'common/cloud_print/cloud_print_proxy_info.cc', | 89 'common/cloud_print/cloud_print_proxy_info.cc', |
89 'common/cloud_print/cloud_print_proxy_info.h', | 90 'common/cloud_print/cloud_print_proxy_info.h', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'common/safe_browsing/csd.proto' | 432 'common/safe_browsing/csd.proto' |
432 ], | 433 ], |
433 'variables': { | 434 'variables': { |
434 'proto_in_dir': 'common/safe_browsing', | 435 'proto_in_dir': 'common/safe_browsing', |
435 'proto_out_dir': 'chrome/common/safe_browsing', | 436 'proto_out_dir': 'chrome/common/safe_browsing', |
436 }, | 437 }, |
437 'includes': [ '../build/protoc.gypi' ], | 438 'includes': [ '../build/protoc.gypi' ], |
438 }, | 439 }, |
439 ], | 440 ], |
440 } | 441 } |
OLD | NEW |