| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 'common/url_constants.cc', | 99 'common/url_constants.cc', |
| 100 'common/url_constants.h', | 100 'common/url_constants.h', |
| 101 'common/v8_breakpad_support_win.cc', | 101 'common/v8_breakpad_support_win.cc', |
| 102 'common/v8_breakpad_support_win.h', | 102 'common/v8_breakpad_support_win.h', |
| 103 'common/variations/variations_util.cc', | 103 'common/variations/variations_util.cc', |
| 104 'common/variations/variations_util.h', | 104 'common/variations/variations_util.h', |
| 105 'common/web_application_info.cc', | 105 'common/web_application_info.cc', |
| 106 'common/web_application_info.h', | 106 'common/web_application_info.h', |
| 107 'common/widevine_cdm_constants.cc', | 107 'common/widevine_cdm_constants.cc', |
| 108 'common/widevine_cdm_constants.h', | 108 'common/widevine_cdm_constants.h', |
| 109 'common/worker_thread_ticker.cc', | |
| 110 'common/worker_thread_ticker.h', | |
| 111 ], | 109 ], |
| 112 'chrome_common_extensions_sources': [ | 110 'chrome_common_extensions_sources': [ |
| 113 'common/cast_messages.cc', | 111 'common/cast_messages.cc', |
| 114 'common/cast_messages.h', | 112 'common/cast_messages.h', |
| 115 'common/extensions/api/commands/commands_handler.cc', | 113 'common/extensions/api/commands/commands_handler.cc', |
| 116 'common/extensions/api/commands/commands_handler.h', | 114 'common/extensions/api/commands/commands_handler.h', |
| 117 'common/extensions/api/extension_action/action_info.cc', | 115 'common/extensions/api/extension_action/action_info.cc', |
| 118 'common/extensions/api/extension_action/action_info.h', | 116 'common/extensions/api/extension_action/action_info.h', |
| 119 'common/extensions/api/notifications/notification_style.cc', | 117 'common/extensions/api/notifications/notification_style.cc', |
| 120 'common/extensions/api/notifications/notification_style.h', | 118 'common/extensions/api/notifications/notification_style.h', |
| (...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 ], | 635 ], |
| 638 'sources': [ | 636 'sources': [ |
| 639 'common/resource_usage_reporter.mojom', | 637 'common/resource_usage_reporter.mojom', |
| 640 ], | 638 ], |
| 641 'dependencies': [ | 639 'dependencies': [ |
| 642 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 640 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 643 ], | 641 ], |
| 644 }, | 642 }, |
| 645 ], | 643 ], |
| 646 } | 644 } |
| OLD | NEW |