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

Side by Side Diff: content/content_browser.gypi

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/mime_util/mime_util.gyp:mime_util', 10 '../components/mime_util/mime_util.gyp:mime_util',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../ui/events/blink/events_blink.gyp:events_blink', 51 '../ui/events/blink/events_blink.gyp:events_blink',
52 '../ui/events/events.gyp:events', 52 '../ui/events/events.gyp:events',
53 '../ui/events/events.gyp:events_base', 53 '../ui/events/events.gyp:events_base',
54 '../ui/events/events.gyp:gesture_detection', 54 '../ui/events/events.gyp:gesture_detection',
55 '../ui/gfx/gfx.gyp:gfx', 55 '../ui/gfx/gfx.gyp:gfx',
56 '../ui/gfx/gfx.gyp:gfx_geometry', 56 '../ui/gfx/gfx.gyp:gfx_geometry',
57 '../ui/resources/ui_resources.gyp:ui_resources', 57 '../ui/resources/ui_resources.gyp:ui_resources',
58 '../ui/snapshot/snapshot.gyp:snapshot', 58 '../ui/snapshot/snapshot.gyp:snapshot',
59 '../ui/surface/surface.gyp:surface', 59 '../ui/surface/surface.gyp:surface',
60 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 60 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
61 '../url/url.gyp:url_lib',
61 'app/resources/content_resources.gyp:content_resources', 62 'app/resources/content_resources.gyp:content_resources',
62 'app/strings/content_strings.gyp:content_strings', 63 'app/strings/content_strings.gyp:content_strings',
63 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 64 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
64 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 65 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
65 'browser/devtools/devtools_resources.gyp:devtools_resources', 66 'browser/devtools/devtools_resources.gyp:devtools_resources',
66 'browser/devtools/devtools.gyp:devtools_protocol_handler', 67 'browser/devtools/devtools.gyp:devtools_protocol_handler',
67 'browser/notifications/notification_proto.gyp:notification_proto', 68 'browser/notifications/notification_proto.gyp:notification_proto',
68 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 69 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
69 'browser/speech/proto/speech_proto.gyp:speech_proto', 70 'browser/speech/proto/speech_proto.gyp:speech_proto',
70 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 71 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
(...skipping 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 ['enable_webvr==1 and OS=="android"', { 2189 ['enable_webvr==1 and OS=="android"', {
2189 'sources': [ 2190 'sources': [
2190 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2191 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2191 'browser/vr/android/cardboard/cardboard_vr_device.h', 2192 'browser/vr/android/cardboard/cardboard_vr_device.h',
2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2194 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2194 ], 2195 ],
2195 }], 2196 }],
2196 ], 2197 ],
2197 } 2198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698