| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'common/profiling.cc', | 94 'common/profiling.cc', |
| 95 'common/profiling.h', | 95 'common/profiling.h', |
| 96 'common/ref_counted_util.h', | 96 'common/ref_counted_util.h', |
| 97 'common/render_messages.cc', | 97 'common/render_messages.cc', |
| 98 'common/render_messages.h', | 98 'common/render_messages.h', |
| 99 'common/safe_browsing/safebrowsing_messages.h', | 99 'common/safe_browsing/safebrowsing_messages.h', |
| 100 'common/search_provider.h', | 100 'common/search_provider.h', |
| 101 'common/search_types.h', | 101 'common/search_types.h', |
| 102 'common/search_urls.cc', | 102 'common/search_urls.cc', |
| 103 'common/search_urls.h', | 103 'common/search_urls.h', |
| 104 'common/secure_origin_whitelist.cc', |
| 105 'common/secure_origin_whitelist.h', |
| 104 'common/spellcheck_common.cc', | 106 'common/spellcheck_common.cc', |
| 105 'common/spellcheck_common.h', | 107 'common/spellcheck_common.h', |
| 106 'common/spellcheck_marker.h', | 108 'common/spellcheck_marker.h', |
| 107 'common/spellcheck_messages.h', | 109 'common/spellcheck_messages.h', |
| 108 'common/spellcheck_result.h', | 110 'common/spellcheck_result.h', |
| 109 'common/switch_utils.cc', | 111 'common/switch_utils.cc', |
| 110 'common/switch_utils.h', | 112 'common/switch_utils.h', |
| 111 'common/tts_messages.h', | 113 'common/tts_messages.h', |
| 112 'common/tts_utterance_request.cc', | 114 'common/tts_utterance_request.cc', |
| 113 'common/tts_utterance_request.h', | 115 'common/tts_utterance_request.h', |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'common/safe_browsing/csd.proto' | 680 'common/safe_browsing/csd.proto' |
| 679 ], | 681 ], |
| 680 'variables': { | 682 'variables': { |
| 681 'proto_in_dir': 'common/safe_browsing', | 683 'proto_in_dir': 'common/safe_browsing', |
| 682 'proto_out_dir': 'chrome/common/safe_browsing', | 684 'proto_out_dir': 'chrome/common/safe_browsing', |
| 683 }, | 685 }, |
| 684 'includes': [ '../build/protoc.gypi' ], | 686 'includes': [ '../build/protoc.gypi' ], |
| 685 }, | 687 }, |
| 686 ], | 688 ], |
| 687 } | 689 } |
| OLD | NEW |