| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  104                 'test_data_prefix' : 'ui', |  104                 'test_data_prefix' : 'ui', | 
|  105               }, |  105               }, | 
|  106               'includes': [ '../build/copy_test_data_ios.gypi' ], |  106               'includes': [ '../build/copy_test_data_ios.gypi' ], | 
|  107             }, |  107             }, | 
|  108           ], |  108           ], | 
|  109         }], |  109         }], | 
|  110         ['OS == "win"', { |  110         ['OS == "win"', { | 
|  111           'sources': [ |  111           'sources': [ | 
|  112             'base/dragdrop/os_exchange_data_win_unittest.cc', |  112             'base/dragdrop/os_exchange_data_win_unittest.cc', | 
|  113             'base/win/hwnd_subclass_unittest.cc', |  113             'base/win/hwnd_subclass_unittest.cc', | 
 |  114             'base/win/open_file_name_win_unittest.cc', | 
|  114             'gfx/color_profile_win_unittest.cc', |  115             'gfx/color_profile_win_unittest.cc', | 
|  115             'gfx/font_fallback_win_unittest.cc', |  116             'gfx/font_fallback_win_unittest.cc', | 
|  116             'gfx/icon_util_unittest.cc', |  117             'gfx/icon_util_unittest.cc', | 
|  117             'gfx/icon_util_unittests.rc', |  118             'gfx/icon_util_unittests.rc', | 
|  118             'gfx/platform_font_win_unittest.cc', |  119             'gfx/platform_font_win_unittest.cc', | 
|  119           ], |  120           ], | 
|  120           'include_dirs': [ |  121           'include_dirs': [ | 
|  121             '../..', |  122             '../..', | 
|  122             '../third_party/wtl/include', |  123             '../third_party/wtl/include', | 
|  123           ], |  124           ], | 
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  267           ], |  268           ], | 
|  268           'variables': { |  269           'variables': { | 
|  269             'test_suite_name': 'ui_unittests', |  270             'test_suite_name': 'ui_unittests', | 
|  270           }, |  271           }, | 
|  271           'includes': [ '../build/apk_test.gypi' ], |  272           'includes': [ '../build/apk_test.gypi' ], | 
|  272         }, |  273         }, | 
|  273       ], |  274       ], | 
|  274     }], |  275     }], | 
|  275   ], |  276   ], | 
|  276 } |  277 } | 
| OLD | NEW |