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

Unified Diff: ceee/ie/plugin/toolband/toolband.gyp

Issue 5015001: Remove all use of precompile headers from ceee gyp files.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « ceee/ie/plugin/scripting/scripting.gyp ('k') | ceee/testing/manual/ie_broker/call_broker/call_broker.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/toolband.gyp
===================================================================
--- ceee/ie/plugin/toolband/toolband.gyp (revision 66121)
+++ ceee/ie/plugin/toolband/toolband.gyp (working copy)
@@ -33,12 +33,6 @@
# For chrome_tab.h
'<(SHARED_INTERMEDIATE_DIR)',
],
- 'configurations': {
- 'Debug': {
- 'msvs_precompiled_source': '../../common/precompile.cc',
- 'msvs_precompiled_header': '../../common/precompile.h',
- },
- },
},
{
'target_name': 'ceee_ie',
@@ -87,12 +81,6 @@
'OutputFile': '$(OutDir)/servers/$(ProjectName).dll',
},
},
- 'configurations': {
- 'Debug': {
- 'msvs_precompiled_source': '../../common/precompile.cc',
- 'msvs_precompiled_header': '../../common/precompile.h',
- },
- },
},
{
'target_name': 'ie_toolband_common',
« no previous file with comments | « ceee/ie/plugin/scripting/scripting.gyp ('k') | ceee/testing/manual/ie_broker/call_broker/call_broker.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698