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

Unified Diff: base/base.gyp

Issue 7053033: 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 86746)
+++ base/base.gyp (working copy)
@@ -62,8 +62,6 @@
'target_name': 'base_static',
'type': 'static_library',
'sources': [
- 'base_switches.cc',
- 'base_switches.h',
'win/pe_image.cc',
'win/pe_image.h',
],
@@ -77,8 +75,6 @@
'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