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

Side by Side Diff: ceee/ie/plugin/bho/bho.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ceee/ie/ie.gyp ('k') | ceee/ie/plugin/scripting/scripting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../../../build/common.gypi', 10 '../../../../build/common.gypi',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'window_message_source.h', 74 'window_message_source.h',
75 75
76 '../../../../chrome_frame/renderer_glue.cc', # needed for cf_ie.lib 76 '../../../../chrome_frame/renderer_glue.cc', # needed for cf_ie.lib
77 '../../../../chrome/common/extensions/extension_resource.cc', 77 '../../../../chrome/common/extensions/extension_resource.cc',
78 '../../../../chrome/common/extensions/extension_resource.h', 78 '../../../../chrome/common/extensions/extension_resource.h',
79 ], 79 ],
80 'include_dirs': [ 80 'include_dirs': [
81 # For chrome_tab.h 81 # For chrome_tab.h
82 '<(SHARED_INTERMEDIATE_DIR)', 82 '<(SHARED_INTERMEDIATE_DIR)',
83 ], 83 ],
84 'configurations': {
85 'Debug': {
86 'msvs_precompiled_source': '../../common/precompile.cc',
87 'msvs_precompiled_header': '../../common/precompile.h',
88 },
89 },
90 }, 84 },
91 ] 85 ]
92 } 86 }
OLDNEW
« no previous file with comments | « ceee/ie/ie.gyp ('k') | ceee/ie/plugin/scripting/scripting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698