| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'common/crash_keys.h', | 50 'common/crash_keys.h', |
| 51 'common/custom_handlers/protocol_handler.cc', | 51 'common/custom_handlers/protocol_handler.cc', |
| 52 'common/custom_handlers/protocol_handler.h', | 52 'common/custom_handlers/protocol_handler.h', |
| 53 'common/descriptors_android.h', | 53 'common/descriptors_android.h', |
| 54 'common/favicon/favicon_url_parser.cc', | 54 'common/favicon/favicon_url_parser.cc', |
| 55 'common/favicon/favicon_url_parser.h', | 55 'common/favicon/favicon_url_parser.h', |
| 56 'common/icon_with_badge_image_source.cc', | 56 'common/icon_with_badge_image_source.cc', |
| 57 'common/icon_with_badge_image_source.h', | 57 'common/icon_with_badge_image_source.h', |
| 58 'common/ini_parser.cc', | 58 'common/ini_parser.cc', |
| 59 'common/ini_parser.h', | 59 'common/ini_parser.h', |
| 60 'common/instant_restricted_id_cache.h', | |
| 61 'common/instant_types.cc', | 60 'common/instant_types.cc', |
| 62 'common/instant_types.h', | 61 'common/instant_types.h', |
| 63 'common/localized_error.cc', | 62 'common/localized_error.cc', |
| 64 'common/localized_error.h', | 63 'common/localized_error.h', |
| 65 'common/logging_chrome.cc', | 64 'common/logging_chrome.cc', |
| 66 'common/logging_chrome.h', | 65 'common/logging_chrome.h', |
| 67 'common/mac/app_mode_common.h', | 66 'common/mac/app_mode_common.h', |
| 68 'common/mac/app_mode_common.mm', | 67 'common/mac/app_mode_common.mm', |
| 69 'common/mac/app_shim_launch.h', | 68 'common/mac/app_shim_launch.h', |
| 70 'common/mac/app_shim_messages.h', | 69 'common/mac/app_shim_messages.h', |
| (...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'common/safe_browsing/csd.proto' | 678 'common/safe_browsing/csd.proto' |
| 680 ], | 679 ], |
| 681 'variables': { | 680 'variables': { |
| 682 'proto_in_dir': 'common/safe_browsing', | 681 'proto_in_dir': 'common/safe_browsing', |
| 683 'proto_out_dir': 'chrome/common/safe_browsing', | 682 'proto_out_dir': 'chrome/common/safe_browsing', |
| 684 }, | 683 }, |
| 685 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
| 686 }, | 685 }, |
| 687 ], | 686 ], |
| 688 } | 687 } |
| OLD | NEW |