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

Side by Side Diff: chrome/chrome.gyp

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 ], 1182 ],
1183 }, 1183 },
1184 ], 1184 ],
1185 }, 1185 },
1186 { 1186 {
1187 'target_name': 'infoplist_strings_tool', 1187 'target_name': 'infoplist_strings_tool',
1188 'type': 'executable', 1188 'type': 'executable',
1189 'dependencies': [ 1189 'dependencies': [
1190 'chrome_strings', 1190 'chrome_strings',
1191 '../base/base.gyp:base', 1191 '../base/base.gyp:base',
1192 '../ui/ui.gyp:ui_base', 1192 '../ui/ui.gyp:ui',
1193 ], 1193 ],
1194 'include_dirs': [ 1194 'include_dirs': [
1195 '<(grit_out_dir)', 1195 '<(grit_out_dir)',
1196 ], 1196 ],
1197 'sources': [ 1197 'sources': [
1198 'tools/mac_helpers/infoplist_strings_util.mm', 1198 'tools/mac_helpers/infoplist_strings_util.mm',
1199 ], 1199 ],
1200 }, 1200 },
1201 ], # targets 1201 ], # targets
1202 }, { # else: OS != "mac" 1202 }, { # else: OS != "mac"
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'destination': '<(PRODUCT_DIR)', 1680 'destination': '<(PRODUCT_DIR)',
1681 'files': [ 1681 'files': [
1682 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1682 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1683 ], 1683 ],
1684 }, 1684 },
1685 ], 1685 ],
1686 }], # targets 1686 }], # targets
1687 }], # os_posix == 1 and OS != "mac" 1687 }], # os_posix == 1 and OS != "mac"
1688 ], # 'conditions' 1688 ], # 'conditions'
1689 } 1689 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main.cc ('k') | chrome/chrome_common.gypi » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698