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

Unified Diff: chrome/chrome_exe.gypi

Issue 523040: Some Chrome Frame cleanup:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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 | « build/all.gyp ('k') | chrome/installer/installer.gyp » ('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 35533)
+++ chrome/chrome_exe.gypi (working copy)
@@ -134,7 +134,7 @@
# TODO(gregoryd): This could be shared with the 64-bit target, but
# it does not work due to a gyp issue.
'dependencies': [
- '../chrome_frame/chrome_frame.gyp:npchrome_tab',
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
['OS=="linux" or OS=="freebsd"', {
@@ -529,7 +529,7 @@
# TODO(gregoryd): This could be shared with the 32-bit target, but
# it does not work due to a gyp issue.
'dependencies': [
- '../chrome_frame/chrome_frame.gyp:npchrome_tab',
+ '../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
],
« no previous file with comments | « build/all.gyp ('k') | chrome/installer/installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698