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

Unified Diff: chrome/chrome_exe.gypi

Issue 3007008: Cleanup: Break another common->app dependency. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: minor fix Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/bug_report_view.cc ('k') | chrome/common/chrome_version_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 53088)
+++ chrome/chrome_exe.gypi (working copy)
@@ -471,8 +471,8 @@
'target_name': 'chrome_version_info',
'type': '<(library)',
'sources': [
- 'app/chrome_version_info.cc',
- 'app/chrome_version_info.h',
+ 'common/chrome_version_info.cc',
+ 'common/chrome_version_info.h',
],
'include_dirs': [
'<(DEPTH)',
@@ -490,7 +490,7 @@
'<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
'version_py_path': 'tools/build/version.py',
'version_path': 'VERSION',
- 'template_input_path': 'app/chrome_version_info_posix.h.version',
+ 'template_input_path': 'common/chrome_version_info_posix.h.version',
},
'conditions': [
[ 'branding == "Chrome"', {
@@ -512,7 +512,7 @@
'<(lastchange_path)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/chrome/app/chrome_version_info_posix.h',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/common/chrome_version_info_posix.h',
],
'action': [
'python',
« no previous file with comments | « chrome/browser/views/bug_report_view.cc ('k') | chrome/common/chrome_version_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698