| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'webthemeengine_impl_android.cc', | 422 'webthemeengine_impl_android.cc', |
| 423 'webthemeengine_impl_android.h', | 423 'webthemeengine_impl_android.h', |
| 424 'webthemeengine_impl_linux.cc', | 424 'webthemeengine_impl_linux.cc', |
| 425 'webthemeengine_impl_linux.h', | 425 'webthemeengine_impl_linux.h', |
| 426 'webthemeengine_impl_mac.cc', | 426 'webthemeengine_impl_mac.cc', |
| 427 'webthemeengine_impl_mac.h', | 427 'webthemeengine_impl_mac.h', |
| 428 'webthemeengine_impl_win.cc', | 428 'webthemeengine_impl_win.cc', |
| 429 'webthemeengine_impl_win.h', | 429 'webthemeengine_impl_win.h', |
| 430 'webthread_impl.h', | 430 'webthread_impl.h', |
| 431 'webthread_impl.cc', | 431 'webthread_impl.cc', |
| 432 'webupload_data.cc', |
| 433 'webupload_data.h', |
| 432 'weburlloader_impl.cc', | 434 'weburlloader_impl.cc', |
| 433 'weburlloader_impl.h', | 435 'weburlloader_impl.h', |
| 434 'weburlrequest_extradata_impl.cc', | 436 'weburlrequest_extradata_impl.cc', |
| 435 'weburlrequest_extradata_impl.h', | 437 'weburlrequest_extradata_impl.h', |
| 436 'weburlresponse_extradata_impl.cc', | 438 'weburlresponse_extradata_impl.cc', |
| 437 'weburlresponse_extradata_impl.h', | 439 'weburlresponse_extradata_impl.h', |
| 438 'web_intent_data.cc', | 440 'web_intent_data.cc', |
| 439 'web_intent_data.h', | 441 'web_intent_data.h', |
| 440 'web_intent_reply_data.h', | 442 'web_intent_reply_data.h', |
| 441 'web_intent_service_data.cc', | 443 'web_intent_service_data.cc', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 }, | 556 }, |
| 555 'includes': [ '../../build/grit_action.gypi' ], | 557 'includes': [ '../../build/grit_action.gypi' ], |
| 556 }, | 558 }, |
| 557 ], | 559 ], |
| 558 'includes': [ '../../build/grit_target.gypi' ], | 560 'includes': [ '../../build/grit_target.gypi' ], |
| 559 }, | 561 }, |
| 560 ], | 562 ], |
| 561 }], | 563 }], |
| 562 ], | 564 ], |
| 563 } | 565 } |
| OLD | NEW |