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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'public/common/ssl_status.h', | 89 'public/common/ssl_status.h', |
90 'public/common/stop_find_action.h', | 90 'public/common/stop_find_action.h', |
91 'public/common/url_constants.cc', | 91 'public/common/url_constants.cc', |
92 'public/common/url_constants.h', | 92 'public/common/url_constants.h', |
93 'public/common/url_fetcher.h', | 93 'public/common/url_fetcher.h', |
94 'public/common/url_fetcher_delegate.h', | 94 'public/common/url_fetcher_delegate.h', |
95 'public/common/url_fetcher_factory.h', | 95 'public/common/url_fetcher_factory.h', |
96 'public/common/view_type.h', | 96 'public/common/view_type.h', |
97 'public/common/zygote_fork_delegate_linux.h', | 97 'public/common/zygote_fork_delegate_linux.h', |
98 'common/accessibility_messages.h', | 98 'common/accessibility_messages.h', |
| 99 'common/android/process_main.cc', |
| 100 'common/android/process_main.h', |
99 'common/appcache/appcache_backend_proxy.cc', | 101 'common/appcache/appcache_backend_proxy.cc', |
100 'common/appcache/appcache_backend_proxy.h', | 102 'common/appcache/appcache_backend_proxy.h', |
101 'common/appcache/appcache_dispatcher.cc', | 103 'common/appcache/appcache_dispatcher.cc', |
102 'common/appcache/appcache_dispatcher.h', | 104 'common/appcache/appcache_dispatcher.h', |
103 'common/appcache_messages.h', | 105 'common/appcache_messages.h', |
104 'common/browser_plugin_messages.h', | 106 'common/browser_plugin_messages.h', |
105 'common/child_process.cc', | 107 'common/child_process.cc', |
106 'common/child_process.h', | 108 'common/child_process.h', |
107 'common/child_process_host_impl.cc', | 109 'common/child_process_host_impl.cc', |
108 'common/child_process_host_impl.h', | 110 'common/child_process_host_impl.h', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 '../build/extract_from_cab.py', | 453 '../build/extract_from_cab.py', |
452 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 454 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
453 '<(output)', | 455 '<(output)', |
454 '<(PRODUCT_DIR)', | 456 '<(PRODUCT_DIR)', |
455 ], | 457 ], |
456 }, | 458 }, |
457 ] | 459 ] |
458 }] | 460 }] |
459 ], | 461 ], |
460 } | 462 } |
OLD | NEW |