OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'resource_fetcher.cc', | 381 'resource_fetcher.cc', |
382 'resource_fetcher.h', | 382 'resource_fetcher.h', |
383 'resource_loader_bridge.cc', | 383 'resource_loader_bridge.cc', |
384 'resource_loader_bridge.h', | 384 'resource_loader_bridge.h', |
385 'resource_type.cc', | 385 'resource_type.cc', |
386 'resource_type.h', | 386 'resource_type.h', |
387 'scoped_clipboard_writer_glue.cc', | 387 'scoped_clipboard_writer_glue.cc', |
388 'scoped_clipboard_writer_glue.h', | 388 'scoped_clipboard_writer_glue.h', |
389 'simple_webmimeregistry_impl.cc', | 389 'simple_webmimeregistry_impl.cc', |
390 'simple_webmimeregistry_impl.h', | 390 'simple_webmimeregistry_impl.h', |
391 'webaccessibility.cc', | |
392 'webaccessibility.h', | |
393 'webclipboard_impl.cc', | 391 'webclipboard_impl.cc', |
394 'webclipboard_impl.h', | 392 'webclipboard_impl.h', |
395 'webcookie.cc', | 393 'webcookie.cc', |
396 'webcookie.h', | 394 'webcookie.h', |
397 'webcursor.cc', | 395 'webcursor.cc', |
398 'webcursor.h', | 396 'webcursor.h', |
399 'webcursor_android.cc', | 397 'webcursor_android.cc', |
400 'webcursor_aura.cc', | 398 'webcursor_aura.cc', |
401 'webcursor_aurawin.cc', | 399 'webcursor_aurawin.cc', |
402 'webcursor_aurax11.cc', | 400 'webcursor_aurax11.cc', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 }, | 558 }, |
561 'includes': [ '../../build/grit_action.gypi' ], | 559 'includes': [ '../../build/grit_action.gypi' ], |
562 }, | 560 }, |
563 ], | 561 ], |
564 'includes': [ '../../build/grit_target.gypi' ], | 562 'includes': [ '../../build/grit_target.gypi' ], |
565 }, | 563 }, |
566 ], | 564 ], |
567 }], | 565 }], |
568 ], | 566 ], |
569 } | 567 } |
OLD | NEW |