OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'include_dirs': [ | 237 'include_dirs': [ |
238 '..', | 238 '..', |
239 ], | 239 ], |
240 'sources': [ | 240 'sources': [ |
241 'gestures/gesture_recognizer_unittest.cc', | 241 'gestures/gesture_recognizer_unittest.cc', |
242 'test/run_all_unittests.cc', | 242 'test/run_all_unittests.cc', |
243 'test/test_suite.cc', | 243 'test/test_suite.cc', |
244 'test/test_suite.h', | 244 'test/test_suite.h', |
245 'root_window_unittest.cc', | 245 'root_window_unittest.cc', |
246 'shared/input_method_event_filter_unittest.cc', | 246 'shared/input_method_event_filter_unittest.cc', |
| 247 'shared/root_window_event_filter_unittest.cc', |
247 'event_filter_unittest.cc', | 248 'event_filter_unittest.cc', |
248 'event_unittest.cc', | 249 'event_unittest.cc', |
249 'window_unittest.cc', | 250 'window_unittest.cc', |
250 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', | 251 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc', |
251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 252 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
252 ], | 253 ], |
253 'conditions': [ | 254 'conditions': [ |
254 # osmesa GL implementation is used on linux. | 255 # osmesa GL implementation is used on linux. |
255 ['OS=="linux"', { | 256 ['OS=="linux"', { |
256 'dependencies': [ | 257 'dependencies': [ |
257 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 258 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
258 ], | 259 ], |
259 }], | 260 }], |
260 ], | 261 ], |
261 }, | 262 }, |
262 ], | 263 ], |
263 } | 264 } |
OLD | NEW |