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

Side by Side Diff: chrome/installer/installer.gyp

Issue 231020: Preliminary fixes to enable link dependent objects.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | net/base/sdch_filter_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'version_py': '../../chrome/tools/build/version.py', 3 'version_py': '../../chrome/tools/build/version.py',
4 'version_path': '../../chrome/VERSION', 4 'version_path': '../../chrome/VERSION',
5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', 5 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
6 # 'branding_dir' is set in the 'conditions' section at the bottom. 6 # 'branding_dir' is set in the 'conditions' section at the bottom.
7 }, 7 },
8 'conditions': [ 8 'conditions': [
9 ['OS=="win"', { 9 ['OS=="win"', {
10 'targets': [ 10 'targets': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'util/shell_util.cc', 72 'util/shell_util.cc',
73 'util/shell_util.h', 73 'util/shell_util.h',
74 'util/util_constants.cc', 74 'util/util_constants.cc',
75 'util/util_constants.h', 75 'util/util_constants.h',
76 'util/version.cc', 76 'util/version.cc',
77 'util/version.h', 77 'util/version.h',
78 'util/work_item.cc', 78 'util/work_item.cc',
79 'util/work_item.h', 79 'util/work_item.h',
80 'util/work_item_list.cc', 80 'util/work_item_list.cc',
81 'util/work_item_list.h', 81 'util/work_item_list.h',
82 '../common/json_value_serializer.cc',
83 '../common/pref_names.cc',
84 ], 82 ],
85 'variables': { 83 'variables': {
86 'extra_installer_util_sources%': 0, 84 'extra_installer_util_sources%': 0,
87 }, 85 },
88 'conditions': [ 86 'conditions': [
89 ['extra_installer_util_sources', { 87 ['extra_installer_util_sources', {
90 'sources': [ 88 'sources': [
91 'util/exp/experimental_browser_distribution.cc', 89 'util/exp/experimental_browser_distribution.cc',
92 'util/exp/experimental_browser_distribution.h', 90 'util/exp/experimental_browser_distribution.h',
93 ], 91 ],
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'variables': { 621 'variables': {
624 'branding_dir': '../app/theme/google_chrome', 622 'branding_dir': '../app/theme/google_chrome',
625 }, 623 },
626 }, { # else branding!="Chrome" 624 }, { # else branding!="Chrome"
627 'variables': { 625 'variables': {
628 'branding_dir': '../app/theme/chromium', 626 'branding_dir': '../app/theme/chromium',
629 }, 627 },
630 }], 628 }],
631 ], 629 ],
632 } 630 }
OLDNEW
« no previous file with comments | « no previous file | net/base/sdch_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698