| 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 4931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4942 'test/interactive_ui/view_event_test_base.cc', | 4942 'test/interactive_ui/view_event_test_base.cc', |
| 4943 'test/interactive_ui/view_event_test_base.h', | 4943 'test/interactive_ui/view_event_test_base.h', |
| 4944 ], | 4944 ], |
| 4945 'conditions': [ | 4945 'conditions': [ |
| 4946 ['OS=="linux"', { | 4946 ['OS=="linux"', { |
| 4947 'dependencies': [ | 4947 'dependencies': [ |
| 4948 '../build/linux/system.gyp:gtk', | 4948 '../build/linux/system.gyp:gtk', |
| 4949 ], | 4949 ], |
| 4950 'sources!': [ | 4950 'sources!': [ |
| 4951 # TODO(port) | 4951 # TODO(port) |
| 4952 'browser/debugger/devtools_sanity_unittest.cc', | |
| 4953 'browser/views/bookmark_bar_view_test.cc', | 4952 'browser/views/bookmark_bar_view_test.cc', |
| 4954 'browser/blocked_popup_container_interactive_uitest.cc', | |
| 4955 'browser/views/find_bar_win_interactive_uitest.cc', | 4953 'browser/views/find_bar_win_interactive_uitest.cc', |
| 4956 'browser/views/tabs/tab_dragging_test.cc', | 4954 'browser/views/tabs/tab_dragging_test.cc', |
| 4957 'test/interactive_ui/npapi_interactive_test.cc', | 4955 'test/interactive_ui/npapi_interactive_test.cc', |
| 4958 'test/interactive_ui/view_event_test_base.cc', | 4956 'test/interactive_ui/view_event_test_base.cc', |
| 4959 'test/interactive_ui/view_event_test_base.h', | 4957 'test/interactive_ui/view_event_test_base.h', |
| 4960 ], | 4958 ], |
| 4961 }], | 4959 }], |
| 4962 ['OS=="linux" and toolkit_views==1', { | 4960 ['OS=="linux" and toolkit_views==1', { |
| 4963 'dependencies': [ | 4961 'dependencies': [ |
| 4964 '../views/views.gyp:views', | 4962 '../views/views.gyp:views', |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5652 # Use outputs of this action as inputs for the main target build. | 5650 # Use outputs of this action as inputs for the main target build. |
| 5653 # Seems as a misnomer but makes this happy on Linux (scons). | 5651 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5654 'process_outputs_as_sources': 1, | 5652 'process_outputs_as_sources': 1, |
| 5655 }, | 5653 }, |
| 5656 ], # 'actions' | 5654 ], # 'actions' |
| 5657 }, | 5655 }, |
| 5658 ] | 5656 ] |
| 5659 }], | 5657 }], |
| 5660 ], # 'conditions' | 5658 ], # 'conditions' |
| 5661 } | 5659 } |
| OLD | NEW |