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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10266015: Add the --disable-off-store-extension-install switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixy fix Created 8 years, 7 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
« no previous file with comments | « chrome/browser/download/download_shelf_context_menu.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'common/extensions/file_browser_handler.cc', 149 'common/extensions/file_browser_handler.cc',
150 'common/extensions/file_browser_handler.h', 150 'common/extensions/file_browser_handler.h',
151 'common/extensions/manifest.cc', 151 'common/extensions/manifest.cc',
152 'common/extensions/manifest.h', 152 'common/extensions/manifest.h',
153 'common/extensions/manifest_feature.cc', 153 'common/extensions/manifest_feature.cc',
154 'common/extensions/manifest_feature.h', 154 'common/extensions/manifest_feature.h',
155 'common/extensions/permission_feature.cc', 155 'common/extensions/permission_feature.cc',
156 'common/extensions/permission_feature.h', 156 'common/extensions/permission_feature.h',
157 'common/extensions/simple_feature_provider.cc', 157 'common/extensions/simple_feature_provider.cc',
158 'common/extensions/simple_feature_provider.h', 158 'common/extensions/simple_feature_provider.h',
159 'common/extensions/switch_utils.cc',
160 'common/extensions/switch_utils.h',
159 'common/extensions/update_manifest.cc', 161 'common/extensions/update_manifest.cc',
160 'common/extensions/update_manifest.h', 162 'common/extensions/update_manifest.h',
161 'common/extensions/url_pattern.cc', 163 'common/extensions/url_pattern.cc',
162 'common/extensions/url_pattern.h', 164 'common/extensions/url_pattern.h',
163 'common/extensions/url_pattern_set.cc', 165 'common/extensions/url_pattern_set.cc',
164 'common/extensions/url_pattern_set.h', 166 'common/extensions/url_pattern_set.h',
165 'common/extensions/user_script.cc', 167 'common/extensions/user_script.cc',
166 'common/extensions/user_script.h', 168 'common/extensions/user_script.h',
167 'common/extensions/api/extension_api.cc', 169 'common/extensions/api/extension_api.cc',
168 'common/extensions/api/extension_api.h', 170 'common/extensions/api/extension_api.h',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'common/metrics/proto/user_action_event.proto', 509 'common/metrics/proto/user_action_event.proto',
508 ], 510 ],
509 'variables': { 511 'variables': {
510 'proto_in_dir': 'common/metrics/proto', 512 'proto_in_dir': 'common/metrics/proto',
511 'proto_out_dir': 'chrome/common/metrics/proto', 513 'proto_out_dir': 'chrome/common/metrics/proto',
512 }, 514 },
513 'includes': [ '../build/protoc.gypi' ], 515 'includes': [ '../build/protoc.gypi' ],
514 }, 516 },
515 ], 517 ],
516 } 518 }
OLDNEW
« no previous file with comments | « chrome/browser/download/download_shelf_context_menu.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698