| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 'common/extensions/chrome_manifest_url_handlers.h', | 148 'common/extensions/chrome_manifest_url_handlers.h', |
| 149 'common/extensions/chrome_utility_extensions_messages.h', | 149 'common/extensions/chrome_utility_extensions_messages.h', |
| 150 'common/extensions/command.cc', | 150 'common/extensions/command.cc', |
| 151 'common/extensions/command.h', | 151 'common/extensions/command.h', |
| 152 'common/extensions/extension_constants.cc', | 152 'common/extensions/extension_constants.cc', |
| 153 'common/extensions/extension_constants.h', | 153 'common/extensions/extension_constants.h', |
| 154 'common/extensions/extension_metrics.cc', | 154 'common/extensions/extension_metrics.cc', |
| 155 'common/extensions/extension_metrics.h', | 155 'common/extensions/extension_metrics.h', |
| 156 'common/extensions/extension_process_policy.cc', | 156 'common/extensions/extension_process_policy.cc', |
| 157 'common/extensions/extension_process_policy.h', | 157 'common/extensions/extension_process_policy.h', |
| 158 'common/extensions/features/chrome_channel_feature_filter.cc', | |
| 159 'common/extensions/features/chrome_channel_feature_filter.h', | |
| 160 'common/extensions/features/feature_channel.cc', | |
| 161 'common/extensions/features/feature_channel.h', | |
| 162 'common/extensions/features/feature_util.cc', | 158 'common/extensions/features/feature_util.cc', |
| 163 'common/extensions/features/feature_util.h', | 159 'common/extensions/features/feature_util.h', |
| 164 'common/extensions/image_writer/image_writer_util_mac.cc', | 160 'common/extensions/image_writer/image_writer_util_mac.cc', |
| 165 'common/extensions/image_writer/image_writer_util_mac.h', | 161 'common/extensions/image_writer/image_writer_util_mac.h', |
| 166 'common/extensions/manifest_handlers/app_icon_color_info.cc', | 162 'common/extensions/manifest_handlers/app_icon_color_info.cc', |
| 167 'common/extensions/manifest_handlers/app_icon_color_info.h', | 163 'common/extensions/manifest_handlers/app_icon_color_info.h', |
| 168 'common/extensions/manifest_handlers/app_launch_info.cc', | 164 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 169 'common/extensions/manifest_handlers/app_launch_info.h', | 165 'common/extensions/manifest_handlers/app_launch_info.h', |
| 170 'common/extensions/manifest_handlers/automation.cc', | 166 'common/extensions/manifest_handlers/automation.cc', |
| 171 'common/extensions/manifest_handlers/automation.h', | 167 'common/extensions/manifest_handlers/automation.h', |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 ], | 688 ], |
| 693 'dependencies': [ | 689 'dependencies': [ |
| 694 'installer_util', | 690 'installer_util', |
| 695 '../base/base.gyp:base', | 691 '../base/base.gyp:base', |
| 696 ], | 692 ], |
| 697 }, | 693 }, |
| 698 ], | 694 ], |
| 699 }], | 695 }], |
| 700 ], | 696 ], |
| 701 } | 697 } |
| OLD | NEW |