Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Side by Side Diff: chrome/chrome_common.gypi

Issue 911043002: Sort GYP files under chrome using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
11 'common/auto_start_linux.cc', 11 'common/auto_start_linux.cc',
12 'common/auto_start_linux.h', 12 'common/auto_start_linux.h',
13 'common/badge_util.cc', 13 'common/badge_util.cc',
14 'common/badge_util.h', 14 'common/badge_util.h',
15 'common/child_process_logging.h', 15 'common/child_process_logging.h',
16 'common/child_process_logging_win.cc', 16 'common/child_process_logging_win.cc',
17 'common/chrome_content_client.cc', 17 'common/chrome_content_client.cc',
18 'common/chrome_content_client.h', 18 'common/chrome_content_client.h',
19 'common/chrome_content_client_constants.cc', 19 'common/chrome_content_client_constants.cc',
20 'common/chrome_content_client_ios.mm', 20 'common/chrome_content_client_ios.mm',
21 'common/chrome_result_codes.h', 21 'common/chrome_result_codes.h',
22 'common/chrome_utility_messages.h', 22 'common/chrome_utility_messages.h',
23 'common/chrome_utility_printing_messages.h', 23 'common/chrome_utility_printing_messages.h',
24 'common/chrome_version_info.cc', 24 'common/chrome_version_info.cc',
25 'common/chrome_version_info.h',
25 'common/chrome_version_info_android.cc', 26 'common/chrome_version_info_android.cc',
26 'common/chrome_version_info_chromeos.cc', 27 'common/chrome_version_info_chromeos.cc',
28 'common/chrome_version_info_mac.mm',
27 'common/chrome_version_info_posix.cc', 29 'common/chrome_version_info_posix.cc',
28 'common/chrome_version_info_mac.mm',
29 'common/chrome_version_info_win.cc', 30 'common/chrome_version_info_win.cc',
30 'common/chrome_version_info.h', 31 'common/cloud_print/cloud_print_cdd_conversion.cc',
32 'common/cloud_print/cloud_print_cdd_conversion.h',
31 'common/cloud_print/cloud_print_class_mac.h', 33 'common/cloud_print/cloud_print_class_mac.h',
32 'common/cloud_print/cloud_print_class_mac.mm', 34 'common/cloud_print/cloud_print_class_mac.mm',
33 'common/cloud_print/cloud_print_cdd_conversion.cc',
34 'common/cloud_print/cloud_print_cdd_conversion.h',
35 'common/cloud_print/cloud_print_constants.cc', 35 'common/cloud_print/cloud_print_constants.cc',
36 'common/cloud_print/cloud_print_constants.h', 36 'common/cloud_print/cloud_print_constants.h',
37 'common/cloud_print/cloud_print_helpers.cc', 37 'common/cloud_print/cloud_print_helpers.cc',
38 'common/cloud_print/cloud_print_helpers.h', 38 'common/cloud_print/cloud_print_helpers.h',
39 'common/cloud_print/cloud_print_proxy_info.cc', 39 'common/cloud_print/cloud_print_proxy_info.cc',
40 'common/cloud_print/cloud_print_proxy_info.h', 40 'common/cloud_print/cloud_print_proxy_info.h',
41 'common/common_message_generator.cc', 41 'common/common_message_generator.cc',
42 'common/common_message_generator.h', 42 'common/common_message_generator.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',
(...skipping 21 matching lines...) Expand all
66 'common/mac/app_mode_common.h', 66 'common/mac/app_mode_common.h',
67 'common/mac/app_mode_common.mm', 67 'common/mac/app_mode_common.mm',
68 'common/mac/app_shim_launch.h', 68 'common/mac/app_shim_launch.h',
69 'common/mac/app_shim_messages.h', 69 'common/mac/app_shim_messages.h',
70 'common/mac/cfbundle_blocker.h', 70 'common/mac/cfbundle_blocker.h',
71 'common/mac/cfbundle_blocker.mm', 71 'common/mac/cfbundle_blocker.mm',
72 'common/mac/launchd.h', 72 'common/mac/launchd.h',
73 'common/mac/launchd.mm', 73 'common/mac/launchd.mm',
74 'common/mac/objc_zombie.h', 74 'common/mac/objc_zombie.h',
75 'common/mac/objc_zombie.mm', 75 'common/mac/objc_zombie.mm',
76 'common/media/webrtc_logging_messages.h',
77 'common/media/webrtc_logging_message_data.cc', 76 'common/media/webrtc_logging_message_data.cc',
78 'common/media/webrtc_logging_message_data.h', 77 'common/media/webrtc_logging_message_data.h',
78 'common/media/webrtc_logging_messages.h',
79 'common/media_galleries/metadata_types.h', 79 'common/media_galleries/metadata_types.h',
80 'common/multi_process_lock.h', 80 'common/multi_process_lock.h',
81 'common/multi_process_lock_linux.cc', 81 'common/multi_process_lock_linux.cc',
82 'common/multi_process_lock_mac.cc', 82 'common/multi_process_lock_mac.cc',
83 'common/multi_process_lock_win.cc', 83 'common/multi_process_lock_win.cc',
84 'common/omnibox_focus_state.h', 84 'common/omnibox_focus_state.h',
85 'common/partial_circular_buffer.cc', 85 'common/partial_circular_buffer.cc',
86 'common/partial_circular_buffer.h', 86 'common/partial_circular_buffer.h',
87 'common/pref_names_util.cc', 87 'common/pref_names_util.cc',
88 'common/pref_names_util.h', 88 'common/pref_names_util.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'common/extensions/manifest_handlers/app_icon_color_info.cc', 178 'common/extensions/manifest_handlers/app_icon_color_info.cc',
179 'common/extensions/manifest_handlers/app_icon_color_info.h', 179 'common/extensions/manifest_handlers/app_icon_color_info.h',
180 'common/extensions/manifest_handlers/app_isolation_info.cc', 180 'common/extensions/manifest_handlers/app_isolation_info.cc',
181 'common/extensions/manifest_handlers/app_isolation_info.h', 181 'common/extensions/manifest_handlers/app_isolation_info.h',
182 'common/extensions/manifest_handlers/app_launch_info.cc', 182 'common/extensions/manifest_handlers/app_launch_info.cc',
183 'common/extensions/manifest_handlers/app_launch_info.h', 183 'common/extensions/manifest_handlers/app_launch_info.h',
184 'common/extensions/manifest_handlers/automation.cc', 184 'common/extensions/manifest_handlers/automation.cc',
185 'common/extensions/manifest_handlers/automation.h', 185 'common/extensions/manifest_handlers/automation.h',
186 'common/extensions/manifest_handlers/content_scripts_handler.cc', 186 'common/extensions/manifest_handlers/content_scripts_handler.cc',
187 'common/extensions/manifest_handlers/content_scripts_handler.h', 187 'common/extensions/manifest_handlers/content_scripts_handler.h',
188 'common/extensions/manifest_handlers/copresence_manifest.cc',
188 'common/extensions/manifest_handlers/copresence_manifest.h', 189 'common/extensions/manifest_handlers/copresence_manifest.h',
189 'common/extensions/manifest_handlers/copresence_manifest.cc',
190 'common/extensions/manifest_handlers/extension_action_handler.cc', 190 'common/extensions/manifest_handlers/extension_action_handler.cc',
191 'common/extensions/manifest_handlers/extension_action_handler.h', 191 'common/extensions/manifest_handlers/extension_action_handler.h',
192 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', 192 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
193 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', 193 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
194 'common/extensions/manifest_handlers/settings_overrides_handler.cc', 194 'common/extensions/manifest_handlers/settings_overrides_handler.cc',
195 'common/extensions/manifest_handlers/settings_overrides_handler.h', 195 'common/extensions/manifest_handlers/settings_overrides_handler.h',
196 'common/extensions/manifest_handlers/theme_handler.cc', 196 'common/extensions/manifest_handlers/theme_handler.cc',
197 'common/extensions/manifest_handlers/theme_handler.h', 197 'common/extensions/manifest_handlers/theme_handler.h',
198 'common/extensions/manifest_handlers/ui_overrides_handler.cc', 198 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
199 'common/extensions/manifest_handlers/ui_overrides_handler.h', 199 'common/extensions/manifest_handlers/ui_overrides_handler.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'common/service_process_util_win.cc', 248 'common/service_process_util_win.cc',
249 ], 249 ],
250 'chrome_common_win_mac_sources': [ 250 'chrome_common_win_mac_sources': [
251 'common/media_galleries/itunes_library.cc', 251 'common/media_galleries/itunes_library.cc',
252 'common/media_galleries/itunes_library.h', 252 'common/media_galleries/itunes_library.h',
253 'common/media_galleries/picasa_types.cc', 253 'common/media_galleries/picasa_types.cc',
254 'common/media_galleries/picasa_types.h', 254 'common/media_galleries/picasa_types.h',
255 'common/media_galleries/pmp_constants.h', 255 'common/media_galleries/pmp_constants.h',
256 ], 256 ],
257 'chrome_common_networking_private_sources_openssl' : [ 257 'chrome_common_networking_private_sources_openssl' : [
258 'common/extensions/api/networking_private/networking_private_crypto_openss l.cc',
259 'common/extensions/api/networking_private/networking_private_crypto.cc', 258 'common/extensions/api/networking_private/networking_private_crypto.cc',
260 'common/extensions/api/networking_private/networking_private_crypto.h', 259 'common/extensions/api/networking_private/networking_private_crypto.h',
260 'common/extensions/api/networking_private/networking_private_crypto_openss l.cc',
261 ], 261 ],
262 'chrome_common_networking_private_sources_nss' : [ 262 'chrome_common_networking_private_sources_nss' : [
263 'common/extensions/api/networking_private/networking_private_crypto_nss.cc ',
264 'common/extensions/api/networking_private/networking_private_crypto.cc', 263 'common/extensions/api/networking_private/networking_private_crypto.cc',
265 'common/extensions/api/networking_private/networking_private_crypto.h', 264 'common/extensions/api/networking_private/networking_private_crypto.h',
265 'common/extensions/api/networking_private/networking_private_crypto_nss.cc ',
266 ], 266 ],
267 267
268 'chrome_common_mac_sources': [ 268 'chrome_common_mac_sources': [
269 'common/media_galleries/iphoto_library.cc', 269 'common/media_galleries/iphoto_library.cc',
270 'common/media_galleries/iphoto_library.h', 270 'common/media_galleries/iphoto_library.h',
271 ] 271 ]
272 }, 272 },
273 'targets': [ 273 'targets': [
274 { 274 {
275 # GN: //chrome/common:common 275 # GN: //chrome/common:common
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 { 576 {
577 # GN version: //chrome/common/net 577 # GN version: //chrome/common/net
578 'target_name': 'common_net', 578 'target_name': 'common_net',
579 'type': 'static_library', 579 'type': 'static_library',
580 'sources': [ 580 'sources': [
581 'common/net/net_resource_provider.cc', 581 'common/net/net_resource_provider.cc',
582 'common/net/net_resource_provider.h', 582 'common/net/net_resource_provider.h',
583 'common/net/url_util.cc', 583 'common/net/url_util.cc',
584 'common/net/url_util.h', 584 'common/net/url_util.h',
585 'common/net/x509_certificate_model.cc', 585 'common/net/x509_certificate_model.cc',
586 'common/net/x509_certificate_model.h',
586 'common/net/x509_certificate_model_nss.cc', 587 'common/net/x509_certificate_model_nss.cc',
587 'common/net/x509_certificate_model_openssl.cc', 588 'common/net/x509_certificate_model_openssl.cc',
588 'common/net/x509_certificate_model.h',
589 ], 589 ],
590 'dependencies': [ 590 'dependencies': [
591 '<(DEPTH)/base/base.gyp:base', 591 '<(DEPTH)/base/base.gyp:base',
592 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 592 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
593 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 593 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
594 '<(DEPTH)/components/components.gyp:network_hints_common', 594 '<(DEPTH)/components/components.gyp:network_hints_common',
595 '<(DEPTH)/components/components.gyp:error_page_common', 595 '<(DEPTH)/components/components.gyp:error_page_common',
596 '<(DEPTH)/crypto/crypto.gyp:crypto', 596 '<(DEPTH)/crypto/crypto.gyp:crypto',
597 '<(DEPTH)/net/net.gyp:net_resources', 597 '<(DEPTH)/net/net.gyp:net_resources',
598 '<(DEPTH)/net/net.gyp:net', 598 '<(DEPTH)/net/net.gyp:net',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'common/safe_browsing/csd.proto' 668 'common/safe_browsing/csd.proto'
669 ], 669 ],
670 'variables': { 670 'variables': {
671 'proto_in_dir': 'common/safe_browsing', 671 'proto_in_dir': 'common/safe_browsing',
672 'proto_out_dir': 'chrome/common/safe_browsing', 672 'proto_out_dir': 'chrome/common/safe_browsing',
673 }, 673 },
674 'includes': [ '../build/protoc.gypi' ], 674 'includes': [ '../build/protoc.gypi' ],
675 }, 675 },
676 ], 676 ],
677 } 677 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698