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

Side by Side Diff: chrome/chrome_common.gypi

Issue 22944002: Implementation of the "Redirect URLs to Packaged Apps" feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments + lint errors Created 7 years, 3 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 | Annotate | Revision Log
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 '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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'common/extensions/api/omnibox/omnibox_handler.cc', 187 'common/extensions/api/omnibox/omnibox_handler.cc',
188 'common/extensions/api/omnibox/omnibox_handler.h', 188 'common/extensions/api/omnibox/omnibox_handler.h',
189 'common/extensions/api/page_launcher/page_launcher_handler.cc', 189 'common/extensions/api/page_launcher/page_launcher_handler.cc',
190 'common/extensions/api/page_launcher/page_launcher_handler.h', 190 'common/extensions/api/page_launcher/page_launcher_handler.h',
191 'common/extensions/api/plugins/plugins_handler.cc', 191 'common/extensions/api/plugins/plugins_handler.cc',
192 'common/extensions/api/plugins/plugins_handler.h', 192 'common/extensions/api/plugins/plugins_handler.h',
193 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 193 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
194 'common/extensions/api/speech/tts_engine_manifest_handler.h', 194 'common/extensions/api/speech/tts_engine_manifest_handler.h',
195 'common/extensions/api/system_indicator/system_indicator_handler.cc', 195 'common/extensions/api/system_indicator/system_indicator_handler.cc',
196 'common/extensions/api/system_indicator/system_indicator_handler.h', 196 'common/extensions/api/system_indicator/system_indicator_handler.h',
197 'common/extensions/api/url_handlers/url_handlers_parser.cc',
198 'common/extensions/api/url_handlers/url_handlers_parser.h',
197 'common/extensions/background_info.cc', 199 'common/extensions/background_info.cc',
198 'common/extensions/background_info.h', 200 'common/extensions/background_info.h',
199 'common/extensions/command.cc', 201 'common/extensions/command.cc',
200 'common/extensions/command.h', 202 'common/extensions/command.h',
201 'common/extensions/csp_handler.cc', 203 'common/extensions/csp_handler.cc',
202 'common/extensions/csp_handler.h', 204 'common/extensions/csp_handler.h',
203 'common/extensions/csp_validator.cc', 205 'common/extensions/csp_validator.cc',
204 'common/extensions/csp_validator.h', 206 'common/extensions/csp_validator.h',
205 'common/extensions/extension.cc', 207 'common/extensions/extension.cc',
206 'common/extensions/extension.h', 208 'common/extensions/extension.h',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'common/metrics/proto/user_action_event.proto', 732 'common/metrics/proto/user_action_event.proto',
731 ], 733 ],
732 'variables': { 734 'variables': {
733 'proto_in_dir': 'common/metrics/proto', 735 'proto_in_dir': 'common/metrics/proto',
734 'proto_out_dir': 'chrome/common/metrics/proto', 736 'proto_out_dir': 'chrome/common/metrics/proto',
735 }, 737 },
736 'includes': [ '../build/protoc.gypi' ], 738 'includes': [ '../build/protoc.gypi' ],
737 }, 739 },
738 ], 740 ],
739 } 741 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698