| 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 25 matching lines...) Expand all Loading... |
| 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', |
| 45 'common/common_param_traits_macros.h', | 45 'common/common_param_traits_macros.h', |
| 46 'common/component_flash_hint_file.h', |
| 47 'common/component_flash_hint_file.cc', |
| 46 'common/content_restriction.h', | 48 'common/content_restriction.h', |
| 47 'common/content_settings_pattern_serializer.cc', | 49 'common/content_settings_pattern_serializer.cc', |
| 48 'common/content_settings_pattern_serializer.h', | 50 'common/content_settings_pattern_serializer.h', |
| 49 'common/crash_keys.cc', | 51 'common/crash_keys.cc', |
| 50 'common/crash_keys.h', | 52 'common/crash_keys.h', |
| 51 'common/custom_handlers/protocol_handler.cc', | 53 'common/custom_handlers/protocol_handler.cc', |
| 52 'common/custom_handlers/protocol_handler.h', | 54 'common/custom_handlers/protocol_handler.h', |
| 53 'common/descriptors_android.h', | 55 'common/descriptors_android.h', |
| 54 'common/gcm_desktop_util.cc', | 56 'common/gcm_desktop_util.cc', |
| 55 'common/gcm_desktop_util.h', | 57 'common/gcm_desktop_util.h', |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 'sources': [ | 660 'sources': [ |
| 659 'common/resource_usage_reporter.mojom', | 661 'common/resource_usage_reporter.mojom', |
| 660 ], | 662 ], |
| 661 'dependencies': [ | 663 'dependencies': [ |
| 662 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 664 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 663 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 665 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 664 ], | 666 ], |
| 665 }, | 667 }, |
| 666 ], | 668 ], |
| 667 } | 669 } |
| OLD | NEW |