| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'base/l10n/l10n_util_mac.mm', | 149 'base/l10n/l10n_util_mac.mm', |
| 150 'base/l10n/l10n_util_posix.cc', | 150 'base/l10n/l10n_util_posix.cc', |
| 151 'base/l10n/l10n_util_win.cc', | 151 'base/l10n/l10n_util_win.cc', |
| 152 'base/l10n/l10n_util_win.h', | 152 'base/l10n/l10n_util_win.h', |
| 153 'base/message_box_flags.h', | 153 'base/message_box_flags.h', |
| 154 'base/message_box_win.cc', | 154 'base/message_box_win.cc', |
| 155 'base/message_box_win.h', | 155 'base/message_box_win.h', |
| 156 'base/models/accelerator_cocoa.h', | 156 'base/models/accelerator_cocoa.h', |
| 157 'base/models/accelerator_cocoa.mm', | 157 'base/models/accelerator_cocoa.mm', |
| 158 'base/models/accelerator_gtk.h', | 158 'base/models/accelerator_gtk.h', |
| 159 'base/models/accelerator.cc', |
| 159 'base/models/accelerator.h', | 160 'base/models/accelerator.h', |
| 160 'base/models/button_menu_item_model.cc', | 161 'base/models/button_menu_item_model.cc', |
| 161 'base/models/button_menu_item_model.h', | 162 'base/models/button_menu_item_model.h', |
| 162 'base/models/combobox_model.h', | 163 'base/models/combobox_model.h', |
| 163 'base/models/menu_model.cc', | 164 'base/models/menu_model.cc', |
| 164 'base/models/menu_model.h', | 165 'base/models/menu_model.h', |
| 165 'base/models/menu_model_delegate.h', | 166 'base/models/menu_model_delegate.h', |
| 166 'base/models/simple_menu_model.cc', | 167 'base/models/simple_menu_model.cc', |
| 167 'base/models/simple_menu_model.h', | 168 'base/models/simple_menu_model.h', |
| 168 'base/models/table_model.cc', | 169 'base/models/table_model.cc', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 635 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 635 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 636 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 636 ] | 637 ] |
| 637 } | 638 } |
| 638 ], | 639 ], |
| 639 }, | 640 }, |
| 640 ], | 641 ], |
| 641 }], | 642 }], |
| 642 ], | 643 ], |
| 643 } | 644 } |
| OLD | NEW |