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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'common/media/media_resource_provider.cc', | 55 'common/media/media_resource_provider.cc', |
56 'common/media/media_resource_provider.h', | 56 'common/media/media_resource_provider.h', |
57 'common/media/webrtc_logging_message_data.cc', | 57 'common/media/webrtc_logging_message_data.cc', |
58 'common/media/webrtc_logging_message_data.h', | 58 'common/media/webrtc_logging_message_data.h', |
59 'common/media/webrtc_logging_messages.h', | 59 'common/media/webrtc_logging_messages.h', |
60 'common/media_galleries/metadata_types.h', | 60 'common/media_galleries/metadata_types.h', |
61 'common/multi_process_lock.h', | 61 'common/multi_process_lock.h', |
62 'common/multi_process_lock_linux.cc', | 62 'common/multi_process_lock_linux.cc', |
63 'common/multi_process_lock_mac.cc', | 63 'common/multi_process_lock_mac.cc', |
64 'common/multi_process_lock_win.cc', | 64 'common/multi_process_lock_win.cc', |
| 65 'common/origin_trials/origin_trial_key_manager.cc', |
| 66 'common/origin_trials/origin_trial_key_manager.h', |
65 'common/partial_circular_buffer.cc', | 67 'common/partial_circular_buffer.cc', |
66 'common/partial_circular_buffer.h', | 68 'common/partial_circular_buffer.h', |
67 'common/pref_names_util.cc', | 69 'common/pref_names_util.cc', |
68 'common/pref_names_util.h', | 70 'common/pref_names_util.h', |
69 'common/prerender_types.h', | 71 'common/prerender_types.h', |
70 'common/profiling.cc', | 72 'common/profiling.cc', |
71 'common/profiling.h', | 73 'common/profiling.h', |
72 'common/ref_counted_util.h', | 74 'common/ref_counted_util.h', |
73 'common/render_messages.cc', | 75 'common/render_messages.cc', |
74 'common/render_messages.h', | 76 'common/render_messages.h', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 'sources': [ | 642 'sources': [ |
641 'common/resource_usage_reporter.mojom', | 643 'common/resource_usage_reporter.mojom', |
642 ], | 644 ], |
643 'dependencies': [ | 645 'dependencies': [ |
644 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 646 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
645 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 647 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
646 ], | 648 ], |
647 }, | 649 }, |
648 ], | 650 ], |
649 } | 651 } |
OLD | NEW |