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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 'webthread_impl.cc', | 425 'webthread_impl.cc', |
426 'weburlloader_impl.cc', | 426 'weburlloader_impl.cc', |
427 'weburlloader_impl.h', | 427 'weburlloader_impl.h', |
428 'webvideoframe_impl.cc', | 428 'webvideoframe_impl.cc', |
429 'webvideoframe_impl.h', | 429 'webvideoframe_impl.h', |
430 'window_open_disposition.h', | 430 'window_open_disposition.h', |
431 'window_open_disposition.cc', | 431 'window_open_disposition.cc', |
432 | 432 |
433 # These files used to be built in the webcore target, but moved here | 433 # These files used to be built in the webcore target, but moved here |
434 # since part of glue. | 434 # since part of glue. |
435 '../extensions/v8/benchmarking_extension.cc', | |
436 '../extensions/v8/benchmarking_extension.h', | |
437 '../extensions/v8/gc_extension.cc', | 435 '../extensions/v8/gc_extension.cc', |
438 '../extensions/v8/gc_extension.h', | 436 '../extensions/v8/gc_extension.h', |
439 '../extensions/v8/heap_profiler_extension.cc', | 437 '../extensions/v8/heap_profiler_extension.cc', |
440 '../extensions/v8/heap_profiler_extension.h', | 438 '../extensions/v8/heap_profiler_extension.h', |
441 '../extensions/v8/playback_extension.cc', | 439 '../extensions/v8/playback_extension.cc', |
442 '../extensions/v8/playback_extension.h', | 440 '../extensions/v8/playback_extension.h', |
443 '../extensions/v8/profiler_extension.cc', | 441 '../extensions/v8/profiler_extension.cc', |
444 '../extensions/v8/profiler_extension.h', | 442 '../extensions/v8/profiler_extension.h', |
445 | 443 |
446 ], | 444 ], |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 }, | 542 }, |
545 'includes': [ '../../build/grit_action.gypi' ], | 543 'includes': [ '../../build/grit_action.gypi' ], |
546 }, | 544 }, |
547 ], | 545 ], |
548 'includes': [ '../../build/grit_target.gypi' ], | 546 'includes': [ '../../build/grit_target.gypi' ], |
549 }, | 547 }, |
550 ], | 548 ], |
551 }], | 549 }], |
552 ], | 550 ], |
553 } | 551 } |
OLD | NEW |