| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/pref_names.cc', | 9 'common/pref_names.cc', |
| 10 'common/pref_names.h', | 10 'common/pref_names.h', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'test/model_test_utils.h', | 115 'test/model_test_utils.h', |
| 116 'test/profile_mock.h', | 116 'test/profile_mock.h', |
| 117 'test/test_browser_window.h', | 117 'test/test_browser_window.h', |
| 118 'test/test_location_bar.h', | 118 'test/test_location_bar.h', |
| 119 'test/testing_profile.cc', | 119 'test/testing_profile.cc', |
| 120 'test/testing_profile.h', | 120 'test/testing_profile.h', |
| 121 'test/thread_observer_helper.h', | 121 'test/thread_observer_helper.h', |
| 122 'test/ui_test_utils.cc', | 122 'test/ui_test_utils.cc', |
| 123 'test/ui_test_utils.h', | 123 'test/ui_test_utils.h', |
| 124 'test/ui_test_utils_linux.cc', | 124 'test/ui_test_utils_linux.cc', |
| 125 'test/ui_test_utils_mac.cc', | 125 'test/ui_test_utils_mac.mm', |
| 126 'test/ui_test_utils_win.cc', | 126 'test/ui_test_utils_win.cc', |
| 127 ], | 127 ], |
| 128 'conditions': [ | 128 'conditions': [ |
| 129 ['OS=="linux"', { | 129 ['OS=="linux"', { |
| 130 'dependencies': [ | 130 'dependencies': [ |
| 131 '../build/linux/system.gyp:gtk', | 131 '../build/linux/system.gyp:gtk', |
| 132 '../build/linux/system.gyp:nss', | 132 '../build/linux/system.gyp:nss', |
| 133 ], | 133 ], |
| 134 }], | 134 }], |
| 135 ['OS=="win"', { | 135 ['OS=="win"', { |
| (...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 'test/live_sync/profile_sync_service_test_harness.h', | 2150 'test/live_sync/profile_sync_service_test_harness.h', |
| 2151 'test/live_sync/single_client_live_bookmarks_sync_test.cc', | 2151 'test/live_sync/single_client_live_bookmarks_sync_test.cc', |
| 2152 'test/live_sync/single_client_live_preferences_sync_test.cc', | 2152 'test/live_sync/single_client_live_preferences_sync_test.cc', |
| 2153 'test/live_sync/two_client_live_autofill_sync_test.cc', | 2153 'test/live_sync/two_client_live_autofill_sync_test.cc', |
| 2154 'test/live_sync/two_client_live_bookmarks_sync_test.cc', | 2154 'test/live_sync/two_client_live_bookmarks_sync_test.cc', |
| 2155 'test/live_sync/two_client_live_preferences_sync_test.cc', | 2155 'test/live_sync/two_client_live_preferences_sync_test.cc', |
| 2156 'test/test_notification_tracker.cc', | 2156 'test/test_notification_tracker.cc', |
| 2157 'test/test_notification_tracker.h', | 2157 'test/test_notification_tracker.h', |
| 2158 'test/testing_browser_process.h', | 2158 'test/testing_browser_process.h', |
| 2159 'test/ui_test_utils_linux.cc', | 2159 'test/ui_test_utils_linux.cc', |
| 2160 'test/ui_test_utils_mac.cc', | 2160 'test/ui_test_utils_mac.mm', |
| 2161 'test/ui_test_utils_win.cc', | 2161 'test/ui_test_utils_win.cc', |
| 2162 'test/data/resource.h', | 2162 'test/data/resource.h', |
| 2163 'test/data/resource.rc', | 2163 'test/data/resource.rc', |
| 2164 ], | 2164 ], |
| 2165 'conditions': [ | 2165 'conditions': [ |
| 2166 # Plugin code. | 2166 # Plugin code. |
| 2167 ['OS=="linux" or OS=="win"', { | 2167 ['OS=="linux" or OS=="win"', { |
| 2168 'dependencies': [ | 2168 'dependencies': [ |
| 2169 'plugin', | 2169 'plugin', |
| 2170 ], | 2170 ], |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2727 ] | 2727 ] |
| 2728 }], # 'coverage!=0' | 2728 }], # 'coverage!=0' |
| 2729 ], # 'conditions' | 2729 ], # 'conditions' |
| 2730 } | 2730 } |
| 2731 | 2731 |
| 2732 # Local Variables: | 2732 # Local Variables: |
| 2733 # tab-width:2 | 2733 # tab-width:2 |
| 2734 # indent-tabs-mode:nil | 2734 # indent-tabs-mode:nil |
| 2735 # End: | 2735 # End: |
| 2736 # vim: set expandtab tabstop=2 shiftwidth=2: | 2736 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |