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

Unified Diff: base/base.gyp

Issue 7076026: Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 86900)
+++ base/base.gyp (working copy)
@@ -62,6 +62,8 @@
'target_name': 'base_static',
'type': 'static_library',
'sources': [
+ 'base_switches.cc',
+ 'base_switches.h',
'win/pe_image.cc',
'win/pe_image.h',
],
@@ -75,6 +77,8 @@
'target_name': 'base_static_win64',
'type': 'static_library',
'sources': [
+ 'base_switches.cc',
+ 'base_switches.h',
'win/pe_image.cc',
'win/pe_image.h',
],
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698