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

Side by Side Diff: extensions/extensions.gyp

Issue 787813004: Move ZoomController out of ChromeWebViewGuestDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build deps, address fsamuel@'s comments. 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'type': 'static_library', 283 'type': 'static_library',
284 'dependencies': [ 284 'dependencies': [
285 '../base/base.gyp:base', 285 '../base/base.gyp:base',
286 '../base/base.gyp:base_prefs', 286 '../base/base.gyp:base_prefs',
287 '../components/components.gyp:copresence_endpoints', 287 '../components/components.gyp:copresence_endpoints',
288 '../components/components.gyp:keyed_service_content', 288 '../components/components.gyp:keyed_service_content',
289 '../components/components.gyp:keyed_service_core', 289 '../components/components.gyp:keyed_service_core',
290 '../components/components.gyp:pref_registry', 290 '../components/components.gyp:pref_registry',
291 '../components/components.gyp:sessions_content', 291 '../components/components.gyp:sessions_content',
292 '../components/components.gyp:storage_monitor', 292 '../components/components.gyp:storage_monitor',
293 '../components/components.gyp:ui_zoom',
293 '../components/components.gyp:web_cache_browser', 294 '../components/components.gyp:web_cache_browser',
294 '../components/components.gyp:web_modal', 295 '../components/components.gyp:web_modal',
295 '../content/content.gyp:content_browser', 296 '../content/content.gyp:content_browser',
296 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 297 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
297 '../device/serial/serial.gyp:device_serial', 298 '../device/serial/serial.gyp:device_serial',
298 '../google_apis/google_apis.gyp:google_apis', 299 '../google_apis/google_apis.gyp:google_apis',
299 '../skia/skia.gyp:skia', 300 '../skia/skia.gyp:skia',
300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 301 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
301 '../third_party/re2/re2.gyp:re2', 302 '../third_party/re2/re2.gyp:re2',
302 'browser/api/api_registration.gyp:extensions_api_registration', 303 'browser/api/api_registration.gyp:extensions_api_registration',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'conditions': [ 1272 'conditions': [
1272 ['OS=="win" and win_use_allocator_shim==1', { 1273 ['OS=="win" and win_use_allocator_shim==1', {
1273 'dependencies': [ 1274 'dependencies': [
1274 '../base/allocator/allocator.gyp:allocator', 1275 '../base/allocator/allocator.gyp:allocator',
1275 ], 1276 ],
1276 }], 1277 }],
1277 ], 1278 ],
1278 }, 1279 },
1279 ] 1280 ]
1280 } 1281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698