Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: ui/ui.gyp

Issue 10756018: Merge grd files in ui/resources and chrome/app/theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, *_standard.rc Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/test/test_suite.cc ('k') | ui/ui_resources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/test/test_suite.cc ('k') | ui/ui_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698