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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11968032: Move 'theme' parsing out of Extension class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed IncognitoAutofillManagerTest unittest Created 7 years, 10 months 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'common/extensions/api/identity/oauth2_manifest_handler.cc', 163 'common/extensions/api/identity/oauth2_manifest_handler.cc',
164 'common/extensions/api/identity/oauth2_manifest_handler.h', 164 'common/extensions/api/identity/oauth2_manifest_handler.h',
165 'common/extensions/api/input_ime/input_components_handler.cc', 165 'common/extensions/api/input_ime/input_components_handler.cc',
166 'common/extensions/api/input_ime/input_components_handler.h', 166 'common/extensions/api/input_ime/input_components_handler.h',
167 'common/extensions/api/file_handlers/file_handlers_parser.cc', 167 'common/extensions/api/file_handlers/file_handlers_parser.cc',
168 'common/extensions/api/file_handlers/file_handlers_parser.h', 168 'common/extensions/api/file_handlers/file_handlers_parser.h',
169 'common/extensions/api/omnibox/omnibox_handler.cc', 169 'common/extensions/api/omnibox/omnibox_handler.cc',
170 'common/extensions/api/omnibox/omnibox_handler.h', 170 'common/extensions/api/omnibox/omnibox_handler.h',
171 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 171 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
172 'common/extensions/api/speech/tts_engine_manifest_handler.h', 172 'common/extensions/api/speech/tts_engine_manifest_handler.h',
173 'common/extensions/api/themes/theme_handler.cc',
174 'common/extensions/api/themes/theme_handler.h',
173 'common/extensions/command.cc', 175 'common/extensions/command.cc',
174 'common/extensions/command.h', 176 'common/extensions/command.h',
175 'common/extensions/csp_validator.cc', 177 'common/extensions/csp_validator.cc',
176 'common/extensions/csp_validator.h', 178 'common/extensions/csp_validator.h',
177 'common/extensions/event_filter.cc', 179 'common/extensions/event_filter.cc',
178 'common/extensions/event_filter.h', 180 'common/extensions/event_filter.h',
179 'common/extensions/event_filtering_info.cc', 181 'common/extensions/event_filtering_info.cc',
180 'common/extensions/event_filtering_info.h', 182 'common/extensions/event_filtering_info.h',
181 'common/extensions/event_matcher.cc', 183 'common/extensions/event_matcher.cc',
182 'common/extensions/event_matcher.h', 184 'common/extensions/event_matcher.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 ['exclude', '^common/extensions/api/'], 486 ['exclude', '^common/extensions/api/'],
485 ['include', 'common/extensions/api/extension_api_stub.cc'], 487 ['include', 'common/extensions/api/extension_api_stub.cc'],
486 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 488 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
487 ['include', 'common/extensions/api/extension_action/action_info.h'], 489 ['include', 'common/extensions/api/extension_action/action_info.h'],
488 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 490 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
489 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 491 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
490 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 492 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
491 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 493 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
492 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 494 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
493 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 495 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
496 ['include', 'common/extensions/api/themes/theme_handler.cc'],
497 ['include', 'common/extensions/api/themes/theme_handler.h'],
494 ], 498 ],
495 }], 499 }],
496 ['remoting==1', { 500 ['remoting==1', {
497 'dependencies': [ 501 'dependencies': [
498 '../remoting/remoting.gyp:remoting_client_plugin', 502 '../remoting/remoting.gyp:remoting_client_plugin',
499 ], 503 ],
500 }], 504 }],
501 ['enable_automation==0', { 505 ['enable_automation==0', {
502 'sources/': [ 506 'sources/': [
503 ['exclude', '^common/automation_'] 507 ['exclude', '^common/automation_']
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'common/metrics/proto/user_action_event.proto', 697 'common/metrics/proto/user_action_event.proto',
694 ], 698 ],
695 'variables': { 699 'variables': {
696 'proto_in_dir': 'common/metrics/proto', 700 'proto_in_dir': 'common/metrics/proto',
697 'proto_out_dir': 'chrome/common/metrics/proto', 701 'proto_out_dir': 'chrome/common/metrics/proto',
698 }, 702 },
699 'includes': [ '../build/protoc.gypi' ], 703 'includes': [ '../build/protoc.gypi' ],
700 }, 704 },
701 ], 705 ],
702 } 706 }
OLDNEW
« no previous file with comments | « chrome/browser/themes/theme_service_factory.cc ('k') | chrome/common/extensions/api/i18n/default_locale_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698