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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'common/search_urls.cc', | 99 'common/search_urls.cc', |
100 'common/search_urls.h', | 100 'common/search_urls.h', |
101 'common/secure_origin_whitelist.cc', | 101 'common/secure_origin_whitelist.cc', |
102 'common/secure_origin_whitelist.h', | 102 'common/secure_origin_whitelist.h', |
103 'common/spellcheck_bdict_language.h', | 103 'common/spellcheck_bdict_language.h', |
104 'common/spellcheck_common.cc', | 104 'common/spellcheck_common.cc', |
105 'common/spellcheck_common.h', | 105 'common/spellcheck_common.h', |
106 'common/spellcheck_marker.h', | 106 'common/spellcheck_marker.h', |
107 'common/spellcheck_messages.h', | 107 'common/spellcheck_messages.h', |
108 'common/spellcheck_result.h', | 108 'common/spellcheck_result.h', |
109 'common/sync_util.cc', | |
110 'common/sync_util.h', | |
111 'common/switch_utils.cc', | 109 'common/switch_utils.cc', |
112 'common/switch_utils.h', | 110 'common/switch_utils.h', |
113 'common/trace_event_args_whitelist.cc', | 111 'common/trace_event_args_whitelist.cc', |
114 'common/trace_event_args_whitelist.h', | 112 'common/trace_event_args_whitelist.h', |
115 'common/tts_messages.h', | 113 'common/tts_messages.h', |
116 'common/tts_utterance_request.cc', | 114 'common/tts_utterance_request.cc', |
117 'common/tts_utterance_request.h', | 115 'common/tts_utterance_request.h', |
118 'common/url_constants.cc', | 116 'common/url_constants.cc', |
119 'common/url_constants.h', | 117 'common/url_constants.h', |
120 'common/v8_breakpad_support_win.cc', | 118 'common/v8_breakpad_support_win.cc', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'sources': [ | 652 'sources': [ |
655 'common/resource_usage_reporter.mojom', | 653 'common/resource_usage_reporter.mojom', |
656 ], | 654 ], |
657 'dependencies': [ | 655 'dependencies': [ |
658 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 656 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
659 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 657 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
660 ], | 658 ], |
661 }, | 659 }, |
662 ], | 660 ], |
663 } | 661 } |
OLD | NEW |