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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23604068: Add "kiosk_only" manifest attribute for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename key to 'kiosk_only' 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'common/extensions/manifest_handlers/app_isolation_info.cc', 276 'common/extensions/manifest_handlers/app_isolation_info.cc',
277 'common/extensions/manifest_handlers/app_isolation_info.h', 277 'common/extensions/manifest_handlers/app_isolation_info.h',
278 'common/extensions/manifest_handlers/app_launch_info.cc', 278 'common/extensions/manifest_handlers/app_launch_info.cc',
279 'common/extensions/manifest_handlers/app_launch_info.h', 279 'common/extensions/manifest_handlers/app_launch_info.h',
280 'common/extensions/manifest_handlers/content_scripts_handler.cc', 280 'common/extensions/manifest_handlers/content_scripts_handler.cc',
281 'common/extensions/manifest_handlers/content_scripts_handler.h', 281 'common/extensions/manifest_handlers/content_scripts_handler.h',
282 'common/extensions/manifest_handlers/externally_connectable.cc', 282 'common/extensions/manifest_handlers/externally_connectable.cc',
283 'common/extensions/manifest_handlers/externally_connectable.h', 283 'common/extensions/manifest_handlers/externally_connectable.h',
284 'common/extensions/manifest_handlers/icons_handler.cc', 284 'common/extensions/manifest_handlers/icons_handler.cc',
285 'common/extensions/manifest_handlers/icons_handler.h', 285 'common/extensions/manifest_handlers/icons_handler.h',
286 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', 286 'common/extensions/manifest_handlers/kiosk_mode_info.cc',
287 'common/extensions/manifest_handlers/kiosk_enabled_info.h', 287 'common/extensions/manifest_handlers/kiosk_mode_info.h',
288 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc', 288 'common/extensions/manifest_handlers/minimum_chrome_version_checker.cc',
289 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h', 289 'common/extensions/manifest_handlers/minimum_chrome_version_checker.h',
290 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 290 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
291 'common/extensions/manifest_handlers/nacl_modules_handler.h', 291 'common/extensions/manifest_handlers/nacl_modules_handler.h',
292 'common/extensions/manifest_handlers/offline_enabled_info.cc', 292 'common/extensions/manifest_handlers/offline_enabled_info.cc',
293 'common/extensions/manifest_handlers/offline_enabled_info.h', 293 'common/extensions/manifest_handlers/offline_enabled_info.h',
294 'common/extensions/manifest_handlers/requirements_handler.cc', 294 'common/extensions/manifest_handlers/requirements_handler.cc',
295 'common/extensions/manifest_handlers/requirements_handler.h', 295 'common/extensions/manifest_handlers/requirements_handler.h',
296 'common/extensions/manifest_handlers/sandboxed_page_info.cc', 296 'common/extensions/manifest_handlers/sandboxed_page_info.cc',
297 'common/extensions/manifest_handlers/sandboxed_page_info.h', 297 'common/extensions/manifest_handlers/sandboxed_page_info.h',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 'common/metrics/proto/user_action_event.proto', 865 'common/metrics/proto/user_action_event.proto',
866 ], 866 ],
867 'variables': { 867 'variables': {
868 'proto_in_dir': 'common/metrics/proto', 868 'proto_in_dir': 'common/metrics/proto',
869 'proto_out_dir': 'chrome/common/metrics/proto', 869 'proto_out_dir': 'chrome/common/metrics/proto',
870 }, 870 },
871 'includes': [ '../build/protoc.gypi' ], 871 'includes': [ '../build/protoc.gypi' ],
872 }, 872 },
873 ], 873 ],
874 } 874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698