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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'idb_bindings.cc', | 354 'idb_bindings.cc', |
355 'idb_bindings.h', | 355 'idb_bindings.h', |
356 'image_decoder.cc', | 356 'image_decoder.cc', |
357 'image_decoder.h', | 357 'image_decoder.h', |
358 'image_resource_fetcher.cc', | 358 'image_resource_fetcher.cc', |
359 'image_resource_fetcher.h', | 359 'image_resource_fetcher.h', |
360 'multipart_response_delegate.cc', | 360 'multipart_response_delegate.cc', |
361 'multipart_response_delegate.h', | 361 'multipart_response_delegate.h', |
362 'npruntime_util.cc', | 362 'npruntime_util.cc', |
363 'npruntime_util.h', | 363 'npruntime_util.h', |
| 364 'p2p_transport.cc', |
364 'p2p_transport.h', | 365 'p2p_transport.h', |
365 'password_form.cc', | 366 'password_form.cc', |
366 'password_form.h', | 367 'password_form.h', |
367 'password_form_dom_manager.cc', | 368 'password_form_dom_manager.cc', |
368 'password_form_dom_manager.h', | 369 'password_form_dom_manager.h', |
369 'resource_fetcher.cc', | 370 'resource_fetcher.cc', |
370 'resource_fetcher.h', | 371 'resource_fetcher.h', |
371 'resource_loader_bridge.cc', | 372 'resource_loader_bridge.cc', |
372 'resource_loader_bridge.h', | 373 'resource_loader_bridge.h', |
373 'resource_type.cc', | 374 'resource_type.cc', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 }, | 535 }, |
535 'includes': [ '../../build/grit_action.gypi' ], | 536 'includes': [ '../../build/grit_action.gypi' ], |
536 }, | 537 }, |
537 ], | 538 ], |
538 'includes': [ '../../build/grit_target.gypi' ], | 539 'includes': [ '../../build/grit_target.gypi' ], |
539 }, | 540 }, |
540 ], | 541 ], |
541 }], | 542 }], |
542 ], | 543 ], |
543 } | 544 } |
OLD | NEW |