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 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'common/extensions/permissions/chrome_permission_message_provider.cc', | 116 'common/extensions/permissions/chrome_permission_message_provider.cc', |
117 'common/extensions/permissions/chrome_permission_message_provider.h', | 117 'common/extensions/permissions/chrome_permission_message_provider.h', |
118 'common/extensions/sync_helper.cc', | 118 'common/extensions/sync_helper.cc', |
119 'common/extensions/sync_helper.h', | 119 'common/extensions/sync_helper.h', |
120 'common/extensions/update_manifest.cc', | 120 'common/extensions/update_manifest.cc', |
121 'common/extensions/update_manifest.h', | 121 'common/extensions/update_manifest.h', |
122 'common/favicon/favicon_url_parser.cc', | 122 'common/favicon/favicon_url_parser.cc', |
123 'common/favicon/favicon_url_parser.h', | 123 'common/favicon/favicon_url_parser.h', |
124 'common/icon_with_badge_image_source.cc', | 124 'common/icon_with_badge_image_source.cc', |
125 'common/icon_with_badge_image_source.h', | 125 'common/icon_with_badge_image_source.h', |
| 126 'common/ini_parser.cc', |
| 127 'common/ini_parser.h', |
126 'common/instant_restricted_id_cache.h', | 128 'common/instant_restricted_id_cache.h', |
127 'common/instant_types.cc', | 129 'common/instant_types.cc', |
128 'common/instant_types.h', | 130 'common/instant_types.h', |
129 'common/localized_error.cc', | 131 'common/localized_error.cc', |
130 'common/localized_error.h', | 132 'common/localized_error.h', |
131 'common/logging_chrome.cc', | 133 'common/logging_chrome.cc', |
132 'common/logging_chrome.h', | 134 'common/logging_chrome.h', |
133 'common/mac/app_mode_common.h', | 135 'common/mac/app_mode_common.h', |
134 'common/mac/app_mode_common.mm', | 136 'common/mac/app_mode_common.mm', |
135 'common/mac/cfbundle_blocker.h', | 137 'common/mac/cfbundle_blocker.h', |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/safe_browsing/csd.proto' | 695 'common/safe_browsing/csd.proto' |
694 ], | 696 ], |
695 'variables': { | 697 'variables': { |
696 'proto_in_dir': 'common/safe_browsing', | 698 'proto_in_dir': 'common/safe_browsing', |
697 'proto_out_dir': 'chrome/common/safe_browsing', | 699 'proto_out_dir': 'chrome/common/safe_browsing', |
698 }, | 700 }, |
699 'includes': [ '../build/protoc.gypi' ], | 701 'includes': [ '../build/protoc.gypi' ], |
700 }, | 702 }, |
701 ], | 703 ], |
702 } | 704 } |
OLD | NEW |