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 4329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 ['OS=="linux"', { | 4340 ['OS=="linux"', { |
4341 'dependencies': [ | 4341 'dependencies': [ |
4342 '../build/linux/system.gyp:gtk', | 4342 '../build/linux/system.gyp:gtk', |
4343 '../build/linux/system.gyp:nss', | 4343 '../build/linux/system.gyp:nss', |
4344 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 4344 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
4345 ], | 4345 ], |
4346 'sources': [ | 4346 'sources': [ |
4347 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 4347 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
4348 ], | 4348 ], |
4349 'sources!': [ | 4349 'sources!': [ |
4350 # This test is mostly about renaming downloads to safe file | |
4351 # names. As such we don't need/want to port it to linux. We | |
4352 # might want to write our own tests for the download manager | |
4353 # on linux, though. | |
4354 'browser/download/download_manager_unittest.cc', | |
4355 'browser/views/bookmark_context_menu_test.cc', | 4350 'browser/views/bookmark_context_menu_test.cc', |
4356 'browser/gtk/options/cookies_view_unittest.cc', | 4351 'browser/gtk/options/cookies_view_unittest.cc', |
4357 # Compact Language Detection (cld) is not supported in linux yet. | 4352 # Compact Language Detection (cld) is not supported in linux yet. |
4358 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc', | 4353 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc', |
4359 ], | 4354 ], |
4360 }], | 4355 }], |
4361 ['OS=="linux" and (toolkit_views==1 or chromeos==1)', { | 4356 ['OS=="linux" and (toolkit_views==1 or chromeos==1)', { |
4362 'dependencies': [ | 4357 'dependencies': [ |
4363 '../views/views.gyp:views', | 4358 '../views/views.gyp:views', |
4364 ], | 4359 ], |
(...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6656 'defines': [ | 6651 'defines': [ |
6657 'POSIX', | 6652 'POSIX', |
6658 ], | 6653 ], |
6659 }], | 6654 }], |
6660 ], | 6655 ], |
6661 }, | 6656 }, |
6662 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6657 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
6663 }], | 6658 }], |
6664 ], # 'conditions' | 6659 ], # 'conditions' |
6665 } | 6660 } |
OLD | NEW |