| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'public/common/page_zoom.h', | 64 'public/common/page_zoom.h', |
| 65 'public/common/pepper_plugin_info.cc', | 65 'public/common/pepper_plugin_info.cc', |
| 66 'public/common/pepper_plugin_info.h', | 66 'public/common/pepper_plugin_info.h', |
| 67 'public/common/process_type.h', | 67 'public/common/process_type.h', |
| 68 'public/common/referrer.h', | 68 'public/common/referrer.h', |
| 69 'public/common/renderer_preferences.cc', | 69 'public/common/renderer_preferences.cc', |
| 70 'public/common/renderer_preferences.h', | 70 'public/common/renderer_preferences.h', |
| 71 'public/common/resource_dispatcher_delegate.h', | 71 'public/common/resource_dispatcher_delegate.h', |
| 72 'public/common/resource_response.h', | 72 'public/common/resource_response.h', |
| 73 'public/common/result_codes.h', | 73 'public/common/result_codes.h', |
| 74 'public/common/sandbox_init.cc', |
| 74 'public/common/sandbox_init.h', | 75 'public/common/sandbox_init.h', |
| 75 'public/common/sandbox_linux.h', | 76 'public/common/sandbox_linux.h', |
| 76 'public/common/sandbox_type_mac.h', | 77 'public/common/sandbox_type_mac.h', |
| 77 'public/common/security_style.h', | 78 'public/common/security_style.h', |
| 78 'public/common/selected_file_info.h', | 79 'public/common/selected_file_info.h', |
| 79 'public/common/serialized_script_value.cc', | 80 'public/common/serialized_script_value.cc', |
| 80 'public/common/serialized_script_value.h', | 81 'public/common/serialized_script_value.h', |
| 81 'public/common/show_desktop_notification_params.cc', | 82 'public/common/show_desktop_notification_params.cc', |
| 82 'public/common/show_desktop_notification_params.h', | 83 'public/common/show_desktop_notification_params.h', |
| 83 'public/common/speech_recognition_error.h', | 84 'public/common/speech_recognition_error.h', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 '../build/extract_from_cab.py', | 445 '../build/extract_from_cab.py', |
| 445 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 446 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 446 '<(output)', | 447 '<(output)', |
| 447 '<(PRODUCT_DIR)', | 448 '<(PRODUCT_DIR)', |
| 448 ], | 449 ], |
| 449 }, | 450 }, |
| 450 ] | 451 ] |
| 451 }] | 452 }] |
| 452 ], | 453 ], |
| 453 } | 454 } |
| OLD | NEW |