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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'public/common/url_constants.cc', | 92 'public/common/url_constants.cc', |
93 'public/common/url_constants.h', | 93 'public/common/url_constants.h', |
94 'public/common/url_fetcher.h', | 94 'public/common/url_fetcher.h', |
95 'public/common/url_fetcher_delegate.h', | 95 'public/common/url_fetcher_delegate.h', |
96 'public/common/zygote_fork_delegate_linux.h', | 96 'public/common/zygote_fork_delegate_linux.h', |
97 'common/accessibility_messages.h', | 97 'common/accessibility_messages.h', |
98 'common/android/address_parser.cc', | 98 'common/android/address_parser.cc', |
99 'common/android/address_parser.h', | 99 'common/android/address_parser.h', |
100 'common/android/address_parser_internal.cc', | 100 'common/android/address_parser_internal.cc', |
101 'common/android/address_parser_internal.h', | 101 'common/android/address_parser_internal.h', |
| 102 'common/android/process_main.cc', |
| 103 'common/android/process_main.h', |
102 'common/appcache/appcache_backend_proxy.cc', | 104 'common/appcache/appcache_backend_proxy.cc', |
103 'common/appcache/appcache_backend_proxy.h', | 105 'common/appcache/appcache_backend_proxy.h', |
104 'common/appcache/appcache_dispatcher.cc', | 106 'common/appcache/appcache_dispatcher.cc', |
105 'common/appcache/appcache_dispatcher.h', | 107 'common/appcache/appcache_dispatcher.h', |
106 'common/appcache_messages.h', | 108 'common/appcache_messages.h', |
107 'common/browser_plugin_messages.h', | 109 'common/browser_plugin_messages.h', |
108 'common/child_process.cc', | 110 'common/child_process.cc', |
109 'common/child_process.h', | 111 'common/child_process.h', |
110 'common/child_process_host_impl.cc', | 112 'common/child_process_host_impl.cc', |
111 'common/child_process_host_impl.h', | 113 'common/child_process_host_impl.h', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 '../build/extract_from_cab.py', | 460 '../build/extract_from_cab.py', |
459 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 461 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
460 '<(output)', | 462 '<(output)', |
461 '<(PRODUCT_DIR)', | 463 '<(PRODUCT_DIR)', |
462 ], | 464 ], |
463 }, | 465 }, |
464 ] | 466 ] |
465 }] | 467 }] |
466 ], | 468 ], |
467 } | 469 } |
OLD | NEW |