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

Side by Side Diff: extensions/shell/app_shell.gyp

Issue 787813004: Move ZoomController out of ChromeWebViewGuestDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix attach logic in GuestViewBase::DidAttach(). 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 {
11 'target_name': 'app_shell_lib', 11 'target_name': 'app_shell_lib',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 'app_shell_version_header', 14 'app_shell_version_header',
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/base.gyp:base_prefs', 16 '<(DEPTH)/base/base.gyp:base_prefs',
17 '<(DEPTH)/components/components.gyp:omaha_client', 17 '<(DEPTH)/components/components.gyp:omaha_client',
18 '<(DEPTH)/components/components.gyp:pref_registry', 18 '<(DEPTH)/components/components.gyp:pref_registry',
19 '<(DEPTH)/components/components.gyp:ui_zoom',
19 '<(DEPTH)/components/components.gyp:user_prefs', 20 '<(DEPTH)/components/components.gyp:user_prefs',
20 '<(DEPTH)/components/components.gyp:web_cache_renderer', 21 '<(DEPTH)/components/components.gyp:web_cache_renderer',
21 '<(DEPTH)/content/content.gyp:content', 22 '<(DEPTH)/content/content.gyp:content',
22 '<(DEPTH)/content/content.gyp:content_gpu', 23 '<(DEPTH)/content/content.gyp:content_gpu',
23 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 24 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
24 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 25 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
25 '<(DEPTH)/device/core/core.gyp:device_core', 26 '<(DEPTH)/device/core/core.gyp:device_core',
26 '<(DEPTH)/device/hid/hid.gyp:device_hid', 27 '<(DEPTH)/device/hid/hid.gyp:device_hid',
27 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration', 28 '<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_reg istration',
28 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 29 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '<@(_outputs)', 337 '<@(_outputs)',
337 ], 338 ],
338 'includes': [ 339 'includes': [
339 '../../build/util/version.gypi', 340 '../../build/util/version.gypi',
340 ], 341 ],
341 }, 342 },
342 ], 343 ],
343 }, 344 },
344 ], # targets 345 ], # targets
345 } 346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698