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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 'public/common/show_desktop_notification_params.h', | 82 'public/common/show_desktop_notification_params.h', |
83 'public/common/speech_recognition_error.h', | 83 'public/common/speech_recognition_error.h', |
84 'public/common/speech_recognition_result.h', | 84 'public/common/speech_recognition_result.h', |
85 'public/common/speech_recognition_result.cc', | 85 'public/common/speech_recognition_result.cc', |
86 'public/common/ssl_status.cc', | 86 'public/common/ssl_status.cc', |
87 'public/common/ssl_status.h', | 87 'public/common/ssl_status.h', |
88 'public/common/stop_find_action.h', | 88 'public/common/stop_find_action.h', |
89 'public/common/url_constants.cc', | 89 'public/common/url_constants.cc', |
90 'public/common/url_constants.h', | 90 'public/common/url_constants.h', |
91 'public/common/url_fetcher.h', | 91 'public/common/url_fetcher.h', |
92 'public/common/url_fetcher_delegate.cc', | |
93 'public/common/url_fetcher_delegate.h', | 92 'public/common/url_fetcher_delegate.h', |
94 'public/common/url_fetcher_factory.h', | 93 'public/common/url_fetcher_factory.h', |
95 'public/common/view_type.h', | 94 'public/common/view_type.h', |
96 'public/common/zygote_fork_delegate_linux.h', | 95 'public/common/zygote_fork_delegate_linux.h', |
97 'common/accessibility_messages.h', | 96 'common/accessibility_messages.h', |
98 'common/appcache/appcache_backend_proxy.cc', | 97 'common/appcache/appcache_backend_proxy.cc', |
99 'common/appcache/appcache_backend_proxy.h', | 98 'common/appcache/appcache_backend_proxy.h', |
100 'common/appcache/appcache_dispatcher.cc', | 99 'common/appcache/appcache_dispatcher.cc', |
101 'common/appcache/appcache_dispatcher.h', | 100 'common/appcache/appcache_dispatcher.h', |
102 'common/appcache_messages.h', | 101 'common/appcache_messages.h', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 '../build/extract_from_cab.py', | 443 '../build/extract_from_cab.py', |
445 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 444 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
446 '<(output)', | 445 '<(output)', |
447 '<(PRODUCT_DIR)', | 446 '<(PRODUCT_DIR)', |
448 ], | 447 ], |
449 }, | 448 }, |
450 ] | 449 ] |
451 }] | 450 }] |
452 ], | 451 ], |
453 } | 452 } |
OLD | NEW |