| 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 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'base/latency_info.h', | 208 'base/latency_info.h', |
| 209 'base/l10n/l10n_font_util.cc', | 209 'base/l10n/l10n_font_util.cc', |
| 210 'base/l10n/l10n_font_util.h', | 210 'base/l10n/l10n_font_util.h', |
| 211 'base/l10n/l10n_util.cc', | 211 'base/l10n/l10n_util.cc', |
| 212 'base/l10n/l10n_util.h', | 212 'base/l10n/l10n_util.h', |
| 213 'base/l10n/l10n_util_android.h', | 213 'base/l10n/l10n_util_android.h', |
| 214 'base/l10n/l10n_util_android.cc', | 214 'base/l10n/l10n_util_android.cc', |
| 215 'base/l10n/l10n_util_collator.h', | 215 'base/l10n/l10n_util_collator.h', |
| 216 'base/l10n/l10n_util_mac.h', | 216 'base/l10n/l10n_util_mac.h', |
| 217 'base/l10n/l10n_util_mac.mm', | 217 'base/l10n/l10n_util_mac.mm', |
| 218 'base/l10n/l10n_util_plurals.cc', |
| 219 'base/l10n/l10n_util_plurals.h', |
| 218 'base/l10n/l10n_util_posix.cc', | 220 'base/l10n/l10n_util_posix.cc', |
| 219 'base/l10n/l10n_util_win.cc', | 221 'base/l10n/l10n_util_win.cc', |
| 220 'base/l10n/l10n_util_win.h', | 222 'base/l10n/l10n_util_win.h', |
| 221 'base/l10n/time_format.cc', | 223 'base/l10n/time_format.cc', |
| 222 'base/l10n/time_format.h', | 224 'base/l10n/time_format.h', |
| 223 'base/layout.cc', | 225 'base/layout.cc', |
| 224 'base/layout.h', | 226 'base/layout.h', |
| 225 'base/layout_mac.mm', | 227 'base/layout_mac.mm', |
| 226 'base/models/button_menu_item_model.cc', | 228 'base/models/button_menu_item_model.cc', |
| 227 'base/models/button_menu_item_model.h', | 229 'base/models/button_menu_item_model.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 'xcode_settings': { | 1085 'xcode_settings': { |
| 1084 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1086 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1085 }, | 1087 }, |
| 1086 }], | 1088 }], |
| 1087 ], | 1089 ], |
| 1088 }, | 1090 }, |
| 1089 ], | 1091 ], |
| 1090 }], | 1092 }], |
| 1091 ], | 1093 ], |
| 1092 } | 1094 } |
| OLD | NEW |