| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'l10n/formatter.h', | 209 'l10n/formatter.h', |
| 210 'l10n/l10n_font_util.cc', | 210 'l10n/l10n_font_util.cc', |
| 211 'l10n/l10n_font_util.h', | 211 'l10n/l10n_font_util.h', |
| 212 'l10n/l10n_util.cc', | 212 'l10n/l10n_util.cc', |
| 213 'l10n/l10n_util.h', | 213 'l10n/l10n_util.h', |
| 214 'l10n/l10n_util_android.cc', | 214 'l10n/l10n_util_android.cc', |
| 215 'l10n/l10n_util_android.h', | 215 'l10n/l10n_util_android.h', |
| 216 'l10n/l10n_util_collator.h', | 216 'l10n/l10n_util_collator.h', |
| 217 'l10n/l10n_util_mac.h', | 217 'l10n/l10n_util_mac.h', |
| 218 'l10n/l10n_util_mac.mm', | 218 'l10n/l10n_util_mac.mm', |
| 219 'l10n/l10n_util_plurals.cc', | |
| 220 'l10n/l10n_util_plurals.h', | |
| 221 'l10n/l10n_util_posix.cc', | 219 'l10n/l10n_util_posix.cc', |
| 222 'l10n/l10n_util_win.cc', | 220 'l10n/l10n_util_win.cc', |
| 223 'l10n/l10n_util_win.h', | 221 'l10n/l10n_util_win.h', |
| 224 'l10n/time_format.cc', | 222 'l10n/time_format.cc', |
| 225 'l10n/time_format.h', | 223 'l10n/time_format.h', |
| 226 'layout.cc', | 224 'layout.cc', |
| 227 'layout.h', | 225 'layout.h', |
| 228 'layout_mac.mm', | 226 'layout_mac.mm', |
| 229 'models/button_menu_item_model.cc', | 227 'models/button_menu_item_model.cc', |
| 230 'models/button_menu_item_model.h', | 228 'models/button_menu_item_model.h', |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 ], | 714 ], |
| 717 'variables': { | 715 'variables': { |
| 718 'jni_gen_package': 'ui', | 716 'jni_gen_package': 'ui', |
| 719 }, | 717 }, |
| 720 'includes': [ '../../build/jni_generator.gypi' ], | 718 'includes': [ '../../build/jni_generator.gypi' ], |
| 721 }, | 719 }, |
| 722 ], | 720 ], |
| 723 }], | 721 }], |
| 724 ], | 722 ], |
| 725 } | 723 } |
| OLD | NEW |