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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'common/mac/objc_zombie.h', | 76 'common/mac/objc_zombie.h', |
77 'common/mac/objc_zombie.mm', | 77 'common/mac/objc_zombie.mm', |
78 'common/media/webrtc_logging_message_data.cc', | 78 'common/media/webrtc_logging_message_data.cc', |
79 'common/media/webrtc_logging_message_data.h', | 79 'common/media/webrtc_logging_message_data.h', |
80 'common/media/webrtc_logging_messages.h', | 80 'common/media/webrtc_logging_messages.h', |
81 'common/media_galleries/metadata_types.h', | 81 'common/media_galleries/metadata_types.h', |
82 'common/multi_process_lock.h', | 82 'common/multi_process_lock.h', |
83 'common/multi_process_lock_linux.cc', | 83 'common/multi_process_lock_linux.cc', |
84 'common/multi_process_lock_mac.cc', | 84 'common/multi_process_lock_mac.cc', |
85 'common/multi_process_lock_win.cc', | 85 'common/multi_process_lock_win.cc', |
| 86 'common/origin_util.cc', |
| 87 'common/origin_util.h', |
86 'common/omnibox_focus_state.h', | 88 'common/omnibox_focus_state.h', |
87 'common/partial_circular_buffer.cc', | 89 'common/partial_circular_buffer.cc', |
88 'common/partial_circular_buffer.h', | 90 'common/partial_circular_buffer.h', |
89 'common/pref_names_util.cc', | 91 'common/pref_names_util.cc', |
90 'common/pref_names_util.h', | 92 'common/pref_names_util.h', |
91 'common/prerender_types.h', | 93 'common/prerender_types.h', |
92 'common/profiling.cc', | 94 'common/profiling.cc', |
93 'common/profiling.h', | 95 'common/profiling.h', |
94 'common/ref_counted_util.h', | 96 'common/ref_counted_util.h', |
95 'common/render_messages.cc', | 97 'common/render_messages.cc', |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 'common/safe_browsing/csd.proto' | 696 'common/safe_browsing/csd.proto' |
695 ], | 697 ], |
696 'variables': { | 698 'variables': { |
697 'proto_in_dir': 'common/safe_browsing', | 699 'proto_in_dir': 'common/safe_browsing', |
698 'proto_out_dir': 'chrome/common/safe_browsing', | 700 'proto_out_dir': 'chrome/common/safe_browsing', |
699 }, | 701 }, |
700 'includes': [ '../build/protoc.gypi' ], | 702 'includes': [ '../build/protoc.gypi' ], |
701 }, | 703 }, |
702 ], | 704 ], |
703 } | 705 } |
OLD | NEW |