| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'dependencies': [ | 136 'dependencies': [ |
| 137 # Required by nacl_fork_delegate_linux.cc. | 137 # Required by nacl_fork_delegate_linux.cc. |
| 138 '../sandbox/sandbox.gyp:suid_sandbox_client', | 138 '../sandbox/sandbox.gyp:suid_sandbox_client', |
| 139 '../sandbox/sandbox.gyp:sandbox_services', | 139 '../sandbox/sandbox.gyp:sandbox_services', |
| 140 ] | 140 ] |
| 141 }], | 141 }], |
| 142 ['OS=="win"', { | 142 ['OS=="win"', { |
| 143 'dependencies': [ | 143 'dependencies': [ |
| 144 # TODO(fdoray): Remove this once the PreRead field trial has | 144 # TODO(fdoray): Remove this once the PreRead field trial has |
| 145 # expired. crbug.com/577698 | 145 # expired. crbug.com/577698 |
| 146 '../components/components.gyp:startup_metric_utils_win', | 146 '../components/components.gyp:startup_metric_utils_common', |
| 147 ] | 147 ] |
| 148 }], | 148 }], |
| 149 ], | 149 ], |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 # GN version: //components/nacl/renderer | 152 # GN version: //components/nacl/renderer |
| 153 'target_name': 'nacl_renderer', | 153 'target_name': 'nacl_renderer', |
| 154 'type': 'static_library', | 154 'type': 'static_library', |
| 155 'sources': [ | 155 'sources': [ |
| 156 'nacl/renderer/file_downloader.cc', | 156 'nacl/renderer/file_downloader.cc', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'include_dirs': [ | 462 'include_dirs': [ |
| 463 '..', | 463 '..', |
| 464 ], | 464 ], |
| 465 'dependencies': [ | 465 'dependencies': [ |
| 466 '../content/content.gyp:content_common', | 466 '../content/content.gyp:content_common', |
| 467 '../url/ipc/url_ipc.gyp:url_ipc', | 467 '../url/ipc/url_ipc.gyp:url_ipc', |
| 468 ], | 468 ], |
| 469 }, | 469 }, |
| 470 ] | 470 ] |
| 471 } | 471 } |
| OLD | NEW |