| 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/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
| 8 '../components/scheduler/scheduler.gyp:scheduler', | |
| 9 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 9 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| 11 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| 12 '../mojo/mojo_base.gyp:mojo_common_lib', | 11 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 13 '../services/shell/shell.gyp:shell_runner_common_lib', | 12 '../services/shell/shell.gyp:shell_runner_common_lib', |
| 14 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
| 15 '../storage/storage_common.gyp:storage_common', | 14 '../storage/storage_common.gyp:storage_common', |
| 16 '../third_party/WebKit/public/blink.gyp:blink', | 15 '../third_party/WebKit/public/blink.gyp:blink', |
| 17 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', | 16 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources', |
| 18 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 17 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 '../build/android/ndk.gyp:cpu_features', | 247 '../build/android/ndk.gyp:cpu_features', |
| 249 ], | 248 ], |
| 250 }], | 249 }], |
| 251 ['enable_plugins==0', { | 250 ['enable_plugins==0', { |
| 252 'sources!': [ | 251 'sources!': [ |
| 253 'child/browser_font_resource_trusted.cc', | 252 'child/browser_font_resource_trusted.cc', |
| 254 ], | 253 ], |
| 255 }], | 254 }], |
| 256 ], | 255 ], |
| 257 } | 256 } |
| OLD | NEW |