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

Side by Side Diff: build/all.gyp

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chrome_plugin_host.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../chrome/app/locales/locales.gyp:*', 71 '../chrome/app/locales/locales.gyp:*',
72 '../courgette/courgette.gyp:*', 72 '../courgette/courgette.gyp:*',
73 '../gears/gears.gyp:*', 73 '../gears/gears.gyp:*',
74 '../rlz/rlz.gyp:*', 74 '../rlz/rlz.gyp:*',
75 '../sandbox/sandbox.gyp:*', 75 '../sandbox/sandbox.gyp:*',
76 '../third_party/bsdiff/bsdiff.gyp:*', 76 '../third_party/bsdiff/bsdiff.gyp:*',
77 '../third_party/bspatch/bspatch.gyp:*', 77 '../third_party/bspatch/bspatch.gyp:*',
78 '../third_party/cld/cld.gyp:*', 78 '../third_party/cld/cld.gyp:*',
79 '../third_party/tcmalloc/tcmalloc.gyp:*', 79 '../third_party/tcmalloc/tcmalloc.gyp:*',
80 '../tools/memory_watcher/memory_watcher.gyp:*', 80 '../tools/memory_watcher/memory_watcher.gyp:*',
81 '../webkit/activex_shim/activex_shim.gyp:*',
82 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
83 ], 81 ],
84 }, { 82 }, {
85 'dependencies': [ 83 'dependencies': [
86 '../third_party/libevent/libevent.gyp:*', 84 '../third_party/libevent/libevent.gyp:*',
87 ], 85 ],
88 }], 86 }],
89 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 87 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
90 'dependencies': [ 88 'dependencies': [
91 '../views/views.gyp:*', 89 '../views/views.gyp:*',
92 ], 90 ],
(...skipping 20 matching lines...) Expand all
113 'type': 'none', 111 'type': 'none',
114 'dependencies': [ 112 'dependencies': [
115 'All', 113 'All',
116 '../chrome/chrome.gyp:build_app_dmg', 114 '../chrome/chrome.gyp:build_app_dmg',
117 ], 115 ],
118 }, 116 },
119 ], 117 ],
120 }], 118 }],
121 ], 119 ],
122 } 120 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698