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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12205002: Packaged apps manifest requires 'fullscreen' permission for HTML5 api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed template params from permission_warnings.html Created 7 years, 10 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 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'sources': [ 176 'sources': [
177 'browser/browser_keyevents_browsertest.cc', 177 'browser/browser_keyevents_browsertest.cc',
178 'browser/extensions/api/tabs/tabs_interactive_test.cc', 178 'browser/extensions/api/tabs/tabs_interactive_test.cc',
179 'browser/extensions/extension_apitest.cc', 179 'browser/extensions/extension_apitest.cc',
180 'browser/extensions/extension_browsertest.cc', 180 'browser/extensions/extension_browsertest.cc',
181 'browser/extensions/extension_crash_recovery_browsertest.cc', 181 'browser/extensions/extension_crash_recovery_browsertest.cc',
182 'browser/extensions/extension_function_test_utils.cc', 182 'browser/extensions/extension_function_test_utils.cc',
183 'browser/extensions/extension_keybinding_apitest.cc', 183 'browser/extensions/extension_keybinding_apitest.cc',
184 'browser/extensions/notifications_apitest.cc', 184 'browser/extensions/notifications_apitest.cc',
185 'browser/extensions/window_open_interactive_apitest.cc', 185 'browser/extensions/window_open_interactive_apitest.cc',
186 'browser/extensions/extension_fullscreen_apitest.cc',
186 'browser/extensions/extension_pointer_lock_apitest.cc', 187 'browser/extensions/extension_pointer_lock_apitest.cc',
187 'browser/instant/instant_browsertest.cc', 188 'browser/instant/instant_browsertest.cc',
188 'browser/instant/instant_extended_browsertest.cc', 189 'browser/instant/instant_extended_browsertest.cc',
189 'browser/instant/instant_test_utils.h', 190 'browser/instant/instant_test_utils.h',
190 'browser/instant/instant_test_utils.cc', 191 'browser/instant/instant_test_utils.cc',
191 'browser/mouseleave_browsertest.cc', 192 'browser/mouseleave_browsertest.cc',
192 'browser/notifications/desktop_notifications_unittest.cc', 193 'browser/notifications/desktop_notifications_unittest.cc',
193 'browser/notifications/desktop_notifications_unittest.h', 194 'browser/notifications/desktop_notifications_unittest.h',
194 'browser/notifications/notification_browsertest.cc', 195 'browser/notifications/notification_browsertest.cc',
195 'browser/printing/print_dialog_cloud_interative_uitest.cc', 196 'browser/printing/print_dialog_cloud_interative_uitest.cc',
(...skipping 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after
3008 'sync_integration_tests.isolate', 3009 'sync_integration_tests.isolate',
3009 ], 3010 ],
3010 'sources': [ 3011 'sources': [
3011 'sync_integration_tests.isolate', 3012 'sync_integration_tests.isolate',
3012 ], 3013 ],
3013 }, 3014 },
3014 ], 3015 ],
3015 }], 3016 }],
3016 ], # 'conditions' 3017 ], # 'conditions'
3017 } 3018 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698