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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'common/media/media_resource_provider.cc', | 57 'common/media/media_resource_provider.cc', |
58 'common/media/media_resource_provider.h', | 58 'common/media/media_resource_provider.h', |
59 'common/media/webrtc_logging_message_data.cc', | 59 'common/media/webrtc_logging_message_data.cc', |
60 'common/media/webrtc_logging_message_data.h', | 60 'common/media/webrtc_logging_message_data.h', |
61 'common/media/webrtc_logging_messages.h', | 61 'common/media/webrtc_logging_messages.h', |
62 'common/media_galleries/metadata_types.h', | 62 'common/media_galleries/metadata_types.h', |
63 'common/multi_process_lock.h', | 63 'common/multi_process_lock.h', |
64 'common/multi_process_lock_linux.cc', | 64 'common/multi_process_lock_linux.cc', |
65 'common/multi_process_lock_mac.cc', | 65 'common/multi_process_lock_mac.cc', |
66 'common/multi_process_lock_win.cc', | 66 'common/multi_process_lock_win.cc', |
67 'common/origin_trials/origin_trial_key_manager.cc', | 67 'common/origin_trials/chrome_origin_trial_policy.cc', |
68 'common/origin_trials/origin_trial_key_manager.h', | 68 'common/origin_trials/chrome_origin_trial_policy.h', |
69 'common/partial_circular_buffer.cc', | 69 'common/partial_circular_buffer.cc', |
70 'common/partial_circular_buffer.h', | 70 'common/partial_circular_buffer.h', |
71 'common/pref_names_util.cc', | 71 'common/pref_names_util.cc', |
72 'common/pref_names_util.h', | 72 'common/pref_names_util.h', |
73 'common/prerender_types.h', | 73 'common/prerender_types.h', |
74 'common/profiling.cc', | 74 'common/profiling.cc', |
75 'common/profiling.h', | 75 'common/profiling.h', |
76 'common/ref_counted_util.h', | 76 'common/ref_counted_util.h', |
77 'common/render_messages.cc', | 77 'common/render_messages.cc', |
78 'common/render_messages.h', | 78 'common/render_messages.h', |
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 ], | 691 ], |
692 'dependencies': [ | 692 'dependencies': [ |
693 'installer_util', | 693 'installer_util', |
694 '../base/base.gyp:base', | 694 '../base/base.gyp:base', |
695 ], | 695 ], |
696 }, | 696 }, |
697 ], | 697 ], |
698 }], | 698 }], |
699 ], | 699 ], |
700 } | 700 } |
OLD | NEW |