| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'base/resource/resource_bundle_aurax11.cc', | 190 'base/resource/resource_bundle_aurax11.cc', |
| 191 'base/resource/resource_bundle_gtk.cc', | 191 'base/resource/resource_bundle_gtk.cc', |
| 192 'base/resource/resource_bundle_linux.cc', | 192 'base/resource/resource_bundle_linux.cc', |
| 193 'base/resource/resource_bundle_mac.mm', | 193 'base/resource/resource_bundle_mac.mm', |
| 194 'base/resource/resource_bundle_posix.cc', | 194 'base/resource/resource_bundle_posix.cc', |
| 195 'base/resource/resource_bundle_win.cc', | 195 'base/resource/resource_bundle_win.cc', |
| 196 'base/text/bytes_formatting.cc', | 196 'base/text/bytes_formatting.cc', |
| 197 'base/text/bytes_formatting.h', | 197 'base/text/bytes_formatting.h', |
| 198 'base/text/text_elider.cc', | 198 'base/text/text_elider.cc', |
| 199 'base/text/text_elider.h', | 199 'base/text/text_elider.h', |
| 200 'base/text/utf16_indexing.cc', |
| 201 'base/text/utf16_indexing.h', |
| 200 'base/theme_provider.cc', | 202 'base/theme_provider.cc', |
| 201 'base/theme_provider.h', | 203 'base/theme_provider.h', |
| 202 'base/touch/touch_factory.cc', | 204 'base/touch/touch_factory.cc', |
| 203 'base/touch/touch_factory.h', | 205 'base/touch/touch_factory.h', |
| 204 'base/ui_base_exports.cc', | 206 'base/ui_base_exports.cc', |
| 205 'base/ui_base_paths.cc', | 207 'base/ui_base_paths.cc', |
| 206 'base/ui_base_paths.h', | 208 'base/ui_base_paths.h', |
| 207 'base/ui_base_switches.cc', | 209 'base/ui_base_switches.cc', |
| 208 'base/ui_base_switches.h', | 210 'base/ui_base_switches.h', |
| 209 'base/ui_base_types.h', | 211 'base/ui_base_types.h', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 680 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 682 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 681 ] | 683 ] |
| 682 } | 684 } |
| 683 ], | 685 ], |
| 684 }, | 686 }, |
| 685 ], | 687 ], |
| 686 }], | 688 }], |
| 687 ], | 689 ], |
| 688 } | 690 } |
| OLD | NEW |