| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'common/web_database_observer_impl.cc', | 332 'common/web_database_observer_impl.cc', |
| 333 'common/web_database_observer_impl.h', | 333 'common/web_database_observer_impl.h', |
| 334 'common/webkitplatformsupport_impl.cc', | 334 'common/webkitplatformsupport_impl.cc', |
| 335 'common/webkitplatformsupport_impl.h', | 335 'common/webkitplatformsupport_impl.h', |
| 336 'common/webmessageportchannel_impl.cc', | 336 'common/webmessageportchannel_impl.cc', |
| 337 'common/webmessageportchannel_impl.h', | 337 'common/webmessageportchannel_impl.h', |
| 338 'common/worker_messages.h', | 338 'common/worker_messages.h', |
| 339 'common/zygote_commands_linux.h', | 339 'common/zygote_commands_linux.h', |
| 340 'public/common/common_param_traits.cc', | 340 'public/common/common_param_traits.cc', |
| 341 'public/common/common_param_traits.h', | 341 'public/common/common_param_traits.h', |
| 342 'public/common/common_param_traits_macros.h', |
| 342 'public/common/content_client.cc', | 343 'public/common/content_client.cc', |
| 343 'public/common/content_client.h', | 344 'public/common/content_client.h', |
| 344 'public/common/window_container_type.cc', | 345 'public/common/window_container_type.cc', |
| 345 'public/common/window_container_type.h', | 346 'public/common/window_container_type.h', |
| 346 'public/common/webkit_param_traits.cc', | 347 'public/common/webkit_param_traits.cc', |
| 347 'public/common/webkit_param_traits.h', | 348 'public/common/webkit_param_traits.h', |
| 348 ], | 349 ], |
| 349 'conditions': [ | 350 'conditions': [ |
| 350 ['OS!="win"', { | 351 ['OS!="win"', { |
| 351 'sources!': [ | 352 'sources!': [ |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 '../build/extract_from_cab.py', | 484 '../build/extract_from_cab.py', |
| 484 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 485 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 485 '<(output)', | 486 '<(output)', |
| 486 '<(PRODUCT_DIR)', | 487 '<(PRODUCT_DIR)', |
| 487 ], | 488 ], |
| 488 }, | 489 }, |
| 489 ] | 490 ] |
| 490 }] | 491 }] |
| 491 ], | 492 ], |
| 492 } | 493 } |
| OLD | NEW |