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

Unified Diff: build/all.gyp

Issue 105473007: Stop building Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « .gitignore ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index dfd22ca930fe765a96be56c20919010420100a69..97a6f07529c11640d8506c8a22636fcd5858d81c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -153,8 +153,6 @@
'dependencies': [
# TODO(jschuh) Enable Win64 Memory Watcher. crbug.com/176877
'../tools/memory_watcher/memory_watcher.gyp:*',
- # TODO(jschuh) Enable Win64 Chrome Frame. crbug.com/176875
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
],
@@ -279,7 +277,6 @@
# defined in installer.gyp.
'../chrome/installer/mini_installer.gyp:mini_installer',
'../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
'../courgette/courgette.gyp:courgette_unittests',
'../sandbox/sandbox.gyp:sbox_integration_tests',
'../sandbox/sandbox.gyp:sbox_unittests',
@@ -289,14 +286,6 @@
'../ui/views/views.gyp:views_unittests',
],
'conditions': [
- ['target_arch=="x64"', {
- 'dependencies!': [
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- ],
- 'defines': [
- 'OMIT_CHROME_FRAME',
- ],
- }], # target_arch=="x64"
# remoting_host_installation uses lots of non-trivial GYP that tend
# to break because of differences between ninja and msbuild. Make
# sure this target is built by the builders on the main waterfall.
@@ -818,7 +807,6 @@
# mini_installer_tests depends on mini_installer. This should be
# defined in installer.gyp.
'../chrome/installer/mini_installer.gyp:mini_installer',
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
'../courgette/courgette.gyp:courgette_unittests',
'../device/device_tests.gyp:device_unittests',
'../google_apis/gcm/gcm.gyp:gcm_unit_tests',
@@ -842,27 +830,10 @@
'../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
'../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugin',
],
- 'conditions': [
- ['target_arch=="x64"', {
- 'dependencies!': [
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- ],
- 'defines': [
- 'OMIT_CHROME_FRAME',
- ],
- }], # target_arch=="x64"
- ],
},
{
'target_name': 'chromium_builder_win_cf',
'type': 'none',
- 'conditions': [
- ['target_arch!="x64"', {
- 'dependencies': [
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- ],
- }], # target_arch!="x64"
- ],
},
{
'target_name': 'chromium_builder_dbg_tsan_win',
@@ -947,7 +918,6 @@
['target_arch=="ia32"', {
'dependencies': [
'../chrome/chrome.gyp:crash_service_win64',
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
],
}],
['component != "shared_library" and wix_exists == "True" and \
@@ -956,11 +926,6 @@
'../remoting/remoting.gyp:remoting_host_installation',
],
}], # component != "shared_library"
- ['target_arch=="x64"', {
- 'defines': [
- 'OMIT_CHROME_FRAME',
- ],
- }], # target_arch=="x64"
]
},
], # targets
@@ -1002,15 +967,6 @@
['OS=="win"', {
'dependencies': [
'../chrome/chrome.gyp:crash_service',
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- ],
- }],
- ['OS=="win" and target_arch=="x64"', {
- 'dependencies!': [
- '../chrome_frame/chrome_frame.gyp:npchrome_frame',
- ],
- 'defines': [
- 'OMIT_CHROME_FRAME',
],
}],
['OS=="win" and target_arch=="ia32"', {
« no previous file with comments | « .gitignore ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698