OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 'webvideoframe_impl.h', | 458 'webvideoframe_impl.h', |
459 'window_open_disposition.h', | 459 'window_open_disposition.h', |
460 'window_open_disposition.cc', | 460 'window_open_disposition.cc', |
461 | 461 |
462 # These files used to be built in the webcore target, but moved here | 462 # These files used to be built in the webcore target, but moved here |
463 # since part of glue. | 463 # since part of glue. |
464 '../extensions/v8/benchmarking_extension.cc', | 464 '../extensions/v8/benchmarking_extension.cc', |
465 '../extensions/v8/benchmarking_extension.h', | 465 '../extensions/v8/benchmarking_extension.h', |
466 '../extensions/v8/gc_extension.cc', | 466 '../extensions/v8/gc_extension.cc', |
467 '../extensions/v8/gc_extension.h', | 467 '../extensions/v8/gc_extension.h', |
468 '../extensions/v8/gears_extension.cc', | |
469 '../extensions/v8/gears_extension.h', | |
470 '../extensions/v8/heap_profiler_extension.cc', | 468 '../extensions/v8/heap_profiler_extension.cc', |
471 '../extensions/v8/heap_profiler_extension.h', | 469 '../extensions/v8/heap_profiler_extension.h', |
472 '../extensions/v8/playback_extension.cc', | 470 '../extensions/v8/playback_extension.cc', |
473 '../extensions/v8/playback_extension.h', | 471 '../extensions/v8/playback_extension.h', |
474 '../extensions/v8/profiler_extension.cc', | 472 '../extensions/v8/profiler_extension.cc', |
475 '../extensions/v8/profiler_extension.h', | 473 '../extensions/v8/profiler_extension.h', |
476 | 474 |
477 ], | 475 ], |
478 # When glue is a dependency, it needs to be a hard dependency. | 476 # When glue is a dependency, it needs to be a hard dependency. |
479 # Dependents may rely on files generated by this target or one of its | 477 # Dependents may rely on files generated by this target or one of its |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 'conditions': [ | 578 'conditions': [ |
581 ['OS=="win"', { | 579 ['OS=="win"', { |
582 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 580 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
583 }], | 581 }], |
584 ], | 582 ], |
585 }, | 583 }, |
586 ], | 584 ], |
587 }], | 585 }], |
588 ], | 586 ], |
589 } | 587 } |
OLD | NEW |