| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'password_form.cc', | 366 'password_form.cc', |
| 367 'password_form.h', | 367 'password_form.h', |
| 368 'password_form_dom_manager.cc', | 368 'password_form_dom_manager.cc', |
| 369 'password_form_dom_manager.h', | 369 'password_form_dom_manager.h', |
| 370 'resource_fetcher.cc', | 370 'resource_fetcher.cc', |
| 371 'resource_fetcher.h', | 371 'resource_fetcher.h', |
| 372 'resource_loader_bridge.cc', | 372 'resource_loader_bridge.cc', |
| 373 'resource_loader_bridge.h', | 373 'resource_loader_bridge.h', |
| 374 'resource_type.cc', | 374 'resource_type.cc', |
| 375 'resource_type.h', | 375 'resource_type.h', |
| 376 'scoped_clipboard_writer_glue.cc', |
| 376 'scoped_clipboard_writer_glue.h', | 377 'scoped_clipboard_writer_glue.h', |
| 377 'simple_webmimeregistry_impl.cc', | 378 'simple_webmimeregistry_impl.cc', |
| 378 'simple_webmimeregistry_impl.h', | 379 'simple_webmimeregistry_impl.h', |
| 379 'webaccessibility.cc', | 380 'webaccessibility.cc', |
| 380 'webaccessibility.h', | 381 'webaccessibility.h', |
| 381 'webclipboard_impl.cc', | 382 'webclipboard_impl.cc', |
| 382 'webclipboard_impl.h', | 383 'webclipboard_impl.h', |
| 383 'webcookie.cc', | 384 'webcookie.cc', |
| 384 'webcookie.h', | 385 'webcookie.h', |
| 385 'webcursor.cc', | 386 'webcursor.cc', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 }, | 542 }, |
| 542 'includes': [ '../../build/grit_action.gypi' ], | 543 'includes': [ '../../build/grit_action.gypi' ], |
| 543 }, | 544 }, |
| 544 ], | 545 ], |
| 545 'includes': [ '../../build/grit_target.gypi' ], | 546 'includes': [ '../../build/grit_target.gypi' ], |
| 546 }, | 547 }, |
| 547 ], | 548 ], |
| 548 }], | 549 }], |
| 549 ], | 550 ], |
| 550 } | 551 } |
| OLD | NEW |