Chromium Code Reviews| 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', | |
|
jln (very slow on Chromium)
2015/08/06 18:48:14
This is interesting. You forgot to update "gn" fil
Greg K
2015/08/07 21:15:28
Turns out that part of the codebase isn't using GN
| |
| 47 'common/component_flash_hint_file_linux.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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 659 'sources': [ | 661 'sources': [ |
| 660 'common/resource_usage_reporter.mojom', | 662 'common/resource_usage_reporter.mojom', |
| 661 ], | 663 ], |
| 662 'dependencies': [ | 664 'dependencies': [ |
| 663 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 665 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 664 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 666 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 665 ], | 667 ], |
| 666 }, | 668 }, |
| 667 ], | 669 ], |
| 668 } | 670 } |
| OLD | NEW |