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

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

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set similarity Created 7 years, 4 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) 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'notifications.idl', 78 'notifications.idl',
79 'omnibox.json', 79 'omnibox.json',
80 'page_capture.json', 80 'page_capture.json',
81 'permissions.json', 81 'permissions.json',
82 'preferences_private.json', 82 'preferences_private.json',
83 'power.idl', 83 'power.idl',
84 'push_messaging.idl', 84 'push_messaging.idl',
85 'rtc_private.idl', 85 'rtc_private.idl',
86 'runtime.json', 86 'runtime.json',
87 'serial.idl', 87 'serial.idl',
88 'session_restore.json', 88 'sessions.json',
89 'socket.idl', 89 'socket.idl',
90 'storage.json', 90 'storage.json',
91 'sync_file_system.idl', 91 'sync_file_system.idl',
92 'system_indicator.idl', 92 'system_indicator.idl',
93 'system_cpu.idl', 93 'system_cpu.idl',
94 'system_display.idl', 94 'system_display.idl',
95 'system_storage.idl', 95 'system_storage.idl',
96 'system_private.json', 96 'system_private.json',
97 'tab_capture.idl', 97 'tab_capture.idl',
98 'tabs.json', 98 'tabs.json',
(...skipping 24 matching lines...) Expand all
123 ['OS!="chromeos"', { 123 ['OS!="chromeos"', {
124 'schema_files!': [ 124 'schema_files!': [
125 'file_browser_handler_internal.json', 125 'file_browser_handler_internal.json',
126 'rtc_private.idl', 126 'rtc_private.idl',
127 ], 127 ],
128 }], 128 }],
129 ], 129 ],
130 }, 130 },
131 ], 131 ],
132 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698