| 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 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 'base/l10n/l10n_font_util.cc', | 184 'base/l10n/l10n_font_util.cc', |
| 185 'base/l10n/l10n_font_util.h', | 185 'base/l10n/l10n_font_util.h', |
| 186 'base/l10n/l10n_util.cc', | 186 'base/l10n/l10n_util.cc', |
| 187 'base/l10n/l10n_util.h', | 187 'base/l10n/l10n_util.h', |
| 188 'base/l10n/l10n_util_collator.h', | 188 'base/l10n/l10n_util_collator.h', |
| 189 'base/l10n/l10n_util_mac.h', | 189 'base/l10n/l10n_util_mac.h', |
| 190 'base/l10n/l10n_util_mac.mm', | 190 'base/l10n/l10n_util_mac.mm', |
| 191 'base/l10n/l10n_util_posix.cc', | 191 'base/l10n/l10n_util_posix.cc', |
| 192 'base/l10n/l10n_util_win.cc', | 192 'base/l10n/l10n_util_win.cc', |
| 193 'base/l10n/l10n_util_win.h', | 193 'base/l10n/l10n_util_win.h', |
| 194 'base/layout.cc', |
| 195 'base/layout.h', |
| 194 'base/models/button_menu_item_model.cc', | 196 'base/models/button_menu_item_model.cc', |
| 195 'base/models/button_menu_item_model.h', | 197 'base/models/button_menu_item_model.h', |
| 196 'base/models/combobox_model.h', | 198 'base/models/combobox_model.h', |
| 197 'base/models/list_model.h', | 199 'base/models/list_model.h', |
| 198 'base/models/list_model_observer.h', | 200 'base/models/list_model_observer.h', |
| 199 'base/models/menu_model.cc', | 201 'base/models/menu_model.cc', |
| 200 'base/models/menu_model.h', | 202 'base/models/menu_model.h', |
| 201 'base/models/menu_model_delegate.h', | 203 'base/models/menu_model_delegate.h', |
| 202 'base/models/simple_menu_model.cc', | 204 'base/models/simple_menu_model.cc', |
| 203 'base/models/simple_menu_model.h', | 205 'base/models/simple_menu_model.h', |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 738 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 737 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 739 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 738 ] | 740 ] |
| 739 } | 741 } |
| 740 ], | 742 ], |
| 741 }, | 743 }, |
| 742 ], | 744 ], |
| 743 }], | 745 }], |
| 744 ], | 746 ], |
| 745 } | 747 } |
| OLD | NEW |