OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
11 'common/all_messages.h', | 11 'common/all_messages.h', |
12 'common/attrition_experiments.h', | 12 'common/attrition_experiments.h', |
13 'common/auto_start_linux.cc', | 13 'common/auto_start_linux.cc', |
14 'common/auto_start_linux.h', | 14 'common/auto_start_linux.h', |
15 'common/badge_util.cc', | 15 'common/badge_util.cc', |
16 'common/badge_util.h', | 16 'common/badge_util.h', |
17 'common/child_process_logging.h', | 17 'common/child_process_logging.h', |
18 'common/child_process_logging_win.cc', | 18 'common/child_process_logging_win.cc', |
19 'common/chrome_content_client.cc', | 19 'common/chrome_content_client.cc', |
20 'common/chrome_content_client.h', | 20 'common/chrome_content_client.h', |
21 'common/chrome_content_client_constants.cc', | 21 'common/chrome_content_client_constants.cc', |
22 'common/chrome_content_client_ios.mm', | 22 'common/chrome_content_client_ios.mm', |
| 23 'common/chrome_content_settings_client.cc', |
| 24 'common/chrome_content_settings_client.h', |
23 'common/chrome_result_codes.h', | 25 'common/chrome_result_codes.h', |
24 'common/chrome_utility_messages.h', | 26 'common/chrome_utility_messages.h', |
25 'common/chrome_utility_printing_messages.h', | 27 'common/chrome_utility_printing_messages.h', |
26 'common/chrome_version_info.cc', | 28 'common/chrome_version_info.cc', |
27 'common/chrome_version_info_android.cc', | 29 'common/chrome_version_info_android.cc', |
28 'common/chrome_version_info_chromeos.cc', | 30 'common/chrome_version_info_chromeos.cc', |
29 'common/chrome_version_info_posix.cc', | 31 'common/chrome_version_info_posix.cc', |
30 'common/chrome_version_info_mac.mm', | 32 'common/chrome_version_info_mac.mm', |
31 'common/chrome_version_info_win.cc', | 33 'common/chrome_version_info_win.cc', |
32 'common/chrome_version_info.h', | 34 'common/chrome_version_info.h', |
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 'common/safe_browsing/csd.proto' | 699 'common/safe_browsing/csd.proto' |
698 ], | 700 ], |
699 'variables': { | 701 'variables': { |
700 'proto_in_dir': 'common/safe_browsing', | 702 'proto_in_dir': 'common/safe_browsing', |
701 'proto_out_dir': 'chrome/common/safe_browsing', | 703 'proto_out_dir': 'chrome/common/safe_browsing', |
702 }, | 704 }, |
703 'includes': [ '../build/protoc.gypi' ], | 705 'includes': [ '../build/protoc.gypi' ], |
704 }, | 706 }, |
705 ], | 707 ], |
706 } | 708 } |
OLD | NEW |