| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'sources!': [ | 307 'sources!': [ |
| 308 'build/precompiled_net.h', | 308 'build/precompiled_net.h', |
| 309 'build/precompiled_net.cc', | 309 'build/precompiled_net.cc', |
| 310 ], | 310 ], |
| 311 'export_dependent_settings': [ | 311 'export_dependent_settings': [ |
| 312 '../base/base.gyp:base', | 312 '../base/base.gyp:base', |
| 313 ], | 313 ], |
| 314 'conditions': [ | 314 'conditions': [ |
| 315 ['javascript_engine=="v8"', { | 315 ['javascript_engine=="v8"', { |
| 316 'dependencies': [ | 316 'dependencies': [ |
| 317 '../build/temp_gyp/v8.gyp:v8', | 317 '../v8/tools/gyp/v8.gyp:v8', |
| 318 ], | 318 ], |
| 319 }], | 319 }], |
| 320 [ 'OS == "linux"', { | 320 [ 'OS == "linux"', { |
| 321 'dependencies': [ | 321 'dependencies': [ |
| 322 '../build/linux/system.gyp:gconf', | 322 '../build/linux/system.gyp:gconf', |
| 323 '../build/linux/system.gyp:gdk', | 323 '../build/linux/system.gyp:gdk', |
| 324 '../build/linux/system.gyp:nss', | 324 '../build/linux/system.gyp:nss', |
| 325 ], | 325 ], |
| 326 }], | 326 }], |
| 327 [ 'OS == "win"', { | 327 [ 'OS == "win"', { |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'sources': [ | 614 'sources': [ |
| 615 'tools/dump_cache/dump_cache.cc', | 615 'tools/dump_cache/dump_cache.cc', |
| 616 'tools/dump_cache/dump_files.cc', | 616 'tools/dump_cache/dump_files.cc', |
| 617 'tools/dump_cache/upgrade.cc', | 617 'tools/dump_cache/upgrade.cc', |
| 618 ], | 618 ], |
| 619 }, | 619 }, |
| 620 ], | 620 ], |
| 621 }], | 621 }], |
| 622 ], | 622 ], |
| 623 } | 623 } |
| OLD | NEW |