OLD | NEW |
1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
3 | 3 |
4 { | 4 { |
5 'dependencies': [ | 5 'dependencies': [ |
6 '../base/base.gyp:base', | 6 '../base/base.gyp:base', |
7 '../components/components.gyp:permissions_mojo_bindings', | |
8 '../components/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
9 '../components/scheduler/scheduler.gyp:scheduler', | 8 '../components/scheduler/scheduler.gyp:scheduler', |
10 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
11 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
12 '../ipc/ipc.gyp:ipc', | 11 '../ipc/ipc.gyp:ipc', |
13 '../mojo/mojo_base.gyp:mojo_common_lib', | 12 '../mojo/mojo_base.gyp:mojo_common_lib', |
14 '../services/shell/shell.gyp:shell_runner_common_lib', | 13 '../services/shell/shell.gyp:shell_runner_common_lib', |
15 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
16 '../storage/storage_common.gyp:storage_common', | 15 '../storage/storage_common.gyp:storage_common', |
17 '../third_party/WebKit/public/blink.gyp:blink', | 16 '../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 '../build/android/ndk.gyp:cpu_features', | 260 '../build/android/ndk.gyp:cpu_features', |
262 ], | 261 ], |
263 }], | 262 }], |
264 ['enable_plugins==0', { | 263 ['enable_plugins==0', { |
265 'sources!': [ | 264 'sources!': [ |
266 'child/browser_font_resource_trusted.cc', | 265 'child/browser_font_resource_trusted.cc', |
267 ], | 266 ], |
268 }], | 267 }], |
269 ], | 268 ], |
270 } | 269 } |
OLD | NEW |