| 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 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'common/content_restriction.h', | 37 'common/content_restriction.h', |
| 38 'common/content_settings_pattern_serializer.cc', | 38 'common/content_settings_pattern_serializer.cc', |
| 39 'common/content_settings_pattern_serializer.h', | 39 'common/content_settings_pattern_serializer.h', |
| 40 'common/crash_keys.cc', | 40 'common/crash_keys.cc', |
| 41 'common/crash_keys.h', | 41 'common/crash_keys.h', |
| 42 'common/custom_handlers/protocol_handler.cc', | 42 'common/custom_handlers/protocol_handler.cc', |
| 43 'common/custom_handlers/protocol_handler.h', | 43 'common/custom_handlers/protocol_handler.h', |
| 44 'common/descriptors_android.h', | 44 'common/descriptors_android.h', |
| 45 'common/ini_parser.cc', | 45 'common/ini_parser.cc', |
| 46 'common/ini_parser.h', | 46 'common/ini_parser.h', |
| 47 'common/instant_types.cc', | |
| 48 'common/instant_types.h', | |
| 49 'common/logging_chrome.cc', | 47 'common/logging_chrome.cc', |
| 50 'common/logging_chrome.h', | 48 'common/logging_chrome.h', |
| 51 'common/mac/app_shim_launch.h', | 49 'common/mac/app_shim_launch.h', |
| 52 'common/mac/app_shim_messages.h', | 50 'common/mac/app_shim_messages.h', |
| 53 'common/mac/cfbundle_blocker.h', | 51 'common/mac/cfbundle_blocker.h', |
| 54 'common/mac/cfbundle_blocker.mm', | 52 'common/mac/cfbundle_blocker.mm', |
| 55 'common/mac/launchd.h', | 53 'common/mac/launchd.h', |
| 56 'common/mac/launchd.mm', | 54 'common/mac/launchd.mm', |
| 57 'common/media/media_resource_provider.cc', | 55 'common/media/media_resource_provider.cc', |
| 58 'common/media/media_resource_provider.h', | 56 'common/media/media_resource_provider.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 72 'common/pref_names_util.h', | 70 'common/pref_names_util.h', |
| 73 'common/prerender_types.h', | 71 'common/prerender_types.h', |
| 74 'common/profiling.cc', | 72 'common/profiling.cc', |
| 75 'common/profiling.h', | 73 'common/profiling.h', |
| 76 'common/ref_counted_util.h', | 74 'common/ref_counted_util.h', |
| 77 'common/render_messages.cc', | 75 'common/render_messages.cc', |
| 78 'common/render_messages.h', | 76 'common/render_messages.h', |
| 79 'common/resource_usage_reporter_type_converters.cc', | 77 'common/resource_usage_reporter_type_converters.cc', |
| 80 'common/resource_usage_reporter_type_converters.h', | 78 'common/resource_usage_reporter_type_converters.h', |
| 81 'common/safe_browsing/safebrowsing_messages.h', | 79 'common/safe_browsing/safebrowsing_messages.h', |
| 80 'common/search/instant_types.cc', |
| 81 'common/search/instant_types.h', |
| 82 'common/search/ntp_logging_events.h', |
| 83 'common/search/search_types.h', |
| 84 'common/search/search_urls.cc', |
| 85 'common/search/search_urls.h', |
| 82 'common/search_provider.h', | 86 'common/search_provider.h', |
| 83 'common/search_types.h', | |
| 84 'common/search_urls.cc', | |
| 85 'common/search_urls.h', | |
| 86 'common/secure_origin_whitelist.cc', | 87 'common/secure_origin_whitelist.cc', |
| 87 'common/secure_origin_whitelist.h', | 88 'common/secure_origin_whitelist.h', |
| 88 'common/spellcheck_bdict_language.h', | 89 'common/spellcheck_bdict_language.h', |
| 89 'common/spellcheck_common.cc', | 90 'common/spellcheck_common.cc', |
| 90 'common/spellcheck_common.h', | 91 'common/spellcheck_common.h', |
| 91 'common/spellcheck_marker.h', | 92 'common/spellcheck_marker.h', |
| 92 'common/spellcheck_messages.h', | 93 'common/spellcheck_messages.h', |
| 93 'common/spellcheck_result.h', | 94 'common/spellcheck_result.h', |
| 94 'common/ssl_insecure_content.cc', | 95 'common/ssl_insecure_content.cc', |
| 95 'common/ssl_insecure_content.h', | 96 'common/ssl_insecure_content.h', |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 ], | 692 ], |
| 692 'dependencies': [ | 693 'dependencies': [ |
| 693 'installer_util', | 694 'installer_util', |
| 694 '../base/base.gyp:base', | 695 '../base/base.gyp:base', |
| 695 ], | 696 ], |
| 696 }, | 697 }, |
| 697 ], | 698 ], |
| 698 }], | 699 }], |
| 699 ], | 700 ], |
| 700 } | 701 } |
| OLD | NEW |