Chromium Code Reviews| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 253 'base/l10n/l10n_util_android.cc', | 253 'base/l10n/l10n_util_android.cc', |
| 254 'base/l10n/l10n_util_collator.h', | 254 'base/l10n/l10n_util_collator.h', |
| 255 'base/l10n/l10n_util_mac.h', | 255 'base/l10n/l10n_util_mac.h', |
| 256 'base/l10n/l10n_util_mac.mm', | 256 'base/l10n/l10n_util_mac.mm', |
| 257 'base/l10n/l10n_util_posix.cc', | 257 'base/l10n/l10n_util_posix.cc', |
| 258 'base/l10n/l10n_util_win.cc', | 258 'base/l10n/l10n_util_win.cc', |
| 259 'base/l10n/l10n_util_win.h', | 259 'base/l10n/l10n_util_win.h', |
| 260 'base/layout.cc', | 260 'base/layout.cc', |
| 261 'base/layout.h', | 261 'base/layout.h', |
| 262 'base/layout_mac.mm', | 262 'base/layout_mac.mm', |
| 263 'base/models/avatar_menu_item_model.h', | |
|
koz (OOO until 15th September)
2013/07/26 06:30:18
This file seems to be missing.
calamity
2013/07/26 09:13:29
Done.
| |
| 263 'base/models/button_menu_item_model.cc', | 264 'base/models/button_menu_item_model.cc', |
| 264 'base/models/button_menu_item_model.h', | 265 'base/models/button_menu_item_model.h', |
| 265 'base/models/combobox_model.cc', | 266 'base/models/combobox_model.cc', |
| 266 'base/models/combobox_model.h', | 267 'base/models/combobox_model.h', |
| 267 'base/models/dialog_model.cc', | 268 'base/models/dialog_model.cc', |
| 268 'base/models/dialog_model.h', | 269 'base/models/dialog_model.h', |
| 269 'base/models/list_model.h', | 270 'base/models/list_model.h', |
| 270 'base/models/list_model_observer.h', | 271 'base/models/list_model_observer.h', |
| 271 'base/models/list_selection_model.cc', | 272 'base/models/list_selection_model.cc', |
| 272 'base/models/list_selection_model.h', | 273 'base/models/list_selection_model.h', |
| (...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1031 'xcode_settings': { | 1032 'xcode_settings': { |
| 1032 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 1033 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 1033 }, | 1034 }, |
| 1034 }], | 1035 }], |
| 1035 ], | 1036 ], |
| 1036 }, | 1037 }, |
| 1037 ], | 1038 ], |
| 1038 }], | 1039 }], |
| 1039 ], | 1040 ], |
| 1040 } | 1041 } |
| OLD | NEW |