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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12095023: Allow platform apps to add themselves to the Action Box. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'common/extensions/api/extension_action/action_info.h', 137 'common/extensions/api/extension_action/action_info.h',
138 'common/extensions/api/extension_api.cc', 138 'common/extensions/api/extension_api.cc',
139 'common/extensions/api/extension_api.h', 139 'common/extensions/api/extension_api.h',
140 'common/extensions/api/extension_api_stub.cc', 140 'common/extensions/api/extension_api_stub.cc',
141 'common/extensions/api/input_ime/input_components_handler.cc', 141 'common/extensions/api/input_ime/input_components_handler.cc',
142 'common/extensions/api/input_ime/input_components_handler.h', 142 'common/extensions/api/input_ime/input_components_handler.h',
143 'common/extensions/api/file_handlers/file_handlers_parser.cc', 143 'common/extensions/api/file_handlers/file_handlers_parser.cc',
144 'common/extensions/api/file_handlers/file_handlers_parser.h', 144 'common/extensions/api/file_handlers/file_handlers_parser.h',
145 'common/extensions/api/omnibox/omnibox_handler.cc', 145 'common/extensions/api/omnibox/omnibox_handler.cc',
146 'common/extensions/api/omnibox/omnibox_handler.h', 146 'common/extensions/api/omnibox/omnibox_handler.h',
147 'common/extensions/api/page_launcher/page_launcher_handler.cc',
148 'common/extensions/api/page_launcher/page_launcher_handler.h',
147 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 149 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
148 'common/extensions/api/speech/tts_engine_manifest_handler.h', 150 'common/extensions/api/speech/tts_engine_manifest_handler.h',
149 'common/extensions/command.cc', 151 'common/extensions/command.cc',
150 'common/extensions/command.h', 152 'common/extensions/command.h',
151 'common/extensions/csp_validator.cc', 153 'common/extensions/csp_validator.cc',
152 'common/extensions/csp_validator.h', 154 'common/extensions/csp_validator.h',
153 'common/extensions/draggable_region.cc', 155 'common/extensions/draggable_region.cc',
154 'common/extensions/draggable_region.h', 156 'common/extensions/draggable_region.h',
155 'common/extensions/event_filter.cc', 157 'common/extensions/event_filter.cc',
156 'common/extensions/event_filter.h', 158 'common/extensions/event_filter.h',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'common/metrics/proto/user_action_event.proto', 675 'common/metrics/proto/user_action_event.proto',
674 ], 676 ],
675 'variables': { 677 'variables': {
676 'proto_in_dir': 'common/metrics/proto', 678 'proto_in_dir': 'common/metrics/proto',
677 'proto_out_dir': 'chrome/common/metrics/proto', 679 'proto_out_dir': 'chrome/common/metrics/proto',
678 }, 680 },
679 'includes': [ '../build/protoc.gypi' ], 681 'includes': [ '../build/protoc.gypi' ],
680 }, 682 },
681 ], 683 ],
682 } 684 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698