| 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 12 matching lines...) Expand all Loading... |
| 23 '../base/base.gyp:base_static', | 23 '../base/base.gyp:base_static', |
| 24 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 24 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 25 '../build/temp_gyp/googleurl.gyp:googleurl', | 25 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 26 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
| 27 '../skia/skia.gyp:skia', | 27 '../skia/skia.gyp:skia', |
| 28 '../third_party/icu/icu.gyp:icui18n', | 28 '../third_party/icu/icu.gyp:icui18n', |
| 29 '../third_party/icu/icu.gyp:icuuc', | 29 '../third_party/icu/icu.gyp:icuuc', |
| 30 '../third_party/libpng/libpng.gyp:libpng', | 30 '../third_party/libpng/libpng.gyp:libpng', |
| 31 '../third_party/zlib/zlib.gyp:zlib', | 31 '../third_party/zlib/zlib.gyp:zlib', |
| 32 'base/strings/ui_strings.gyp:ui_strings', | 32 'base/strings/ui_strings.gyp:ui_strings', |
| 33 'ui_resources_standard', | 33 'ui_resources', |
| 34 '<(libjpeg_gyp_path):libjpeg', | 34 '<(libjpeg_gyp_path):libjpeg', |
| 35 ], | 35 ], |
| 36 'defines': [ | 36 'defines': [ |
| 37 'UI_IMPLEMENTATION', | 37 'UI_IMPLEMENTATION', |
| 38 ], | 38 ], |
| 39 # Export these dependencies since text_elider.h includes ICU headers. | 39 # Export these dependencies since text_elider.h includes ICU headers. |
| 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', |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 746 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 746 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 747 ] | 747 ] |
| 748 } | 748 } |
| 749 ], | 749 ], |
| 750 }, | 750 }, |
| 751 ], | 751 ], |
| 752 }], | 752 }], |
| 753 ], | 753 ], |
| 754 } | 754 } |
| OLD | NEW |