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