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 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4058 'browser/chromeos/pipe_reader_unittest.cc', | 4058 'browser/chromeos/pipe_reader_unittest.cc', |
4059 'browser/chromeos/external_cookie_handler_unittest.cc', | 4059 'browser/chromeos/external_cookie_handler_unittest.cc', |
4060 'browser/chromeos/gview_request_interceptor_unittest.cc', | 4060 'browser/chromeos/gview_request_interceptor_unittest.cc', |
4061 # It is safe to list */cocoa/* files in the "common" file list | 4061 # It is safe to list */cocoa/* files in the "common" file list |
4062 # without an explicit exclusion since gyp is smart enough to | 4062 # without an explicit exclusion since gyp is smart enough to |
4063 # exclude them from non-Mac builds. | 4063 # exclude them from non-Mac builds. |
4064 'browser/cocoa/about_window_controller_unittest.mm', | 4064 'browser/cocoa/about_window_controller_unittest.mm', |
4065 'browser/cocoa/autocomplete_text_field_cell_unittest.mm', | 4065 'browser/cocoa/autocomplete_text_field_cell_unittest.mm', |
4066 'browser/cocoa/autocomplete_text_field_editor_unittest.mm', | 4066 'browser/cocoa/autocomplete_text_field_editor_unittest.mm', |
4067 'browser/cocoa/autocomplete_text_field_unittest.mm', | 4067 'browser/cocoa/autocomplete_text_field_unittest.mm', |
| 4068 'browser/cocoa/autocomplete_text_field_unittest_helper.mm', |
4068 'browser/cocoa/base_view_unittest.mm', | 4069 'browser/cocoa/base_view_unittest.mm', |
4069 'browser/cocoa/background_gradient_view_unittest.mm', | 4070 'browser/cocoa/background_gradient_view_unittest.mm', |
4070 'browser/cocoa/background_tile_view_unittest.mm', | 4071 'browser/cocoa/background_tile_view_unittest.mm', |
4071 'browser/cocoa/blocked_popup_container_controller_unittest.mm', | 4072 'browser/cocoa/blocked_popup_container_controller_unittest.mm', |
4072 'browser/cocoa/bookmark_bar_bridge_unittest.mm', | 4073 'browser/cocoa/bookmark_bar_bridge_unittest.mm', |
4073 'browser/cocoa/bookmark_bar_controller_unittest.mm', | 4074 'browser/cocoa/bookmark_bar_controller_unittest.mm', |
4074 'browser/cocoa/bookmark_bar_view_unittest.mm', | 4075 'browser/cocoa/bookmark_bar_view_unittest.mm', |
4075 'browser/cocoa/bookmark_bubble_controller_unittest.mm', | 4076 'browser/cocoa/bookmark_bubble_controller_unittest.mm', |
4076 'browser/cocoa/bookmark_bubble_view_unittest.mm', | 4077 'browser/cocoa/bookmark_bubble_view_unittest.mm', |
4077 'browser/cocoa/bookmark_bubble_window_unittest.mm', | 4078 'browser/cocoa/bookmark_bubble_window_unittest.mm', |
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6601 'dependencies': [ | 6602 'dependencies': [ |
6602 '../third_party/pthreads-win32/pthreads.gyp:pthreads', | 6603 '../third_party/pthreads-win32/pthreads.gyp:pthreads', |
6603 ], | 6604 ], |
6604 }], | 6605 }], |
6605 ], | 6606 ], |
6606 }, | 6607 }, |
6607 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6608 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
6608 }], | 6609 }], |
6609 ], # 'conditions' | 6610 ], # 'conditions' |
6610 } | 6611 } |
OLD | NEW |