| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'base/text/bytes_formatting_unittest.cc', | 67 'base/text/bytes_formatting_unittest.cc', |
| 68 'base/view_prop_unittest.cc', | 68 'base/view_prop_unittest.cc', |
| 69 'base/webui/web_ui_util_unittest.cc', | 69 'base/webui/web_ui_util_unittest.cc', |
| 70 'gfx/canvas_unittest.cc', | 70 'gfx/canvas_unittest.cc', |
| 71 'gfx/canvas_unittest_mac.mm', | 71 'gfx/canvas_unittest_mac.mm', |
| 72 'gfx/platform_font_mac_unittest.mm', | 72 'gfx/platform_font_mac_unittest.mm', |
| 73 'gfx/render_text_unittest.cc', | 73 'gfx/render_text_unittest.cc', |
| 74 ], | 74 ], |
| 75 'includes': [ | 75 'includes': [ |
| 76 'display/display_unittests.gypi', | 76 'display/display_unittests.gypi', |
| 77 'ozone/ozone_unittests.gypi', | |
| 78 ], | 77 ], |
| 79 'include_dirs': [ | 78 'include_dirs': [ |
| 80 '../', | 79 '../', |
| 81 ], | 80 ], |
| 82 'conditions': [ | 81 'conditions': [ |
| 83 ['OS!="ios"', { | 82 ['OS!="ios"', { |
| 84 'sources' : ['<@(_all_sources)'], | 83 'sources' : ['<@(_all_sources)'], |
| 85 'includes': [ | 84 'includes': [ |
| 86 'base/ime/ime_unittests.gypi', | 85 'base/ime/ime_unittests.gypi', |
| 87 ], | 86 ], |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 ], | 251 ], |
| 253 'variables': { | 252 'variables': { |
| 254 'test_suite_name': 'ui_unittests', | 253 'test_suite_name': 'ui_unittests', |
| 255 }, | 254 }, |
| 256 'includes': [ '../build/apk_test.gypi' ], | 255 'includes': [ '../build/apk_test.gypi' ], |
| 257 }, | 256 }, |
| 258 ], | 257 ], |
| 259 }], | 258 }], |
| 260 ], | 259 ], |
| 261 } | 260 } |
| OLD | NEW |