Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Side by Side Diff: chrome/chrome_common.gypi

Issue 719243002: Move default_locale manifest handler out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: type alias Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'common/worker_thread_ticker.cc', 126 'common/worker_thread_ticker.cc',
127 'common/worker_thread_ticker.h', 127 'common/worker_thread_ticker.h',
128 ], 128 ],
129 'chrome_common_extensions_sources': [ 129 'chrome_common_extensions_sources': [
130 'common/extensions/api/commands/commands_handler.cc', 130 'common/extensions/api/commands/commands_handler.cc',
131 'common/extensions/api/commands/commands_handler.h', 131 'common/extensions/api/commands/commands_handler.h',
132 'common/extensions/api/extension_action/action_info.cc', 132 'common/extensions/api/extension_action/action_info.cc',
133 'common/extensions/api/extension_action/action_info.h', 133 'common/extensions/api/extension_action/action_info.h',
134 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', 134 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
135 'common/extensions/api/file_browser_handlers/file_browser_handler.h', 135 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
136 'common/extensions/api/i18n/default_locale_handler.cc',
137 'common/extensions/api/i18n/default_locale_handler.h',
138 'common/extensions/api/input_ime/input_components_handler.cc', 136 'common/extensions/api/input_ime/input_components_handler.cc',
139 'common/extensions/api/input_ime/input_components_handler.h', 137 'common/extensions/api/input_ime/input_components_handler.h',
140 'common/extensions/api/notifications/notification_style.cc', 138 'common/extensions/api/notifications/notification_style.cc',
141 'common/extensions/api/notifications/notification_style.h', 139 'common/extensions/api/notifications/notification_style.h',
142 'common/extensions/api/omnibox/omnibox_handler.cc', 140 'common/extensions/api/omnibox/omnibox_handler.cc',
143 'common/extensions/api/omnibox/omnibox_handler.h', 141 'common/extensions/api/omnibox/omnibox_handler.h',
144 'common/extensions/api/plugins/plugins_handler.cc', 142 'common/extensions/api/plugins/plugins_handler.cc',
145 'common/extensions/api/plugins/plugins_handler.h', 143 'common/extensions/api/plugins/plugins_handler.h',
146 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 144 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
147 'common/extensions/api/speech/tts_engine_manifest_handler.h', 145 'common/extensions/api/speech/tts_engine_manifest_handler.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'common/safe_browsing/csd.proto' 676 'common/safe_browsing/csd.proto'
679 ], 677 ],
680 'variables': { 678 'variables': {
681 'proto_in_dir': 'common/safe_browsing', 679 'proto_in_dir': 'common/safe_browsing',
682 'proto_out_dir': 'chrome/common/safe_browsing', 680 'proto_out_dir': 'chrome/common/safe_browsing',
683 }, 681 },
684 'includes': [ '../build/protoc.gypi' ], 682 'includes': [ '../build/protoc.gypi' ],
685 }, 683 },
686 ], 684 ],
687 } 685 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698