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

Side by Side Diff: chrome/common/extensions/api/api.gyp

Issue 15962012: Revert "Identity API: Add component app for auth flow UI" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
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': 'api', 8 'target_name': 'api',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'experimental_system_info_cpu.idl', 55 'experimental_system_info_cpu.idl',
56 'experimental_system_info_memory.idl', 56 'experimental_system_info_memory.idl',
57 'experimental_system_info_storage.idl', 57 'experimental_system_info_storage.idl',
58 'extension.json', 58 'extension.json',
59 'file_browser_handler_internal.json', 59 'file_browser_handler_internal.json',
60 'file_system.idl', 60 'file_system.idl',
61 'font_settings.json', 61 'font_settings.json',
62 'history.json', 62 'history.json',
63 'i18n.json', 63 'i18n.json',
64 'identity.idl', 64 'identity.idl',
65 'identity_private.idl',
66 'idle.json', 65 'idle.json',
67 'managed_mode_private.json', 66 'managed_mode_private.json',
68 'management.json', 67 'management.json',
69 'manifest_types.json', 68 'manifest_types.json',
70 'media_galleries.idl', 69 'media_galleries.idl',
71 'media_galleries_private.idl', 70 'media_galleries_private.idl',
72 'media_player_private.json', 71 'media_player_private.json',
73 'metrics_private.json', 72 'metrics_private.json',
74 'networking_private.json', 73 'networking_private.json',
75 'notifications.idl', 74 'notifications.idl',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ['OS!="chromeos"', { 117 ['OS!="chromeos"', {
119 'schema_files!': [ 118 'schema_files!': [
120 'file_browser_handler_internal.json', 119 'file_browser_handler_internal.json',
121 'rtc_private.idl', 120 'rtc_private.idl',
122 ], 121 ],
123 }], 122 }],
124 ], 123 ],
125 }, 124 },
126 ], 125 ],
127 } 126 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/identity_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698