| 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 29 matching lines...) Expand all Loading... |
| 40 'export_dependent_settings': [ | 40 'export_dependent_settings': [ |
| 41 '../net/net.gyp:net', | 41 '../net/net.gyp:net', |
| 42 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
| 43 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
| 44 ], | 44 ], |
| 45 'sources': [ | 45 'sources': [ |
| 46 'base/accelerators/accelerator.cc', | 46 'base/accelerators/accelerator.cc', |
| 47 'base/accelerators/accelerator.h', | 47 'base/accelerators/accelerator.h', |
| 48 'base/accelerators/accelerator_cocoa.h', | 48 'base/accelerators/accelerator_cocoa.h', |
| 49 'base/accelerators/accelerator_cocoa.mm', | 49 'base/accelerators/accelerator_cocoa.mm', |
| 50 'base/accelerators/accelerator_gtk.cc', |
| 50 'base/accelerators/accelerator_gtk.h', | 51 'base/accelerators/accelerator_gtk.h', |
| 51 'base/accelerators/accelerator_manager.cc', | 52 'base/accelerators/accelerator_manager.cc', |
| 52 'base/accelerators/accelerator_manager.h', | 53 'base/accelerators/accelerator_manager.h', |
| 53 'base/accessibility/accessibility_types.h', | 54 'base/accessibility/accessibility_types.h', |
| 54 'base/accessibility/accessible_text_utils.cc', | 55 'base/accessibility/accessible_text_utils.cc', |
| 55 'base/accessibility/accessible_text_utils.h', | 56 'base/accessibility/accessible_text_utils.h', |
| 56 'base/accessibility/accessible_view_state.cc', | 57 'base/accessibility/accessible_view_state.cc', |
| 57 'base/accessibility/accessible_view_state.h', | 58 'base/accessibility/accessible_view_state.h', |
| 58 'base/animation/animation.cc', | 59 'base/animation/animation.cc', |
| 59 'base/animation/animation.h', | 60 'base/animation/animation.h', |
| (...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 696 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 696 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 697 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 697 ] | 698 ] |
| 698 } | 699 } |
| 699 ], | 700 ], |
| 700 }, | 701 }, |
| 701 ], | 702 ], |
| 702 }], | 703 }], |
| 703 ], | 704 ], |
| 704 } | 705 } |
| OLD | NEW |