| OLD | NEW |
| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 # same pattern for the other targets defined within this file. | 41 # same pattern for the other targets defined within this file. |
| 42 'ppapi_shared_target': 1, | 42 'ppapi_shared_target': 1, |
| 43 }, | 43 }, |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '../base/base.gyp:base', | 45 '../base/base.gyp:base', |
| 46 '../base/base.gyp:base_i18n', | 46 '../base/base.gyp:base_i18n', |
| 47 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 47 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 48 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 48 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 49 '../gpu/gpu.gyp:command_buffer_client', | 49 '../gpu/gpu.gyp:command_buffer_client', |
| 50 '../gpu/gpu.gyp:gles2_implementation', | 50 '../gpu/gpu.gyp:gles2_implementation', |
| 51 '../ipc/ipc.gyp:ipc', |
| 51 '../media/media.gyp:shared_memory_support', | 52 '../media/media.gyp:shared_memory_support', |
| 52 '../skia/skia.gyp:skia', | 53 '../skia/skia.gyp:skia', |
| 53 '../third_party/icu/icu.gyp:icuuc', | 54 '../third_party/icu/icu.gyp:icuuc', |
| 54 '../ui/surface/surface.gyp:surface', | 55 '../ui/surface/surface.gyp:surface', |
| 55 '../url/url.gyp:url_lib', | 56 '../url/url.gyp:url_lib', |
| 56 'ppapi.gyp:ppapi_c', | 57 'ppapi.gyp:ppapi_c', |
| 57 ], | 58 ], |
| 58 'export_dependent_settings': [ | 59 'export_dependent_settings': [ |
| 59 '../base/base.gyp:base', | 60 '../base/base.gyp:base', |
| 60 ], | 61 ], |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'target_name': 'ppapi_shared_win64', | 219 'target_name': 'ppapi_shared_win64', |
| 219 'type': '<(component)', | 220 'type': '<(component)', |
| 220 'variables': { | 221 'variables': { |
| 221 'nacl_win64_target': 1, | 222 'nacl_win64_target': 1, |
| 222 'ppapi_shared_target': 1, | 223 'ppapi_shared_target': 1, |
| 223 }, | 224 }, |
| 224 'dependencies': [ | 225 'dependencies': [ |
| 225 'ppapi.gyp:ppapi_c', | 226 'ppapi.gyp:ppapi_c', |
| 226 '../base/base.gyp:base_nacl_win64', | 227 '../base/base.gyp:base_nacl_win64', |
| 227 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations_win64', | 228 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations_win64', |
| 229 '../ipc/ipc.gyp:ipc_win64', |
| 228 ], | 230 ], |
| 229 'defines': [ | 231 'defines': [ |
| 230 '<@(nacl_win64_defines)', | 232 '<@(nacl_win64_defines)', |
| 231 ], | 233 ], |
| 232 'export_dependent_settings': [ | 234 'export_dependent_settings': [ |
| 233 '../base/base.gyp:base_nacl_win64', | 235 '../base/base.gyp:base_nacl_win64', |
| 234 ], | 236 ], |
| 235 'configurations': { | 237 'configurations': { |
| 236 'Common_Base': { | 238 'Common_Base': { |
| 237 'msvs_target_platform': 'x64', | 239 'msvs_target_platform': 'x64', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 265 }, | 267 }, |
| 266 'configurations': { | 268 'configurations': { |
| 267 'Common_Base': { | 269 'Common_Base': { |
| 268 'msvs_target_platform': 'x64', | 270 'msvs_target_platform': 'x64', |
| 269 }, | 271 }, |
| 270 }, | 272 }, |
| 271 }], | 273 }], |
| 272 }], | 274 }], |
| 273 ], | 275 ], |
| 274 } | 276 } |
| OLD | NEW |