| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 'common/quarantine_mac.h', | 366 'common/quarantine_mac.h', |
| 367 'common/quarantine_mac.mm', | 367 'common/quarantine_mac.mm', |
| 368 'common/ref_counted_util.h', | 368 'common/ref_counted_util.h', |
| 369 'common/render_messages.h', | 369 'common/render_messages.h', |
| 370 'common/render_messages_internal.h', | 370 'common/render_messages_internal.h', |
| 371 'common/resource_dispatcher.cc', | 371 'common/resource_dispatcher.cc', |
| 372 'common/resource_dispatcher.h', | 372 'common/resource_dispatcher.h', |
| 373 'common/result_codes.h', | 373 'common/result_codes.h', |
| 374 'common/sandbox_init_wrapper.cc', | 374 'common/sandbox_init_wrapper.cc', |
| 375 'common/sandbox_init_wrapper.h', | 375 'common/sandbox_init_wrapper.h', |
| 376 'common/scoped_vector.h', | |
| 377 'common/security_filter_peer.cc', | 376 'common/security_filter_peer.cc', |
| 378 'common/security_filter_peer.h', | 377 'common/security_filter_peer.h', |
| 379 'common/slide_animation.cc', | 378 'common/slide_animation.cc', |
| 380 'common/slide_animation.h', | 379 'common/slide_animation.h', |
| 381 'common/sqlite_compiled_statement.cc', | 380 'common/sqlite_compiled_statement.cc', |
| 382 'common/sqlite_compiled_statement.h', | 381 'common/sqlite_compiled_statement.h', |
| 383 'common/sqlite_utils.cc', | 382 'common/sqlite_utils.cc', |
| 384 'common/sqlite_utils.h', | 383 'common/sqlite_utils.h', |
| 385 'common/stl_util-inl.h', | |
| 386 'common/task_queue.cc', | 384 'common/task_queue.cc', |
| 387 'common/task_queue.h', | 385 'common/task_queue.h', |
| 388 'common/temp_scaffolding_stubs.cc', | 386 'common/temp_scaffolding_stubs.cc', |
| 389 'common/temp_scaffolding_stubs.h', | 387 'common/temp_scaffolding_stubs.h', |
| 390 'common/throb_animation.cc', | 388 'common/throb_animation.cc', |
| 391 'common/throb_animation.h', | 389 'common/throb_animation.h', |
| 392 'common/thumbnail_score.cc', | 390 'common/thumbnail_score.cc', |
| 393 'common/thumbnail_score.h', | 391 'common/thumbnail_score.h', |
| 394 'common/time_format.cc', | 392 'common/time_format.cc', |
| 395 'common/time_format.h', | 393 'common/time_format.h', |
| (...skipping 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3237 # Use outputs of this action as inputs for the main target build. | 3235 # Use outputs of this action as inputs for the main target build. |
| 3238 # Seems as a misnomer but makes this happy on Linux (scons). | 3236 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3239 'process_outputs_as_sources': 1, | 3237 'process_outputs_as_sources': 1, |
| 3240 }, | 3238 }, |
| 3241 ], # 'actions' | 3239 ], # 'actions' |
| 3242 }, | 3240 }, |
| 3243 ] | 3241 ] |
| 3244 }], | 3242 }], |
| 3245 ], # 'conditions' | 3243 ], # 'conditions' |
| 3246 } | 3244 } |
| OLD | NEW |