| 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 18 matching lines...) Expand all Loading... |
| 29 '../strings/ui_strings.gyp:ui_strings', | 29 '../strings/ui_strings.gyp:ui_strings', |
| 30 'ime/ui_base_ime.gyp:ui_base_ime', | 30 'ime/ui_base_ime.gyp:ui_base_ime', |
| 31 'ui_base.gyp:ui_base', | 31 'ui_base.gyp:ui_base', |
| 32 'ui_base.gyp:ui_data_pack', | 32 'ui_base.gyp:ui_data_pack', |
| 33 'ui_base.gyp:ui_base_test_support', | 33 'ui_base.gyp:ui_base_test_support', |
| 34 ], | 34 ], |
| 35 # iOS uses a small subset of ui. common_sources are the only files that | 35 # iOS uses a small subset of ui. common_sources are the only files that |
| 36 # are built on iOS. | 36 # are built on iOS. |
| 37 'common_sources' : [ | 37 'common_sources' : [ |
| 38 # Note: file list duplicated in GN build. | 38 # Note: file list duplicated in GN build. |
| 39 'clipboard/clipboard_mac_unittest.mm', |
| 39 'clipboard/clipboard_util_mac_unittest.mm', | 40 'clipboard/clipboard_util_mac_unittest.mm', |
| 40 'l10n/l10n_util_mac_unittest.mm', | 41 'l10n/l10n_util_mac_unittest.mm', |
| 41 'l10n/l10n_util_unittest.cc', | 42 'l10n/l10n_util_unittest.cc', |
| 42 'l10n/l10n_util_win_unittest.cc', | 43 'l10n/l10n_util_win_unittest.cc', |
| 43 'l10n/time_format_unittest.cc', | 44 'l10n/time_format_unittest.cc', |
| 44 'layout_unittest.cc', | 45 'layout_unittest.cc', |
| 45 'models/tree_node_iterator_unittest.cc', | 46 'models/tree_node_iterator_unittest.cc', |
| 46 'resource/data_pack_literal.cc', | 47 'resource/data_pack_literal.cc', |
| 47 'resource/data_pack_unittest.cc', | 48 'resource/data_pack_unittest.cc', |
| 48 'resource/resource_bundle_unittest.cc', | 49 'resource/resource_bundle_unittest.cc', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'dependencies': [ | 326 'dependencies': [ |
| 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 327 ], | 328 ], |
| 328 }], | 329 }], |
| 329 ], | 330 ], |
| 330 }, | 331 }, |
| 331 ], | 332 ], |
| 332 }], | 333 }], |
| 333 ], | 334 ], |
| 334 } | 335 } |
| OLD | NEW |