| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'public/common/renderer_preferences.cc', | 67 'public/common/renderer_preferences.cc', |
| 68 'public/common/renderer_preferences.h', | 68 'public/common/renderer_preferences.h', |
| 69 'public/common/resource_dispatcher_delegate.h', | 69 'public/common/resource_dispatcher_delegate.h', |
| 70 'public/common/resource_response.h', | 70 'public/common/resource_response.h', |
| 71 'public/common/result_codes.h', | 71 'public/common/result_codes.h', |
| 72 'public/common/sandbox_init.h', | 72 'public/common/sandbox_init.h', |
| 73 'public/common/sandbox_type_mac.h', | 73 'public/common/sandbox_type_mac.h', |
| 74 'public/common/security_style.h', | 74 'public/common/security_style.h', |
| 75 'public/common/serialized_script_value.cc', | 75 'public/common/serialized_script_value.cc', |
| 76 'public/common/serialized_script_value.h', | 76 'public/common/serialized_script_value.h', |
| 77 'public/common/serialized_profiler_data.cc', |
| 78 'public/common/serialized_profiler_data.h', |
| 77 'public/common/show_desktop_notification_params.cc', | 79 'public/common/show_desktop_notification_params.cc', |
| 78 'public/common/show_desktop_notification_params.h', | 80 'public/common/show_desktop_notification_params.h', |
| 79 'public/common/speech_recognition_result.h', | 81 'public/common/speech_recognition_result.h', |
| 80 'public/common/speech_recognition_result.cc', | 82 'public/common/speech_recognition_result.cc', |
| 81 'public/common/ssl_status.cc', | 83 'public/common/ssl_status.cc', |
| 82 'public/common/ssl_status.h', | 84 'public/common/ssl_status.h', |
| 83 'public/common/stop_find_action.h', | 85 'public/common/stop_find_action.h', |
| 84 'public/common/url_constants.cc', | 86 'public/common/url_constants.cc', |
| 85 'public/common/url_constants.h', | 87 'public/common/url_constants.h', |
| 86 'public/common/url_fetcher.h', | 88 'public/common/url_fetcher.h', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 '../build/extract_from_cab.py', | 431 '../build/extract_from_cab.py', |
| 430 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 432 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 431 '<(output)', | 433 '<(output)', |
| 432 '<(PRODUCT_DIR)', | 434 '<(PRODUCT_DIR)', |
| 433 ], | 435 ], |
| 434 }, | 436 }, |
| 435 ] | 437 ] |
| 436 }] | 438 }] |
| 437 ], | 439 ], |
| 438 } | 440 } |
| OLD | NEW |