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

Side by Side Diff: chrome/common/extensions/docs/server2/test_data/canned_data.py

Issue 344453003: Docserver: separate models for apps and extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/Add comment Created 6 years, 6 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 import json 5 import json
6 6
7 from extensions_paths import CHROME_EXTENSIONS 7 from extensions_paths import CHROME_EXTENSIONS
8 from third_party.json_schema_compiler.json_parse import OrderedDict 8 from third_party.json_schema_compiler.json_parse import OrderedDict
9 from test_file_system import MoveAllTo, MoveTo 9 from test_file_system import MoveAllTo, MoveTo
10 10
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'channel': 'stable' 349 'channel': 'stable'
350 }, 350 },
351 'web_request': { 351 'web_request': {
352 'channel': 'stable' 352 'channel': 'stable'
353 } 353 }
354 }), 354 }),
355 '_permission_features.json': json.dumps({ 355 '_permission_features.json': json.dumps({
356 'alarms': { 356 'alarms': {
357 'channel': 'stable' 357 'channel': 'stable'
358 }, 358 },
359 'appsFirst': {
360 'channel': 'stable',
361 'extension_types': ['extension', 'platform_app']
362 },
359 'bluetooth': { 363 'bluetooth': {
360 'channel': 'dev' 364 'channel': 'dev'
361 }, 365 },
362 'bookmarks': { 366 'bookmarks': {
363 'channel': 'stable' 367 'channel': 'stable'
364 }, 368 },
365 'cookies': { 369 'cookies': {
366 'channel': 'dev' 370 'channel': 'dev'
367 }, 371 },
368 'declarativeContent': { 372 'declarativeContent': {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'channel': 'stable' 482 'channel': 'stable'
479 }, 483 },
480 'web_request': { 484 'web_request': {
481 'channel': 'stable' 485 'channel': 'stable'
482 } 486 }
483 }), 487 }),
484 '_permission_features.json': json.dumps({ 488 '_permission_features.json': json.dumps({
485 'alarms': { 489 'alarms': {
486 'channel': 'stable' 490 'channel': 'stable'
487 }, 491 },
492 'appsFirst': {
493 'channel': 'stable',
494 'extension_types': ['extension', 'platform_app']
495 },
488 'bluetooth': { 496 'bluetooth': {
489 'channel': 'dev' 497 'channel': 'dev'
490 }, 498 },
491 'bookmarks': { 499 'bookmarks': {
492 'channel': 'stable' 500 'channel': 'stable'
493 }, 501 },
494 'context_menus': { 502 'context_menus': {
495 'channel': 'trunk' 503 'channel': 'trunk'
496 }, 504 },
497 'declarativeContent': { 505 'declarativeContent': {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'channel': 'stable' 599 'channel': 'stable'
592 }, 600 },
593 'web_request': { 601 'web_request': {
594 'channel': 'stable' 602 'channel': 'stable'
595 } 603 }
596 }), 604 }),
597 '_permission_features.json': json.dumps({ 605 '_permission_features.json': json.dumps({
598 'alarms': { 606 'alarms': {
599 'channel': 'stable' 607 'channel': 'stable'
600 }, 608 },
609 'appsFirst': {
610 'channel': 'stable',
611 'extension_types': ['extension', 'platform_app']
612 },
601 'bluetooth': { 613 'bluetooth': {
602 'channel': 'dev' 614 'channel': 'dev'
603 }, 615 },
604 'bookmarks': { 616 'bookmarks': {
605 'channel': 'stable' 617 'channel': 'stable'
606 }, 618 },
607 'context_menus': { 619 'context_menus': {
608 'channel': 'trunk' 620 'channel': 'trunk'
609 }, 621 },
610 'declarativeContent': { 622 'declarativeContent': {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'channel': 'stable' 656 'channel': 'stable'
645 }, 657 },
646 'runtime': { 658 'runtime': {
647 'channel': 'stable' 659 'channel': 'stable'
648 } 660 }
649 }), 661 }),
650 '_permission_features.json': json.dumps({ 662 '_permission_features.json': json.dumps({
651 'alarms': { 663 'alarms': {
652 'channel': 'stable' 664 'channel': 'stable'
653 }, 665 },
666 'appsFirst': {
667 'channel': 'stable',
668 'extension_types': ['platform_app']
669 },
654 'bookmarks': { 670 'bookmarks': {
655 'channel': 'stable' 671 'channel': 'stable'
656 }, 672 },
657 'systemInfo.display': { 673 'systemInfo.display': {
658 'channel': 'stable' 674 'channel': 'stable'
659 }, 675 },
660 'webRequest': { 676 'webRequest': {
661 'channel': 'stable' 677 'channel': 'stable'
662 } 678 }
663 }), 679 }),
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 { 1033 {
1018 'namespace': 'idle' 1034 'namespace': 'idle'
1019 }, 1035 },
1020 { 1036 {
1021 'namespace': 'experimental.menus' 1037 'namespace': 'experimental.menus'
1022 } 1038 }
1023 ]) 1039 ])
1024 } 1040 }
1025 } 1041 }
1026 }) 1042 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698