| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'base/resource/resource_bundle.cc', | 221 'base/resource/resource_bundle.cc', |
| 222 'base/resource/resource_bundle.h', | 222 'base/resource/resource_bundle.h', |
| 223 'base/resource/resource_bundle_android.cc', | 223 'base/resource/resource_bundle_android.cc', |
| 224 'base/resource/resource_bundle_aurax11.cc', | 224 'base/resource/resource_bundle_aurax11.cc', |
| 225 'base/resource/resource_bundle_gtk.cc', | 225 'base/resource/resource_bundle_gtk.cc', |
| 226 'base/resource/resource_bundle_mac.mm', | 226 'base/resource/resource_bundle_mac.mm', |
| 227 'base/resource/resource_bundle_win.cc', | 227 'base/resource/resource_bundle_win.cc', |
| 228 'base/resource/resource_bundle_win.h', | 228 'base/resource/resource_bundle_win.h', |
| 229 'base/resource/resource_data_dll_win.cc', | 229 'base/resource/resource_data_dll_win.cc', |
| 230 'base/resource/resource_data_dll_win.h', | 230 'base/resource/resource_data_dll_win.h', |
| 231 'base/resource/resource_handle.cc', | |
| 232 'base/resource/resource_handle.h', | 231 'base/resource/resource_handle.h', |
| 233 'base/text/bytes_formatting.cc', | 232 'base/text/bytes_formatting.cc', |
| 234 'base/text/bytes_formatting.h', | 233 'base/text/bytes_formatting.h', |
| 235 'base/text/text_elider.cc', | 234 'base/text/text_elider.cc', |
| 236 'base/text/text_elider.h', | 235 'base/text/text_elider.h', |
| 237 'base/text/utf16_indexing.cc', | 236 'base/text/utf16_indexing.cc', |
| 238 'base/text/utf16_indexing.h', | 237 'base/text/utf16_indexing.h', |
| 239 'base/theme_provider.cc', | 238 'base/theme_provider.cc', |
| 240 'base/theme_provider.h', | 239 'base/theme_provider.h', |
| 241 'base/touch/touch_factory.cc', | 240 'base/touch/touch_factory.cc', |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 730 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 732 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 731 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 733 ] | 732 ] |
| 734 } | 733 } |
| 735 ], | 734 ], |
| 736 }, | 735 }, |
| 737 ], | 736 ], |
| 738 }], | 737 }], |
| 739 ], | 738 ], |
| 740 } | 739 } |
| OLD | NEW |