| 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', |
| 11 'common/auto_start_linux.cc', | 11 'common/auto_start_linux.cc', |
| 12 'common/auto_start_linux.h', | 12 'common/auto_start_linux.h', |
| 13 'common/channel_info.cc', | 13 'common/channel_info.cc', |
| 14 'common/channel_info.h', | 14 'common/channel_info.h', |
| 15 'common/channel_info_android.cc', | 15 'common/channel_info_android.cc', |
| 16 'common/channel_info_chromeos.cc', | 16 'common/channel_info_chromeos.cc', |
| 17 'common/channel_info_mac.mm', | 17 'common/channel_info_mac.mm', |
| 18 'common/channel_info_posix.cc', | 18 'common/channel_info_posix.cc', |
| 19 'common/channel_info_win.cc', | 19 'common/channel_info_win.cc', |
| 20 'common/child_process_logging.h', | 20 'common/child_process_logging.h', |
| 21 'common/child_process_logging_win.cc', | 21 'common/child_process_logging_win.cc', |
| 22 'common/chrome_content_client.cc', | 22 'common/chrome_content_client.cc', |
| 23 'common/chrome_content_client.h', | 23 'common/chrome_content_client.h', |
| 24 'common/chrome_content_client_constants.cc', | 24 'common/chrome_content_client_constants.cc', |
| 25 'common/chrome_content_client_ios.mm', | 25 'common/chrome_content_client_ios.mm', |
| 26 'common/chrome_media_client_android.cc', |
| 27 'common/chrome_media_client_android.h', |
| 26 'common/chrome_result_codes.h', | 28 'common/chrome_result_codes.h', |
| 27 'common/chrome_utility_messages.h', | 29 'common/chrome_utility_messages.h', |
| 28 'common/common_message_generator.cc', | 30 'common/common_message_generator.cc', |
| 29 'common/common_message_generator.h', | 31 'common/common_message_generator.h', |
| 30 'common/common_param_traits.cc', | 32 'common/common_param_traits.cc', |
| 31 'common/common_param_traits.h', | 33 'common/common_param_traits.h', |
| 32 'common/common_param_traits_macros.h', | 34 'common/common_param_traits_macros.h', |
| 33 'common/component_flash_hint_file_linux.cc', | 35 'common/component_flash_hint_file_linux.cc', |
| 34 'common/component_flash_hint_file_linux.h', | 36 'common/component_flash_hint_file_linux.h', |
| 35 'common/content_restriction.h', | 37 'common/content_restriction.h', |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 'common/image_decoder.mojom', | 652 'common/image_decoder.mojom', |
| 651 'common/resource_usage_reporter.mojom', | 653 'common/resource_usage_reporter.mojom', |
| 652 ], | 654 ], |
| 653 'dependencies': [ | 655 'dependencies': [ |
| 654 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 656 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 655 '../skia/skia.gyp:skia_mojo', | 657 '../skia/skia.gyp:skia_mojo', |
| 656 ], | 658 ], |
| 657 }, | 659 }, |
| 658 ], | 660 ], |
| 659 } | 661 } |
| OLD | NEW |