| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 '../skia/config', | 340 '../skia/config', |
| 341 ], | 341 ], |
| 342 'defines': [ | 342 'defines': [ |
| 343 'EXCLUDE_SKIA_DEPENDENCIES', | 343 'EXCLUDE_SKIA_DEPENDENCIES', |
| 344 '<@(nacl_win64_defines)', | 344 '<@(nacl_win64_defines)', |
| 345 ], | 345 ], |
| 346 'sources': [ | 346 'sources': [ |
| 347 '../webkit/glue/webkit_glue_dummy.cc', | 347 '../webkit/glue/webkit_glue_dummy.cc', |
| 348 'common/resource_dispatcher_dummy.cc', | 348 'common/resource_dispatcher_dummy.cc', |
| 349 'common/socket_stream_dispatcher_dummy.cc', | 349 'common/socket_stream_dispatcher_dummy.cc', |
| 350 'common/url_constants.cc', |
| 350 ], | 351 ], |
| 351 'export_dependent_settings': [ | 352 'export_dependent_settings': [ |
| 352 '../app/app.gyp:app_base_nacl_win64', | 353 '../app/app.gyp:app_base_nacl_win64', |
| 353 ], | 354 ], |
| 354 # TODO(gregoryd): This could be shared with the 32-bit target, but | 355 # TODO(gregoryd): This could be shared with the 32-bit target, but |
| 355 # it does not work due to a gyp issue. | 356 # it does not work due to a gyp issue. |
| 356 'direct_dependent_settings': { | 357 'direct_dependent_settings': { |
| 357 'include_dirs': [ | 358 'include_dirs': [ |
| 358 '..', | 359 '..', |
| 359 ], | 360 ], |
| 360 }, | 361 }, |
| 361 'configurations': { | 362 'configurations': { |
| 362 'Common_Base': { | 363 'Common_Base': { |
| 363 'msvs_target_platform': 'x64', | 364 'msvs_target_platform': 'x64', |
| 364 }, | 365 }, |
| 365 }, | 366 }, |
| 366 }, | 367 }, |
| 367 ], | 368 ], |
| 368 }], | 369 }], |
| 369 ], | 370 ], |
| 370 } | 371 } |
| OLD | NEW |