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

Side by Side Diff: extensions/extensions.gyp

Issue 769593003: Move ZoomObserver, ZoomController and ZoomEventManager to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac build fix #4. Created 6 years 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'browser/renderer_startup_helper.h', 725 'browser/renderer_startup_helper.h',
726 'browser/runtime_data.cc', 726 'browser/runtime_data.cc',
727 'browser/runtime_data.h', 727 'browser/runtime_data.h',
728 'browser/script_execution_observer.h', 728 'browser/script_execution_observer.h',
729 'browser/script_executor.cc', 729 'browser/script_executor.cc',
730 'browser/script_executor.h', 730 'browser/script_executor.h',
731 'browser/state_store.cc', 731 'browser/state_store.cc',
732 'browser/state_store.h', 732 'browser/state_store.h',
733 'browser/suggest_permission_util.cc', 733 'browser/suggest_permission_util.cc',
734 'browser/suggest_permission_util.h', 734 'browser/suggest_permission_util.h',
735 'browser/ui/zoom/zoom_controller.cc',
736 'browser/ui/zoom/zoom_controller.h',
737 'browser/ui/zoom/zoom_event_manager.cc',
738 'browser/ui/zoom/zoom_event_manager.h',
739 'browser/ui/zoom/zoom_observer.h',
735 'browser/uninstall_reason.h', 740 'browser/uninstall_reason.h',
736 'browser/update_observer.h', 741 'browser/update_observer.h',
737 'browser/updater/extension_cache.h', 742 'browser/updater/extension_cache.h',
738 'browser/updater/extension_downloader.cc', 743 'browser/updater/extension_downloader.cc',
739 'browser/updater/extension_downloader.h', 744 'browser/updater/extension_downloader.h',
740 'browser/updater/extension_downloader_delegate.cc', 745 'browser/updater/extension_downloader_delegate.cc',
741 'browser/updater/extension_downloader_delegate.h', 746 'browser/updater/extension_downloader_delegate.h',
742 'browser/updater/manifest_fetch_data.cc', 747 'browser/updater/manifest_fetch_data.cc',
743 'browser/updater/manifest_fetch_data.h', 748 'browser/updater/manifest_fetch_data.h',
744 'browser/updater/null_extension_cache.cc', 749 'browser/updater/null_extension_cache.cc',
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 'conditions': [ 1271 'conditions': [
1267 ['OS=="win" and win_use_allocator_shim==1', { 1272 ['OS=="win" and win_use_allocator_shim==1', {
1268 'dependencies': [ 1273 'dependencies': [
1269 '../base/allocator/allocator.gyp:allocator', 1274 '../base/allocator/allocator.gyp:allocator',
1270 ], 1275 ],
1271 }], 1276 }],
1272 ], 1277 ],
1273 }, 1278 },
1274 ] 1279 ]
1275 } 1280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698