| 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 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 # These files used to be built in the webcore target, but moved here | 346 # These files used to be built in the webcore target, but moved here |
| 347 # since part of glue. | 347 # since part of glue. |
| 348 '../extensions/v8/benchmarking_extension.cc', | 348 '../extensions/v8/benchmarking_extension.cc', |
| 349 '../extensions/v8/benchmarking_extension.h', | 349 '../extensions/v8/benchmarking_extension.h', |
| 350 '../extensions/v8/gc_extension.cc', | 350 '../extensions/v8/gc_extension.cc', |
| 351 '../extensions/v8/gc_extension.h', | 351 '../extensions/v8/gc_extension.h', |
| 352 '../extensions/v8/gears_extension.cc', | 352 '../extensions/v8/gears_extension.cc', |
| 353 '../extensions/v8/gears_extension.h', | 353 '../extensions/v8/gears_extension.h', |
| 354 '../extensions/v8/heap_profiler_extension.cc', | 354 '../extensions/v8/heap_profiler_extension.cc', |
| 355 '../extensions/v8/heap_profiler_extension.h', | 355 '../extensions/v8/heap_profiler_extension.h', |
| 356 '../extensions/v8/interval_extension.cc', | |
| 357 '../extensions/v8/interval_extension.h', | |
| 358 '../extensions/v8/playback_extension.cc', | 356 '../extensions/v8/playback_extension.cc', |
| 359 '../extensions/v8/playback_extension.h', | 357 '../extensions/v8/playback_extension.h', |
| 360 '../extensions/v8/profiler_extension.cc', | 358 '../extensions/v8/profiler_extension.cc', |
| 361 '../extensions/v8/profiler_extension.h', | 359 '../extensions/v8/profiler_extension.h', |
| 362 | 360 |
| 363 ], | 361 ], |
| 364 # When glue is a dependency, it needs to be a hard dependency. | 362 # When glue is a dependency, it needs to be a hard dependency. |
| 365 # Dependents may rely on files generated by this target or one of its | 363 # Dependents may rely on files generated by this target or one of its |
| 366 # own hard dependencies. | 364 # own hard dependencies. |
| 367 'hard_dependency': 1, | 365 'hard_dependency': 1, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 }], | 423 }], |
| 426 ['inside_chromium_build==0', { | 424 ['inside_chromium_build==0', { |
| 427 'dependencies': [ | 425 'dependencies': [ |
| 428 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 426 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 429 ], | 427 ], |
| 430 }], | 428 }], |
| 431 ], | 429 ], |
| 432 }, | 430 }, |
| 433 ], | 431 ], |
| 434 } | 432 } |
| OLD | NEW |