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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'public/common/renderer_preferences.cc', | 71 'public/common/renderer_preferences.cc', |
72 'public/common/renderer_preferences.h', | 72 'public/common/renderer_preferences.h', |
73 'public/common/resource_dispatcher_delegate.h', | 73 'public/common/resource_dispatcher_delegate.h', |
74 'public/common/resource_response.h', | 74 'public/common/resource_response.h', |
75 'public/common/result_codes.h', | 75 'public/common/result_codes.h', |
76 'public/common/sandbox_init.cc', | 76 'public/common/sandbox_init.cc', |
77 'public/common/sandbox_init.h', | 77 'public/common/sandbox_init.h', |
78 'public/common/sandbox_linux.h', | 78 'public/common/sandbox_linux.h', |
79 'public/common/sandbox_type_mac.h', | 79 'public/common/sandbox_type_mac.h', |
80 'public/common/security_style.h', | 80 'public/common/security_style.h', |
81 'public/common/selected_file_info.h', | |
82 'public/common/serialized_script_value.cc', | 81 'public/common/serialized_script_value.cc', |
83 'public/common/serialized_script_value.h', | 82 'public/common/serialized_script_value.h', |
84 'public/common/show_desktop_notification_params.cc', | 83 'public/common/show_desktop_notification_params.cc', |
85 'public/common/show_desktop_notification_params.h', | 84 'public/common/show_desktop_notification_params.h', |
86 'public/common/speech_recognition_error.h', | 85 'public/common/speech_recognition_error.h', |
87 'public/common/speech_recognition_grammar.h', | 86 'public/common/speech_recognition_grammar.h', |
88 'public/common/speech_recognition_result.h', | 87 'public/common/speech_recognition_result.h', |
89 'public/common/speech_recognition_result.cc', | 88 'public/common/speech_recognition_result.cc', |
90 'public/common/ssl_status.cc', | 89 'public/common/ssl_status.cc', |
91 'public/common/ssl_status.h', | 90 'public/common/ssl_status.h', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 '../build/extract_from_cab.py', | 482 '../build/extract_from_cab.py', |
484 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 483 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
485 '<(output)', | 484 '<(output)', |
486 '<(PRODUCT_DIR)', | 485 '<(PRODUCT_DIR)', |
487 ], | 486 ], |
488 }, | 487 }, |
489 ] | 488 ] |
490 }] | 489 }] |
491 ], | 490 ], |
492 } | 491 } |
OLD | NEW |