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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'common/extensions/manifest_handlers/ui_overrides_handler.cc', | 110 'common/extensions/manifest_handlers/ui_overrides_handler.cc', |
111 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 111 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
112 'common/extensions/manifest_url_handler.cc', | 112 'common/extensions/manifest_url_handler.cc', |
113 'common/extensions/manifest_url_handler.h', | 113 'common/extensions/manifest_url_handler.h', |
114 'common/extensions/permissions/chrome_api_permissions.cc', | 114 'common/extensions/permissions/chrome_api_permissions.cc', |
115 'common/extensions/permissions/chrome_api_permissions.h', | 115 'common/extensions/permissions/chrome_api_permissions.h', |
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', | |
121 'common/extensions/update_manifest.h', | |
122 'common/favicon/favicon_url_parser.cc', | 120 'common/favicon/favicon_url_parser.cc', |
123 'common/favicon/favicon_url_parser.h', | 121 'common/favicon/favicon_url_parser.h', |
124 'common/icon_with_badge_image_source.cc', | 122 'common/icon_with_badge_image_source.cc', |
125 'common/icon_with_badge_image_source.h', | 123 'common/icon_with_badge_image_source.h', |
126 'common/instant_restricted_id_cache.h', | 124 'common/instant_restricted_id_cache.h', |
127 'common/instant_types.cc', | 125 'common/instant_types.cc', |
128 'common/instant_types.h', | 126 'common/instant_types.h', |
129 'common/localized_error.cc', | 127 'common/localized_error.cc', |
130 'common/localized_error.h', | 128 'common/localized_error.h', |
131 'common/logging_chrome.cc', | 129 'common/logging_chrome.cc', |
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/safe_browsing/csd.proto' | 691 'common/safe_browsing/csd.proto' |
694 ], | 692 ], |
695 'variables': { | 693 'variables': { |
696 'proto_in_dir': 'common/safe_browsing', | 694 'proto_in_dir': 'common/safe_browsing', |
697 'proto_out_dir': 'chrome/common/safe_browsing', | 695 'proto_out_dir': 'chrome/common/safe_browsing', |
698 }, | 696 }, |
699 'includes': [ '../build/protoc.gypi' ], | 697 'includes': [ '../build/protoc.gypi' ], |
700 }, | 698 }, |
701 ], | 699 ], |
702 } | 700 } |
OLD | NEW |