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

Side by Side Diff: content/content_browser.gypi

Issue 1760383002: Remove some unneeded directories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: , 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 | « no previous file | mojo/mojo_services.gyp » ('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 11 matching lines...) Expand all
22 '../google_apis/google_apis.gyp:google_apis', 22 '../google_apis/google_apis.gyp:google_apis',
23 '../gpu/gpu.gyp:gpu', 23 '../gpu/gpu.gyp:gpu',
24 '../mojo/mojo_base.gyp:mojo_application_base', 24 '../mojo/mojo_base.gyp:mojo_application_base',
25 '../mojo/mojo_base.gyp:mojo_geometry_lib', 25 '../mojo/mojo_base.gyp:mojo_geometry_lib',
26 '../mojo/mojo_base.gyp:mojo_url_type_converters', 26 '../mojo/mojo_base.gyp:mojo_url_type_converters',
27 '../mojo/mojo_base.gyp:tracing_service', 27 '../mojo/mojo_base.gyp:tracing_service',
28 '../mojo/mojo_base.gyp:tracing_service_lib', 28 '../mojo/mojo_base.gyp:tracing_service_lib',
29 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 29 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
30 '../mojo/mojo_public.gyp:mojo_js_bindings', 30 '../mojo/mojo_public.gyp:mojo_js_bindings',
31 '../mojo/mojo_services.gyp:network_service_bindings_lib', 31 '../mojo/mojo_services.gyp:network_service_bindings_lib',
32 '../mojo/mojo_services.gyp:updater_bindings_lib',
33 '../mojo/mojo_shell.gyp:mojo_runner_host_lib', 32 '../mojo/mojo_shell.gyp:mojo_runner_host_lib',
34 '../mojo/mojo_shell.gyp:mojo_shell_lib', 33 '../mojo/mojo_shell.gyp:mojo_shell_lib',
35 '../net/net.gyp:http_server', 34 '../net/net.gyp:http_server',
36 '../net/net.gyp:net', 35 '../net/net.gyp:net',
37 '../net/net.gyp:net_extras', 36 '../net/net.gyp:net_extras',
38 '../sandbox/sandbox.gyp:sandbox', 37 '../sandbox/sandbox.gyp:sandbox',
39 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
40 '../skia/skia.gyp:skia_mojo', 39 '../skia/skia.gyp:skia_mojo',
41 '../sql/sql.gyp:sql', 40 '../sql/sql.gyp:sql',
42 '../storage/storage_browser.gyp:storage', 41 '../storage/storage_browser.gyp:storage',
(...skipping 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 ['enable_webvr==1 and OS=="android"', { 2197 ['enable_webvr==1 and OS=="android"', {
2199 'sources': [ 2198 'sources': [
2200 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2199 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2201 'browser/vr/android/cardboard/cardboard_vr_device.h', 2200 'browser/vr/android/cardboard/cardboard_vr_device.h',
2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2203 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2204 ], 2203 ],
2205 }], 2204 }],
2206 ], 2205 ],
2207 } 2206 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_services.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698