| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'common/extensions/image_writer/image_writer_util_mac.cc', | 164 'common/extensions/image_writer/image_writer_util_mac.cc', |
| 165 'common/extensions/image_writer/image_writer_util_mac.h', | 165 'common/extensions/image_writer/image_writer_util_mac.h', |
| 166 'common/extensions/manifest_handlers/app_icon_color_info.cc', | 166 'common/extensions/manifest_handlers/app_icon_color_info.cc', |
| 167 'common/extensions/manifest_handlers/app_icon_color_info.h', | 167 'common/extensions/manifest_handlers/app_icon_color_info.h', |
| 168 'common/extensions/manifest_handlers/app_launch_info.cc', | 168 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 169 'common/extensions/manifest_handlers/app_launch_info.h', | 169 'common/extensions/manifest_handlers/app_launch_info.h', |
| 170 'common/extensions/manifest_handlers/automation.cc', | 170 'common/extensions/manifest_handlers/automation.cc', |
| 171 'common/extensions/manifest_handlers/automation.h', | 171 'common/extensions/manifest_handlers/automation.h', |
| 172 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 172 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 173 'common/extensions/manifest_handlers/content_scripts_handler.h', | 173 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 174 'common/extensions/manifest_handlers/copresence_manifest.cc', | |
| 175 'common/extensions/manifest_handlers/copresence_manifest.h', | |
| 176 'common/extensions/manifest_handlers/extension_action_handler.cc', | 174 'common/extensions/manifest_handlers/extension_action_handler.cc', |
| 177 'common/extensions/manifest_handlers/extension_action_handler.h', | 175 'common/extensions/manifest_handlers/extension_action_handler.h', |
| 178 'common/extensions/manifest_handlers/linked_app_icons.cc', | 176 'common/extensions/manifest_handlers/linked_app_icons.cc', |
| 179 'common/extensions/manifest_handlers/linked_app_icons.h', | 177 'common/extensions/manifest_handlers/linked_app_icons.h', |
| 180 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', | 178 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', |
| 181 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', | 179 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', |
| 182 'common/extensions/manifest_handlers/settings_overrides_handler.cc', | 180 'common/extensions/manifest_handlers/settings_overrides_handler.cc', |
| 183 'common/extensions/manifest_handlers/settings_overrides_handler.h', | 181 'common/extensions/manifest_handlers/settings_overrides_handler.h', |
| 184 'common/extensions/manifest_handlers/theme_handler.cc', | 182 'common/extensions/manifest_handlers/theme_handler.cc', |
| 185 'common/extensions/manifest_handlers/theme_handler.h', | 183 'common/extensions/manifest_handlers/theme_handler.h', |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 ], | 690 ], |
| 693 'dependencies': [ | 691 'dependencies': [ |
| 694 'installer_util', | 692 'installer_util', |
| 695 '../base/base.gyp:base', | 693 '../base/base.gyp:base', |
| 696 ], | 694 ], |
| 697 }, | 695 }, |
| 698 ], | 696 ], |
| 699 }], | 697 }], |
| 700 ], | 698 ], |
| 701 } | 699 } |
| OLD | NEW |