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

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: Get rid of defines used for testing deps Created 4 years, 9 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_child.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../ui/events/blink/events_blink.gyp:events_blink', 56 '../ui/events/blink/events_blink.gyp:events_blink',
57 '../ui/events/events.gyp:events', 57 '../ui/events/events.gyp:events',
58 '../ui/events/events.gyp:events_base', 58 '../ui/events/events.gyp:events_base',
59 '../ui/events/events.gyp:gesture_detection', 59 '../ui/events/events.gyp:gesture_detection',
60 '../ui/gfx/gfx.gyp:gfx', 60 '../ui/gfx/gfx.gyp:gfx',
61 '../ui/gfx/gfx.gyp:gfx_geometry', 61 '../ui/gfx/gfx.gyp:gfx_geometry',
62 '../ui/resources/ui_resources.gyp:ui_resources', 62 '../ui/resources/ui_resources.gyp:ui_resources',
63 '../ui/snapshot/snapshot.gyp:snapshot', 63 '../ui/snapshot/snapshot.gyp:snapshot',
64 '../ui/surface/surface.gyp:surface', 64 '../ui/surface/surface.gyp:surface',
65 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 65 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
66 '../url/ipc/url_ipc.gyp:url_ipc',
66 'app/resources/content_resources.gyp:content_resources', 67 'app/resources/content_resources.gyp:content_resources',
67 'app/strings/content_strings.gyp:content_strings', 68 'app/strings/content_strings.gyp:content_strings',
68 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 69 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
69 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 70 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
70 'browser/devtools/devtools_resources.gyp:devtools_resources', 71 'browser/devtools/devtools_resources.gyp:devtools_resources',
71 'browser/devtools/devtools.gyp:devtools_protocol_handler', 72 'browser/devtools/devtools.gyp:devtools_protocol_handler',
72 'browser/notifications/notification_proto.gyp:notification_proto', 73 'browser/notifications/notification_proto.gyp:notification_proto',
73 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 74 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
74 'browser/speech/proto/speech_proto.gyp:speech_proto', 75 'browser/speech/proto/speech_proto.gyp:speech_proto',
75 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 76 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 ['enable_webvr==1 and OS=="android"', { 2198 ['enable_webvr==1 and OS=="android"', {
2198 'sources': [ 2199 'sources': [
2199 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2200 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2200 'browser/vr/android/cardboard/cardboard_vr_device.h', 2201 'browser/vr/android/cardboard/cardboard_vr_device.h',
2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2203 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2203 ], 2204 ],
2204 }], 2205 }],
2205 ], 2206 ],
2206 } 2207 }
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698