| 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'weburlresponse_extradata_impl.cc', | 366 'weburlresponse_extradata_impl.cc', |
| 367 'weburlresponse_extradata_impl.h', | 367 'weburlresponse_extradata_impl.h', |
| 368 'web_intent_data.cc', | 368 'web_intent_data.cc', |
| 369 'web_intent_data.h', | 369 'web_intent_data.h', |
| 370 'web_intent_reply_data.cc', | 370 'web_intent_reply_data.cc', |
| 371 'web_intent_reply_data.h', | 371 'web_intent_reply_data.h', |
| 372 'web_intent_service_data.cc', | 372 'web_intent_service_data.cc', |
| 373 'web_intent_service_data.h', | 373 'web_intent_service_data.h', |
| 374 'web_io_operators.cc', | 374 'web_io_operators.cc', |
| 375 'web_io_operators.h', | 375 'web_io_operators.h', |
| 376 'window_open_disposition.h', | |
| 377 'worker_task_runner.cc', | 376 'worker_task_runner.cc', |
| 378 'worker_task_runner.h', | 377 'worker_task_runner.h', |
| 379 ], | 378 ], |
| 380 # When glue is a dependency, it needs to be a hard dependency. | 379 # When glue is a dependency, it needs to be a hard dependency. |
| 381 # Dependents may rely on files generated by this target or one of its | 380 # Dependents may rely on files generated by this target or one of its |
| 382 # own hard dependencies. | 381 # own hard dependencies. |
| 383 'hard_dependency': 1, | 382 'hard_dependency': 1, |
| 384 'conditions': [ | 383 'conditions': [ |
| 385 ['use_default_render_theme==0', { | 384 ['use_default_render_theme==0', { |
| 386 'sources/': [ | 385 'sources/': [ |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 }, | 499 }, |
| 501 'includes': [ '../../build/grit_action.gypi' ], | 500 'includes': [ '../../build/grit_action.gypi' ], |
| 502 }, | 501 }, |
| 503 ], | 502 ], |
| 504 'includes': [ '../../build/grit_target.gypi' ], | 503 'includes': [ '../../build/grit_target.gypi' ], |
| 505 }, | 504 }, |
| 506 ], | 505 ], |
| 507 }], | 506 }], |
| 508 ], | 507 ], |
| 509 } | 508 } |
| OLD | NEW |