| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'public/common/frame_navigate_params.cc', | 55 'public/common/frame_navigate_params.cc', |
| 56 'public/common/frame_navigate_params.h', | 56 'public/common/frame_navigate_params.h', |
| 57 'public/common/geoposition.cc', | 57 'public/common/geoposition.cc', |
| 58 'public/common/geoposition.h', | 58 'public/common/geoposition.h', |
| 59 'public/common/gpu_feature_type.h', | 59 'public/common/gpu_feature_type.h', |
| 60 'public/common/gpu_info.cc', | 60 'public/common/gpu_info.cc', |
| 61 'public/common/gpu_info.h', | 61 'public/common/gpu_info.h', |
| 62 'public/common/gpu_memory_stats.cc', | 62 'public/common/gpu_memory_stats.cc', |
| 63 'public/common/gpu_memory_stats.h', | 63 'public/common/gpu_memory_stats.h', |
| 64 'public/common/gpu_performance_stats.h', | 64 'public/common/gpu_performance_stats.h', |
| 65 'public/common/gpu_rendering_stats.cc', |
| 66 'public/common/gpu_rendering_stats.h', |
| 65 'public/common/injection_test_mac.h', | 67 'public/common/injection_test_mac.h', |
| 66 'public/common/injection_test_win.h', | 68 'public/common/injection_test_win.h', |
| 67 'public/common/javascript_message_type.h', | 69 'public/common/javascript_message_type.h', |
| 68 'public/common/main_function_params.h', | 70 'public/common/main_function_params.h', |
| 69 'public/common/media_stream_request.cc', | 71 'public/common/media_stream_request.cc', |
| 70 'public/common/media_stream_request.h', | 72 'public/common/media_stream_request.h', |
| 71 'public/common/page_transition_types.cc', | 73 'public/common/page_transition_types.cc', |
| 72 'public/common/page_transition_types.h', | 74 'public/common/page_transition_types.h', |
| 73 'public/common/page_type.h', | 75 'public/common/page_type.h', |
| 74 'public/common/page_zoom.h', | 76 'public/common/page_zoom.h', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 '../build/extract_from_cab.py', | 519 '../build/extract_from_cab.py', |
| 518 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 520 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 519 '<(output)', | 521 '<(output)', |
| 520 '<(PRODUCT_DIR)', | 522 '<(PRODUCT_DIR)', |
| 521 ], | 523 ], |
| 522 }, | 524 }, |
| 523 ] | 525 ] |
| 524 }] | 526 }] |
| 525 ], | 527 ], |
| 526 } | 528 } |
| OLD | NEW |