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

Side by Side Diff: content/content_browser.gypi

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings Created 4 years, 7 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 | « components/leveldb/leveldb.gyp ('k') | content/content_common.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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 15 matching lines...) Expand all
26 '../gpu/gpu.gyp:gpu_ipc_common', 26 '../gpu/gpu.gyp:gpu_ipc_common',
27 '../mojo/mojo_base.gyp:mojo_geometry_lib', 27 '../mojo/mojo_base.gyp:mojo_geometry_lib',
28 '../mojo/mojo_base.gyp:mojo_url_type_converters', 28 '../mojo/mojo_base.gyp:mojo_url_type_converters',
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 '../net/net.gyp:http_server', 31 '../net/net.gyp:http_server',
32 '../net/net.gyp:net', 32 '../net/net.gyp:net',
33 '../net/net.gyp:net_extras', 33 '../net/net.gyp:net_extras',
34 '../sandbox/sandbox.gyp:sandbox', 34 '../sandbox/sandbox.gyp:sandbox',
35 '../services/shell/shell.gyp:shell_lib', 35 '../services/shell/shell.gyp:shell_lib',
36 '../services/shell/shell.gyp:shell_public',
37 '../services/shell/shell.gyp:shell_runner_common_lib', 36 '../services/shell/shell.gyp:shell_runner_common_lib',
38 '../services/shell/shell.gyp:shell_runner_host_lib', 37 '../services/shell/shell.gyp:shell_runner_host_lib',
38 '../services/shell/shell_public.gyp:shell_public',
39 '../services/tracing/tracing.gyp:tracing_lib', 39 '../services/tracing/tracing.gyp:tracing_lib',
40 '../services/tracing/tracing.gyp:tracing_public', 40 '../services/tracing/tracing.gyp:tracing_public',
41 '../services/user/user.gyp:user_service_lib', 41 '../services/user/user.gyp:user_service_lib',
42 '../services/user/user.gyp:user_service_public_lib', 42 '../services/user/user.gyp:user_service_public_lib',
43 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
44 '../skia/skia.gyp:skia_mojo', 44 '../skia/skia.gyp:skia_mojo',
45 '../sql/sql.gyp:sql', 45 '../sql/sql.gyp:sql',
46 '../storage/storage_browser.gyp:storage', 46 '../storage/storage_browser.gyp:storage',
47 '../storage/storage_common.gyp:storage_common', 47 '../storage/storage_common.gyp:storage_common',
48 '../third_party/angle/src/angle.gyp:commit_id', 48 '../third_party/angle/src/angle.gyp:commit_id',
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 ], 2212 ],
2213 }], 2213 }],
2214 ['OS != "mac" and OS != "android"', { 2214 ['OS != "mac" and OS != "android"', {
2215 'sources!': [ 2215 'sources!': [
2216 'browser/gpu/gpu_surface_tracker.cc', 2216 'browser/gpu/gpu_surface_tracker.cc',
2217 'browser/gpu/gpu_surface_tracker.h', 2217 'browser/gpu/gpu_surface_tracker.h',
2218 ], 2218 ],
2219 }], 2219 }],
2220 ], 2220 ],
2221 } 2221 }
OLDNEW
« no previous file with comments | « components/leveldb/leveldb.gyp ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698