OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1672 'browser/renderer_host/database_dispatcher_host.cc', | 1672 'browser/renderer_host/database_dispatcher_host.cc', |
1673 'browser/renderer_host/database_dispatcher_host.h', | 1673 'browser/renderer_host/database_dispatcher_host.h', |
1674 'browser/renderer_host/download_resource_handler.cc', | 1674 'browser/renderer_host/download_resource_handler.cc', |
1675 'browser/renderer_host/download_resource_handler.h', | 1675 'browser/renderer_host/download_resource_handler.h', |
1676 'browser/renderer_host/download_throttling_resource_handler.cc', | 1676 'browser/renderer_host/download_throttling_resource_handler.cc', |
1677 'browser/renderer_host/download_throttling_resource_handler.h', | 1677 'browser/renderer_host/download_throttling_resource_handler.h', |
1678 'browser/renderer_host/file_system_accessor.cc', | 1678 'browser/renderer_host/file_system_accessor.cc', |
1679 'browser/renderer_host/file_system_accessor.h', | 1679 'browser/renderer_host/file_system_accessor.h', |
1680 'browser/renderer_host/gtk_im_context_wrapper.cc', | 1680 'browser/renderer_host/gtk_im_context_wrapper.cc', |
1681 'browser/renderer_host/gtk_im_context_wrapper.h', | 1681 'browser/renderer_host/gtk_im_context_wrapper.h', |
| 1682 'browser/renderer_host/gtk_key_bindings_handler.cc', |
| 1683 'browser/renderer_host/gtk_key_bindings_handler.h', |
1682 'browser/renderer_host/render_process_host.cc', | 1684 'browser/renderer_host/render_process_host.cc', |
1683 'browser/renderer_host/render_process_host.h', | 1685 'browser/renderer_host/render_process_host.h', |
1684 'browser/renderer_host/render_sandbox_host_linux.h', | 1686 'browser/renderer_host/render_sandbox_host_linux.h', |
1685 'browser/renderer_host/render_sandbox_host_linux.cc', | 1687 'browser/renderer_host/render_sandbox_host_linux.cc', |
1686 'browser/renderer_host/render_view_host.cc', | 1688 'browser/renderer_host/render_view_host.cc', |
1687 'browser/renderer_host/render_view_host.h', | 1689 'browser/renderer_host/render_view_host.h', |
1688 'browser/renderer_host/render_view_host_delegate.cc', | 1690 'browser/renderer_host/render_view_host_delegate.cc', |
1689 'browser/renderer_host/render_view_host_delegate.h', | 1691 'browser/renderer_host/render_view_host_delegate.h', |
1690 'browser/renderer_host/render_view_host_factory.cc', | 1692 'browser/renderer_host/render_view_host_factory.cc', |
1691 'browser/renderer_host/render_view_host_factory.h', | 1693 'browser/renderer_host/render_view_host_factory.h', |
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4195 'sources/': [ | 4197 'sources/': [ |
4196 ['exclude', '^browser/chromeos'], | 4198 ['exclude', '^browser/chromeos'], |
4197 ], | 4199 ], |
4198 }], | 4200 }], |
4199 ['OS=="linux"', { | 4201 ['OS=="linux"', { |
4200 'dependencies': [ | 4202 'dependencies': [ |
4201 '../build/linux/system.gyp:gtk', | 4203 '../build/linux/system.gyp:gtk', |
4202 '../build/linux/system.gyp:nss', | 4204 '../build/linux/system.gyp:nss', |
4203 '../sandbox/sandbox.gyp:*', | 4205 '../sandbox/sandbox.gyp:*', |
4204 ], | 4206 ], |
| 4207 'sources': [ |
| 4208 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| 4209 ], |
4205 'sources!': [ | 4210 'sources!': [ |
4206 # This test is mostly about renaming downloads to safe file | 4211 # This test is mostly about renaming downloads to safe file |
4207 # names. As such we don't need/want to port it to linux. We | 4212 # names. As such we don't need/want to port it to linux. We |
4208 # might want to write our own tests for the download manager | 4213 # might want to write our own tests for the download manager |
4209 # on linux, though. | 4214 # on linux, though. |
4210 'browser/download/download_manager_unittest.cc', | 4215 'browser/download/download_manager_unittest.cc', |
4211 'browser/views/bookmark_context_menu_test.cc', | 4216 'browser/views/bookmark_context_menu_test.cc', |
4212 'browser/gtk/options/cookies_view_unittest.cc', | 4217 'browser/gtk/options/cookies_view_unittest.cc', |
4213 # Compact Language Detection (cld) is not supported in linux yet. | 4218 # Compact Language Detection (cld) is not supported in linux yet. |
4214 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc', | 4219 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc', |
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5907 # Use outputs of this action as inputs for the main target build. | 5912 # Use outputs of this action as inputs for the main target build. |
5908 # Seems as a misnomer but makes this happy on Linux (scons). | 5913 # Seems as a misnomer but makes this happy on Linux (scons). |
5909 'process_outputs_as_sources': 1, | 5914 'process_outputs_as_sources': 1, |
5910 }, | 5915 }, |
5911 ], # 'actions' | 5916 ], # 'actions' |
5912 }, | 5917 }, |
5913 ] | 5918 ] |
5914 }], | 5919 }], |
5915 ], # 'conditions' | 5920 ], # 'conditions' |
5916 } | 5921 } |
OLD | NEW |